Searched refs:xpt_path_comp (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/sys/cam/ |
| HD | cam_debug.h | 88 && (xpt_path_comp(cam_dpath, path) >= 0) \ 89 && (xpt_path_comp(cam_dpath, path) < 2)) 94 && (xpt_path_comp(cam_dpath, path) >= 0) \ 95 && (xpt_path_comp(cam_dpath, path) < 2)) { \
|
| HD | cam_xpt.h | 102 int xpt_path_comp(struct cam_path *path1,
|
| HD | cam_periph.c | 350 if (xpt_path_comp(periph->path, path) == 0) { in cam_periph_find() 384 if (xpt_path_comp(periph->path, path) != 0) in cam_periph_list()
|
| HD | cam_xpt.c | 864 if (xpt_path_comp(hdr->path, ccb->ccb_h.path) == 0) { in xpt_rescan() 3635 xpt_path_comp(struct cam_path *path1, struct cam_path *path2) in xpt_path_comp() function
|
| /freebsd-14-stable/sys/dev/aic7xxx/ |
| HD | aic7xxx_osm.c | 370 && xpt_path_comp(ahc->pending_device->path, ccb_path) == 0) { in ahc_done()
|
| HD | aic79xx_osm.c | 362 && xpt_path_comp(ahd->pending_device->path, ccb_path) == 0) { in ahd_done()
|
| HD | aic7xxx.c | 7547 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ in ahc_handle_en_lun()
|
| HD | aic79xx.c | 10048 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ in ahd_handle_en_lun()
|