Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/dld/
H A Ddld_drv.c82 static mod_hash_t *dld_ap_hashp; variable
163 dld_ap_hashp = mod_hash_create_idhash("dld_autopush_hash", in drv_init()
166 ASSERT(dld_ap_hashp != NULL); in drv_init()
187 mod_hash_walk(dld_ap_hashp, drv_ap_exist, &exist); in drv_fini()
196 mod_hash_destroy_idhash(dld_ap_hashp); in drv_fini()
887 if (mod_hash_find(dld_ap_hashp, key, &val) != 0) { in drv_ioc_rename()
892 VERIFY(mod_hash_remove(dld_ap_hashp, key, &val) == 0); in drv_ioc_rename()
920 if (mod_hash_find(dld_ap_hashp, key, (mod_hash_val_t *)&dap) != 0) { in drv_ioc_setap()
928 VERIFY(mod_hash_insert(dld_ap_hashp, key, in drv_ioc_setap()
953 if (mod_hash_find(dld_ap_hashp, in drv_ioc_getap()
[all …]