Lines Matching refs:match
1469 * h->dev[] to match the mid layer's view.
1541 /* Find needle in haystack. If exact match found, return DEVICE_SAME,
3113 bool match = false;
3123 match = !memcmp(scsi3addr, &c->Header.LUN.LunAddrBytes,
3130 /* HBA mode match */
3131 match = true;
3137 for (i = 0; i < dev->nphysical_disks && !match; i++) {
3140 * match = dev->phys_disk[i]->ioaccel_handle
3142 match = dev->phys_disk[i] == c->phys_disk;
3148 for (i = 0; i < dev->nphysical_disks && !match; i++) {
3149 match = dev->phys_disk[i]->ioaccel_handle ==
3155 match = false;
3164 return match;