Home
last modified time | relevance | path

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

/openbsd/sys/scsi/
H A Dscsiconf.h187 #define DEVID_CMP(_a, _b) ( \ macro
H A Dmpath.c455 if (DEVID_CMP(d->d_id, link->id) && d->d_ops == ops) in mpath_path_attach()
H A Dscsiconf.c620 else if (link->id != NULL && !DEVID_CMP(link0->id, link->id)) in scsi_probe_link()