Searched refs:dld_ap_hashp (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/dld/ |
H A D | dld_drv.c | 81 static mod_hash_t *dld_ap_hashp; variable 162 dld_ap_hashp = mod_hash_create_idhash("dld_autopush_hash", in drv_init() 165 ASSERT(dld_ap_hashp != NULL); in drv_init() 186 mod_hash_walk(dld_ap_hashp, drv_ap_exist, &exist); in drv_fini() 195 mod_hash_destroy_idhash(dld_ap_hashp); in drv_fini() 886 if (mod_hash_find(dld_ap_hashp, key, &val) != 0) { in drv_ioc_rename() 891 VERIFY(mod_hash_remove(dld_ap_hashp, key, &val) == 0); in drv_ioc_rename() 919 if (mod_hash_find(dld_ap_hashp, key, (mod_hash_val_t *)&dap) != 0) { in drv_ioc_setap() 927 VERIFY(mod_hash_insert(dld_ap_hashp, key, in drv_ioc_setap() 952 if (mod_hash_find(dld_ap_hashp, in drv_ioc_getap() [all …]
|