Searched refs:dladm_kstat_lookup (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlstat.h | 264 extern kstat_t *dladm_kstat_lookup(kstat_ctl_t *, const char *, int,
|
H A D | libdlstat.c | 65 * dladm_kstat_lookup() is a modified version of kstat_lookup which 69 dladm_kstat_lookup(kstat_ctl_t *kcp, const char *module, int instance, function 89 * found with dladm_kstat_lookup. 731 ksp = dladm_kstat_lookup(kcp, "link", 0, linkname, NULL); 949 ksp = dladm_kstat_lookup(kcp, modname, 0, statname, NULL); 989 ksp = dladm_kstat_lookup(kcp, linkname, 0, DLSTAT_MAC_MISC_STAT, NULL); 2189 ksp = dladm_kstat_lookup(kcp, module, instance, "mac", NULL); 2529 ksp = dladm_kstat_lookup(kcp, NULL, -1, flowname, "flow");
|
/illumos-gate/usr/src/cmd/dladm/ |
H A D | dladm.c | 5776 ksp = dladm_kstat_lookup(kcp, module, instance, "mac", NULL); 5797 ksp = dladm_kstat_lookup(kcp, "link", 0, link, NULL);
|
Completed in 315 milliseconds