Searched refs:xpt_path_comp (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sys/cam/ |
| H A D | cam_debug.h | 90 && (xpt_path_comp(cam_dpath, path) >= 0) \ 91 && (xpt_path_comp(cam_dpath, path) < 2)) 96 && (xpt_path_comp(cam_dpath, path) >= 0) \ 97 && (xpt_path_comp(cam_dpath, path) < 2)) { \
|
| H A D | cam_xpt.h | 104 int xpt_path_comp(struct cam_path *path1,
|
| H A D | 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()
|
| H A D | cam_xpt.c | 868 if (xpt_path_comp(hdr->path, ccb->ccb_h.path) == 0) { in xpt_rescan() 3719 xpt_path_comp(struct cam_path *path1, struct cam_path *path2) in xpt_path_comp() function
|
| /freebsd-13.1/sys/dev/aic7xxx/ |
| H A D | aic79xx_osm.c | 350 && xpt_path_comp(ahd->pending_device->path, ccb_path) == 0) { in ahd_done()
|
| H A D | aic7xxx_osm.c | 360 && xpt_path_comp(ahc->pending_device->path, ccb_path) == 0) { in ahc_done()
|
| H A D | aic7xxx.c | 7555 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ in ahc_handle_en_lun()
|
| H A D | aic79xx.c | 10058 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ in ahd_handle_en_lun()
|