Home
last modified time | relevance | path

Searched refs:hwc_par_hash (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmodsubr.c847 static mod_hash_t *hwc_par_hash; /* hash by parent name */ variable
857 hwc_par_hash = mod_hash_create_strhash("hwc parent spec hash", in hwc_hash_init()
958 hwc_par_hash); in hwc_hash()
983 hwc_par_hash); in hwc_unhash()
1080 if (mod_hash_find(hwc_par_hash, (mod_hash_key_t)pathname, &val) == 0) { in hwc_get_child_spec()
1095 if ((*deviname != '\0') && (mod_hash_find(hwc_par_hash, in hwc_get_child_spec()
1109 (mod_hash_find(hwc_par_hash, in hwc_get_child_spec()
1123 (mod_hash_find(hwc_par_hash, (mod_hash_key_t)bindname, &val) == 0)) in hwc_get_child_spec()
1134 (mod_hash_find(hwc_par_hash, (mod_hash_key_t)drvname, &val) == 0)) in hwc_get_child_spec()