Searched defs:nptr (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/util/ |
H A D | cutils.c | 223 static int do_strtosz(const char *nptr, const char **end, in do_strtosz() 368 int qemu_strtosz(const char *nptr, const char **end, uint64_t *result) in qemu_strtosz() 373 int qemu_strtosz_MiB(const char *nptr, const char **end, uint64_t *result) in qemu_strtosz_MiB() 386 static int check_strtox_error(const char *nptr, char *ep, in check_strtox_error() 448 int qemu_strtoi(const char *nptr, const char **endptr, int base, in qemu_strtoi() 504 int qemu_strtoui(const char *nptr, const char **endptr, int base, in qemu_strtoui() 573 int qemu_strtol(const char *nptr, const char **endptr, int base, in qemu_strtol() 618 int qemu_strtoul(const char *nptr, const char **endptr, int base, in qemu_strtoul() 647 int qemu_strtoi64(const char *nptr, const char **endptr, int base, in qemu_strtoi64() 675 int qemu_strtou64(const char *nptr, const char **endptr, int base, in qemu_strtou64() [all …]
|
/openbmc/linux/drivers/media/mc/ |
H A D | mc-device.c | 760 struct media_entity_notify *nptr) in media_device_register_entity_notify() 772 struct media_entity_notify *nptr) in __media_device_unregister_entity_notify() 778 struct media_entity_notify *nptr) in media_device_unregister_entity_notify()
|
/openbmc/linux/include/media/ |
H A D | media-device.h | 449 struct media_entity_notify *nptr) in media_device_register_entity_notify() 454 struct media_entity_notify *nptr) in media_device_unregister_entity_notify()
|
/openbmc/linux/lib/ |
H A D | earlycpio.c | 64 const char *p, *dptr, *nptr; in find_cpio_data() local
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_ialloc_btree.c | 46 const union xfs_btree_ptr *nptr, in xfs_inobt_set_root() 60 const union xfs_btree_ptr *nptr, in xfs_finobt_set_root()
|
H A D | xfs_btree.c | 2984 union xfs_btree_ptr nptr; /* new block addr */ in xfs_btree_new_iroot() local 3087 int nptr; /* new value for key index, 1 or 2 */ in xfs_btree_new_root() local 3209 union xfs_btree_ptr *nptr, /* new btree ptr */ in xfs_btree_make_block_unfull() 3284 union xfs_btree_ptr nptr; /* new block ptr */ in xfs_btree_insrec() local 3490 union xfs_btree_ptr nptr; /* new block number (split result) */ in xfs_btree_insert() local
|
/openbmc/linux/arch/um/drivers/ |
H A D | vector_user.c | 385 static int strtofd(const char *nptr) in strtofd()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 1789 TCGv_ptr dptr, nptr; in do_sat_addsub_vec() local
|