Searched refs:ks_raw_lookup (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.h247 } ks_raw_lookup[] = { variable in typeref:struct:__anon1831
H A Dkstat.c529 while (ks_raw_lookup[n].fn != NULL) {
530 if (strncmp(ks_raw_lookup[n].name, key, strlen(key)) == 0)
531 return (ks_raw_lookup[n].fn);

Completed in 193 milliseconds