Searched defs:hwc_class_hash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmodsubr.c848 static mod_hash_t *hwc_class_hash; /* hash by class name */ variable
859 hwc_class_hash = mod_hash_create_strhash("hwc class spec hash",
961 hwc_class_hash);
986 hwc_class_hash);
1145 if (mod_hash_find(hwc_class_hash, (mod_hash_key_t)classes[i],

Completed in 78 milliseconds