Searched refs:cam_periph_find (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/hptmv/ |
H A D | osbsd.h | 238 periph = cam_periph_find(path, "da"); in hpt_get_periph()
|
/freebsd/sys/cam/ |
H A D | cam_periph.h | 168 struct cam_periph *cam_periph_find(struct cam_path *path, char *name);
|
H A D | cam_periph.c | 219 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 D | scsi_target.c | 410 periph = cam_periph_find(path, "targ"); in targenable() 435 if (cam_periph_find(path, "targ") == NULL) { in targenable()
|
H A D | scsi_targ_bh.c | 217 if ((periph = cam_periph_find(new_path, "targbh")) != NULL) in targbhasync()
|
H A D | scsi_xpt.c | 2348 if ((old_periph = cam_periph_find(path, "probe")) != NULL) { in scsi_scan_lun()
|
/freebsd/sys/cam/ctl/ |
H A D | scsi_ctl.c | 1662 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 D | nvme_xpt.c | 556 if ((old_periph = cam_periph_find(path, "nvme_probe")) != NULL) { in nvme_scan_lun()
|
/freebsd/sys/cam/mmc/ |
H A D | mmc_xpt.c | 258 if ((old_periph = cam_periph_find(path, "mmcprobe")) != NULL) { in mmc_scan_lun()
|
/freebsd/sys/cam/ata/ |
H A D | ata_xpt.c | 1590 if ((old_periph = cam_periph_find(path, "aprobe")) != NULL) { in ata_scan_lun()
|
/freebsd/sys/dev/hptiop/ |
H A D | hptiop.c | 2766 if ((periph = cam_periph_find(path, "da")) != NULL) { in hptiop_os_query_remove_device()
|
/freebsd/sys/dev/ciss/ |
H A D | ciss.c | 3475 periph = cam_periph_find(path, NULL); in ciss_name_device()
|