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

/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c8907 char *aliasdup; local
8914 aliasdup = ddi_strdup(alias, KM_NOSLEEP);
8915 if (aliasdup == NULL) {
8916 cmn_err(CE_PANIC, "aliasdup alloc failed");
8942 (mod_hash_key_t)aliasdup, (mod_hash_val_t)curr);
8945 strfree(aliasdup);
8949 (mod_hash_key_t)aliasdup, (mod_hash_val_t)NULL);
8951 strfree(aliasdup);

Completed in 83 milliseconds