cam_periph_find
if ((periph = cam_periph_find(path, name)) != NULL) {
struct cam_periph *cam_periph_find(struct cam_path *path, char *name);
if ((old_periph = cam_periph_find(path, "probe")) != NULL) {
periph = cam_periph_find(cgd->ccb_h.path, "cd");
&& ((nperiph = cam_periph_find(path, "cd")) != NULL)){
&& ((nperiph = cam_periph_find(path, "cd")) != NULL)
periph = cam_periph_find(cgd->ccb_h.path, "da");
periph = cam_periph_find(cgd->ccb_h.path, "pass");
if ((periph = cam_periph_find(new_path, "targbh")) != NULL)
periph = cam_periph_find(path, "targ");
if (cam_periph_find(path, "targ") == NULL) {
wperiph = cam_periph_find(wpath, "isptarg");
periph = cam_periph_find(path, "isptarg");
periph = cam_periph_find(path, NULL);
if((periph = cam_periph_find(path, "da")) != NULL){
if ((periph = cam_periph_find(path, "da")) != NULL) {
periph = cam_periph_find(path, "da");
periph = cam_periph_find(path, NULL);
if ((found_periph = cam_periph_find(ccb->ccb_h.path,