cam_periph_find
if ((old_periph = cam_periph_find(path, "aprobe")) != NULL) {
if ((periph = cam_periph_find(path, name)) != NULL) {
struct cam_periph *cam_periph_find(struct cam_path *path, char *name);
periph = cam_periph_find(path, "ctl");
if ((periph = cam_periph_find(path, "ctl")) != NULL)
periph = cam_periph_find(path, "ctl");
if ((old_periph = cam_periph_find(path, "mmcprobe")) != NULL) {
if ((old_periph = cam_periph_find(path, "nvme_probe")) != NULL) {
if ((periph = cam_periph_find(new_path, "targbh")) != NULL)
periph = cam_periph_find(path, "targ");
if (cam_periph_find(path, "targ") == NULL) {
if ((old_periph = cam_periph_find(path, "probe")) != NULL) {
periph = cam_periph_find(path, NULL);
if ((periph = cam_periph_find(path, "da")) != NULL) {
periph = cam_periph_find(path, "da");
periph = cam_periph_find(path, "pass");