Home
last modified time | relevance | path

Searched refs:xpt_path_comp (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/cam/
H A Dcam_debug.h97 && (xpt_path_comp(cam_dpath, (path)) >= 0) \
98 && (xpt_path_comp(cam_dpath, (path)) < 2))
H A Dcam_xpt.h101 int xpt_path_comp(struct cam_path *path1,
H A Dcam_periph.c349 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 Dcam_xpt.c860 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 Daic79xx_osm.c361 && xpt_path_comp(ahd->pending_device->path, ccb_path) == 0) { in ahd_done()
H A Daic7xxx_osm.c369 && xpt_path_comp(ahc->pending_device->path, ccb_path) == 0) { in ahc_done()
H A Daic79xx.c10032 && !xpt_path_comp(ccbh->path, ccb->ccb_h.path)){ in ahd_handle_en_lun()