Searched refs:cam_periph_find (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/dev/hptmv/
H A Dosbsd.h242 periph = cam_periph_find(path, "da");
/freebsd-13-stable/sys/cam/
H A Dcam_periph.h166 struct cam_periph *cam_periph_find(struct cam_path *path, char *name);
H A Dcam_periph.c220 if ((periph = cam_periph_find(path, name)) != NULL) {
337 cam_periph_find(struct cam_path *path, char *name) function
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_target.c413 periph = cam_periph_find(path, "targ");
438 if (cam_periph_find(path, "targ") == NULL) {
H A Dscsi_targ_bh.c220 if ((periph = cam_periph_find(new_path, "targbh")) != NULL)
H A Dscsi_xpt.c2360 if ((old_periph = cam_periph_find(path, "probe")) != NULL) {
/freebsd-13-stable/sys/cam/ctl/
H A Dscsi_ctl.c1663 periph = cam_periph_find(path, "ctl");
1725 if ((periph = cam_periph_find(path, "ctl")) != NULL)
1759 periph = cam_periph_find(path, "ctl");
/freebsd-13-stable/sys/cam/nvme/
H A Dnvme_xpt.c557 if ((old_periph = cam_periph_find(path, "nvme_probe")) != NULL) {
/freebsd-13-stable/sys/cam/mmc/
H A Dmmc_xpt.c249 if ((old_periph = cam_periph_find(path, "mmcprobe")) != NULL) {
/freebsd-13-stable/sys/dev/mly/
H A Dmly.c2405 periph = cam_periph_find(path, NULL);
/freebsd-13-stable/sys/cam/ata/
H A Data_xpt.c1605 if ((old_periph = cam_periph_find(path, "aprobe")) != NULL) {
/freebsd-13-stable/sys/dev/hptiop/
H A Dhptiop.c2776 if ((periph = cam_periph_find(path, "da")) != NULL) {
/freebsd-13-stable/sys/dev/ciss/
H A Dciss.c3445 periph = cam_periph_find(path, NULL);

Completed in 140 milliseconds