Searched refs:xpt_path_comp (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/cam/ |
H A D | cam_debug.h | 97 && (xpt_path_comp(cam_dpath, (path)) >= 0) \ 98 && (xpt_path_comp(cam_dpath, (path)) < 2))
|
H A D | cam_xpt.h | 101 int xpt_path_comp(struct cam_path *path1,
|
H A D | cam_periph.c | 349 if (xpt_path_comp(periph->path, path) == 0) { in cam_periph_find() 383 if (xpt_path_comp(periph->path, path) != 0) in cam_periph_list()
|
H A D | cam_xpt.c | 860 if (xpt_path_comp(hdr->path, ccb->ccb_h.path) == 0) { in xpt_rescan() 3631 xpt_path_comp(struct cam_path *path1, struct cam_path *path2) in xpt_path_comp() function
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx_osm.c | 361 && xpt_path_comp(ahd->pending_device->path, ccb_path) == 0) { in ahd_done()
|
H A D | aic7xxx_osm.c | 369 && xpt_path_comp(ahc->pending_device->path, ccb_path) == 0) { in ahc_done()
|
H A D | aic79xx.c | 10032 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ in ahd_handle_en_lun()
|