Searched refs:nvlist_lookup_hrtime (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/ |
H A D | ipmpstat.c | 784 if (nvlist_lookup_hrtime(nvl, IPMP_PROBE_START_TIME, &start) != 0) in sfunc_probe_time() 822 if (nvlist_lookup_hrtime(nvl, IPMP_PROBE_START_TIME, &start) != 0) in sfunc_probe_rtt() 825 if (nvlist_lookup_hrtime(nvl, IPMP_PROBE_ACKPROC_TIME, &ackproc) != 0) in sfunc_probe_rtt() 846 if (nvlist_lookup_hrtime(nvl, IPMP_PROBE_SENT_TIME, &sent) != 0) in sfunc_probe_netrtt() 849 if (nvlist_lookup_hrtime(nvl, IPMP_PROBE_ACKRECV_TIME, &ackrecv) != 0) in sfunc_probe_netrtt()
|
/illumos-gate/usr/src/lib/libnvpair/ |
H A D | mapfile-vers | 262 nvlist_lookup_hrtime;
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_durable.c | 814 if (nvlist_lookup_hrtime(nvl, "atime", &hrt) == 0) { in smb2_dh_import_handle() 818 if (nvlist_lookup_hrtime(nvl, "mtime", &hrt) == 0) { in smb2_dh_import_handle() 822 if (nvlist_lookup_hrtime(nvl, "ctime", &hrt) == 0) { in smb2_dh_import_handle()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | nvpair.h | 233 int nvlist_lookup_hrtime(nvlist_t *, const char *, hrtime_t *);
|
/illumos-gate/usr/src/common/nvpair/ |
H A D | nvpair.c | 1792 nvlist_lookup_hrtime(nvlist_t *nvl, const char *name, hrtime_t *val) in nvlist_lookup_hrtime() function
|