Lines Matching refs:match
1475 * h->dev[] to match the mid layer's view.
1547 /* Find needle in haystack. If exact match found, return DEVICE_SAME,
3117 bool match = false;
3127 match = !memcmp(scsi3addr, &c->Header.LUN.LunAddrBytes,
3134 /* HBA mode match */
3135 match = true;
3141 for (i = 0; i < dev->nphysical_disks && !match; i++) {
3144 * match = dev->phys_disk[i]->ioaccel_handle
3146 match = dev->phys_disk[i] == c->phys_disk;
3152 for (i = 0; i < dev->nphysical_disks && !match; i++) {
3153 match = dev->phys_disk[i]->ioaccel_handle ==
3159 match = false;
3168 return match;