Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_drv.c83 static mod_hash_t *dld_ap_hashp; variable
164 dld_ap_hashp = mod_hash_create_idhash("dld_autopush_hash", in drv_init()
167 ASSERT(dld_ap_hashp != NULL); in drv_init()
188 mod_hash_walk(dld_ap_hashp, drv_ap_exist, &exist); in drv_fini()
197 mod_hash_destroy_idhash(dld_ap_hashp); in drv_fini()
897 if (mod_hash_find(dld_ap_hashp, key, &val) != 0) { in drv_ioc_rename()
902 VERIFY(mod_hash_remove(dld_ap_hashp, key, &val) == 0); in drv_ioc_rename()
930 if (mod_hash_find(dld_ap_hashp, key, (mod_hash_val_t *)&dap) != 0) { in drv_ioc_setap()
938 VERIFY(mod_hash_insert(dld_ap_hashp, key, in drv_ioc_setap()
963 if (mod_hash_find(dld_ap_hashp, in drv_ioc_getap()
[all …]