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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Ddev.c382 ddi_devid_t matchid; local
428 devid_str_decode(devid, &matchid, NULL) != 0)
431 if (devid_compare(id, matchid) != 0)
435 devid_free(matchid);
462 ddi_devid_t matchid; local
508 devid_str_decode(devid, &matchid, NULL) != 0)
511 if (devid_compare(id, matchid) != 0)
515 devid_free(matchid);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c3964 mDNSBool matchid = (s->teststate == DNSServer_Untested && mDNSSameOpaque16(msg->h.id, s->testid)); local
3965 if (matchaddr || matchid)

Completed in 76 milliseconds