Home
last modified time | relevance | path

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

/NextBSD/sys/cam/
HDcam_xpt.c1203 struct bus_match_pattern *cur_pattern; in xptbusmatch() local
1218 cur_pattern = &patterns[i].pattern.bus_pattern; in xptbusmatch()
1224 if (cur_pattern->flags == BUS_MATCH_ANY) { in xptbusmatch()
1239 if (cur_pattern->flags == BUS_MATCH_NONE) in xptbusmatch()
1242 if (((cur_pattern->flags & BUS_MATCH_PATH) != 0) in xptbusmatch()
1243 && (cur_pattern->path_id != bus->path_id)) in xptbusmatch()
1246 if (((cur_pattern->flags & BUS_MATCH_BUS_ID) != 0) in xptbusmatch()
1247 && (cur_pattern->bus_id != bus->sim->bus_id)) in xptbusmatch()
1250 if (((cur_pattern->flags & BUS_MATCH_UNIT) != 0) in xptbusmatch()
1251 && (cur_pattern->unit_number != bus->sim->unit_number)) in xptbusmatch()
[all …]