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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c172 static mod_hash_t *mdi_pathmap_bypath; /* "path"->instance */ variable
335 mdi_pathmap_bypath = mod_hash_create_strhash(
336 "mdi_pathmap_bypath", mdi_pathmap_hash_size,
2976 if (mod_hash_find(mdi_pathmap_bypath, (mod_hash_key_t)path, &hv) == 0) {
2982 (void) mod_hash_insert(mdi_pathmap_bypath,

Completed in 64 milliseconds