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

/illumos-gate/usr/src/uts/common/os/
H A Ddevid_cache.c874 ddi_devid_t match_devid; local
943 &match_devid) != DDI_SUCCESS) {
951 if (ddi_devid_compare(devid, match_devid) != 0) {
955 ddi_devid_free(match_devid);
958 ddi_devid_free(match_devid);

Completed in 113 milliseconds