Searched refs:nvlist_lookup_hrtime (Results 1 - 3 of 3) 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) 822 if (nvlist_lookup_hrtime(nvl, IPMP_PROBE_START_TIME, &start) != 0) 825 if (nvlist_lookup_hrtime(nvl, IPMP_PROBE_ACKPROC_TIME, &ackproc) != 0) 846 if (nvlist_lookup_hrtime(nvl, IPMP_PROBE_SENT_TIME, &sent) != 0) 849 if (nvlist_lookup_hrtime(nvl, IPMP_PROBE_ACKRECV_TIME, &ackrecv) != 0)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | nvpair.h | 232 int nvlist_lookup_hrtime(nvlist_t *, const char *, hrtime_t *);
|
/illumos-gate/usr/src/common/nvpair/ |
H A D | nvpair.c | 1527 nvlist_lookup_hrtime(nvlist_t *nvl, const char *name, hrtime_t *val) function
|
Completed in 69 milliseconds