Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Ddev.c382 ddi_devid_t matchid; in dev_fmri_present() local
428 devid_str_decode(devid, &matchid, NULL) != 0) in dev_fmri_present()
431 if (devid_compare(id, matchid) != 0) in dev_fmri_present()
435 devid_free(matchid); in dev_fmri_present()
462 ddi_devid_t matchid; in dev_fmri_replaced() local
508 devid_str_decode(devid, &matchid, NULL) != 0) in dev_fmri_replaced()
511 if (devid_compare(id, matchid) != 0) in dev_fmri_replaced()
515 devid_free(matchid); in dev_fmri_replaced()