Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c3948 …mDNSBool matchid = (s->teststate == DNSServer_Untested && mDNSSameOpaque16(msg->h.id, s->testid)… in uDNS_ReceiveTestQuestionResponse() local
3949 if (matchaddr || matchid) in uDNS_ReceiveTestQuestionResponse()