/titanic_44/usr/src/common/zfs/ |
H A D | zfs_comutil.c | 97 (void) nvpair_value_uint64(elem, &zrpp->zrp_txg); in zpool_get_rewind_policy() 99 (void) nvpair_value_uint64(elem, &zrpp->zrp_maxmeta); in zpool_get_rewind_policy() 101 (void) nvpair_value_uint64(elem, &zrpp->zrp_maxdata); in zpool_get_rewind_policy()
|
/titanic_44/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_diskmgt.c | 454 if (match == NULL || nvpair_value_uint64(match, size)) { in get_disk_size() 459 if (match == NULL || nvpair_value_uint64(match, size)) { in get_disk_size() 564 nvpair_value_uint64(match, &size_blocks)) { in get_slice() 580 nvpair_value_uint64(match, in get_slice()
|
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | evnv.c | 139 (void) nvpair_value_uint64(p1, &lv1); in evnv_cmpnvl() 140 (void) nvpair_value_uint64(p2, &lv2); in evnv_cmpnvl()
|
H A D | platform.c | 495 (void) nvpair_value_uint64(pv_nvp, &ui64); in add_prop_val() 1703 (void) nvpair_value_uint64(nvpair, &val); in platform_payloadprop() 2031 (void) nvpair_value_uint64(nvpair, &val); in platform_payloadprop_values()
|
/titanic_44/usr/src/man/man3nvpair/ |
H A D | Makefile | 119 nvpair_value_uint64.3nvpair \ 220 nvpair_value_uint64.3nvpair := LINKSRC = nvpair_value_byte.3nvpair
|
/titanic_44/usr/src/uts/common/io/ |
H A D | cpc.c | 684 if (nvpair_value_uint64(nvp, &uint64) == EINVAL) in kcpc_copyin_set() 740 if (nvpair_value_uint64(nvp_attr, in kcpc_copyin_set()
|
/titanic_44/usr/src/lib/libnvpair/ |
H A D | mapfile-vers | 238 nvpair_value_uint64;
|
H A D | libnvpair.c | 647 (void) nvpair_value_uint64(nvp, &val); in nvlist_print_with_indent() 1203 (nvpair_value_uint64(nvp, &val) == 0) && in nvpair_value_match_regex()
|
/titanic_44/usr/src/lib/libpool/common/ |
H A D | pool_value.c | 325 if (nvpair_value_uint64(pn, &uval) != 0) { in pool_value_from_nvpair()
|
/titanic_44/usr/src/lib/librcm/ |
H A D | librcm_event.c | 61 return (nvpair_value_uint64(nvp, seq_num)); in lookup_seq_num()
|
/titanic_44/usr/src/lib/libdiskmgt/common/ |
H A D | events.c | 411 (void) nvpair_value_uint64(nvp, &ui64); in print_nvlist()
|
/titanic_44/usr/src/lib/scsi/plugins/ses/ses2/common/ |
H A D | ses2_enclosure_ctl.c | 138 (void) nvpair_value_uint64(nvp, &intval); in enc_ctl_common()
|
H A D | ses2_element_ctl.c | 122 (void) nvpair_value_uint64(nvp, &v64); in elem_setprop_cooling() 375 (void) nvpair_value_uint64(nvp, &v64); in elem_setprop_display() 439 (void) nvpair_value_uint64(nvp, &v64); in elem_setprop_lang() 734 (void) nvpair_value_uint64(nvp, &v); in elem_common_setprop_threshold()
|
/titanic_44/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_event.c | 423 (void) nvpair_value_uint64(nvp, &data_uint64); in rcm_print_nvlist()
|
H A D | bridge_rcm.c | 514 if (nvpair_value_uint64(nvp, &id64) != 0) { in bridge_notify_event()
|
H A D | network_rcm.c | 853 if (nvpair_value_uint64(nvp, &id64) != 0) { in net_notify_event()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | nvpair.h | 259 int nvpair_value_uint64(nvpair_t *, uint64_t *);
|
/titanic_44/usr/src/common/nvpair/ |
H A D | fnvpair.c | 491 VERIFY0(nvpair_value_uint64(nvp, &rv)); in fnvpair_value_uint64()
|
/titanic_44/usr/src/cmd/fs.d/hsfs/fstyp/ |
H A D | fstyp.c | 179 (void) nvpair_value_uint64(elem, &uint64_value); in fstyp_mod_dump()
|
/titanic_44/usr/src/lib/pyzfs/common/ |
H A D | ioctl.c | 96 (void) nvpair_value_uint64(nvp, &ival); in nvl2py()
|
/titanic_44/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_auth.c | 417 nvrc = nvpair_value_uint64(nvp, &chap_id); in auth_chap_recv_i()
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3nvpair.inc | 204 link path=usr/share/man/man3nvpair/nvpair_value_uint64.3nvpair \
|
/titanic_44/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_subr.c | 102 if (nvpair_value_uint64(nvp, &val) == 0 && in nvprop_add()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ioctl.c | 2466 VERIFY(0 == nvpair_value_uint64(pair, &intval)); in zfs_prop_set_special() 3837 if (nvpair_value_uint64(pair, &intval) == 0) { in zfs_check_settable() 3890 if (nvpair_value_uint64(pair, &intval) == 0 && in zfs_check_settable() 3931 nvpair_value_uint64(pair, &intval) == 0) { in zfs_check_settable() 4082 VERIFY(nvpair_value_uint64(p1, &intval1) == 0); in propval_equals() 4083 VERIFY(nvpair_value_uint64(p2, &intval2) == 0); in propval_equals()
|
/titanic_44/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fx_subr.c | 812 (void) nvpair_value_uint64(nvp, &i64); in fab_pr()
|