Home
last modified time | relevance | path

Searched refs:cam_periph_find (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/hptmv/
H A Dosbsd.h238 periph = cam_periph_find(path, "da"); in hpt_get_periph()
/freebsd/sys/cam/
H A Dcam_periph.h168 struct cam_periph *cam_periph_find(struct cam_path *path, char *name);
H A Dcam_periph.c219 if ((periph = cam_periph_find(path, name)) != NULL) { in cam_periph_alloc()
338 cam_periph_find(struct cam_path *path, char *name) in cam_periph_find() function
/freebsd/sys/cam/scsi/
H A Dscsi_target.c410 periph = cam_periph_find(path, "targ"); in targenable()
435 if (cam_periph_find(path, "targ") == NULL) { in targenable()
H A Dscsi_targ_bh.c217 if ((periph = cam_periph_find(new_path, "targbh")) != NULL) in targbhasync()
H A Dscsi_xpt.c2348 if ((old_periph = cam_periph_find(path, "probe")) != NULL) { in scsi_scan_lun()
/freebsd/sys/cam/ctl/
H A Dscsi_ctl.c1662 periph = cam_periph_find(path, "ctl"); in ctlfe_online()
1724 if ((periph = cam_periph_find(path, "ctl")) != NULL) in ctlfe_offline()
1758 periph = cam_periph_find(path, "ctl"); in ctlfe_lun_enable()
/freebsd/sys/cam/nvme/
H A Dnvme_xpt.c556 if ((old_periph = cam_periph_find(path, "nvme_probe")) != NULL) { in nvme_scan_lun()
/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c258 if ((old_periph = cam_periph_find(path, "mmcprobe")) != NULL) { in mmc_scan_lun()
/freebsd/sys/cam/ata/
H A Data_xpt.c1590 if ((old_periph = cam_periph_find(path, "aprobe")) != NULL) { in ata_scan_lun()
/freebsd/sys/dev/hptiop/
H A Dhptiop.c2766 if ((periph = cam_periph_find(path, "da")) != NULL) { in hptiop_os_query_remove_device()
/freebsd/sys/dev/ciss/
H A Dciss.c3475 periph = cam_periph_find(path, NULL); in ciss_name_device()