Lines Matching refs:cam_dev

9115 	struct cam_device *cam_dev = NULL;
9346 if ((cam_dev = ((arglist & (CAM_ARG_BUS | CAM_ARG_TARGET))?
9364 error = getdevlist(cam_dev);
9367 error = atahpa(cam_dev, retry_count, timeout,
9376 error = testunitready(cam_dev, task_attr, retry_count,
9380 error = scsidoinquiry(cam_dev, argc, argv, combinedopt,
9384 error = ataidentify(cam_dev, retry_count, timeout);
9387 error = scsistart(cam_dev, arglist & CAM_ARG_START_UNIT,
9400 error = readdefects(cam_dev, argc, argv, combinedopt,
9404 modepage(cam_dev, argc, argv, combinedopt,
9408 error = scsicmd(cam_dev, argc, argv, combinedopt,
9412 error = smpcmd(cam_dev, argc, argv, combinedopt,
9416 error = smpreportgeneral(cam_dev, argc, argv,
9421 error = smpphycontrol(cam_dev, argc, argv, combinedopt,
9425 error = smpphylist(cam_dev, argc, argv, combinedopt,
9429 error = smpmaninfo(cam_dev, argc, argv, combinedopt,
9436 error = tagcontrol(cam_dev, argc, argv, combinedopt);
9439 error = ratecontrol(cam_dev, task_attr, retry_count,
9443 error = scsiformat(cam_dev, argc, argv,
9448 error = scsireportluns(cam_dev, argc, argv,
9453 error = scsireadcapacity(cam_dev, argc, argv,
9460 error = atapm(cam_dev, argc, argv,
9465 error = ataaxm(cam_dev, argc, argv,
9469 error = atasecurity(cam_dev, retry_count, timeout,
9473 error = fwdownload(cam_dev, argc, argv, combinedopt,
9478 error = scsisanitize(cam_dev, argc, argv,
9483 error = scsipersist(cam_dev, argc, argv, combinedopt,
9489 error = scsiattrib(cam_dev, argc, argv, combinedopt,
9495 error = scsiopcodes(cam_dev, argc, argv, combinedopt,
9500 error = scsireprobe(cam_dev);
9513 if (cam_dev != NULL)
9514 cam_close_device(cam_dev);