Lines Matching defs:cam_dev
663 getdevtype(struct cam_device *cam_dev)
671 error = get_device_type(cam_dev, -1, 0, 0, &dt);
10368 struct cam_device *cam_dev = NULL;
10595 if ((cam_dev = ((arglist & (CAM_ARG_BUS | CAM_ARG_TARGET))?
10611 error = getdevlist(cam_dev);
10614 error = atahpa(cam_dev, retry_count, timeout,
10618 error = ataama(cam_dev, retry_count, timeout,
10625 error = getdevtype(cam_dev);
10628 error = requestsense(cam_dev, argc, argv, combinedopt,
10632 error = testunitready(cam_dev, task_attr, retry_count,
10636 error = scsidoinquiry(cam_dev, argc, argv, combinedopt,
10640 error = identify(cam_dev, retry_count, timeout);
10643 error = scsistart(cam_dev, arglist & CAM_ARG_START_UNIT,
10654 error = readdefects(cam_dev, argc, argv, combinedopt,
10658 modepage(cam_dev, argc, argv, combinedopt,
10662 error = scsicmd(cam_dev, argc, argv, combinedopt,
10666 error = mmcsdcmd(cam_dev, argc, argv, combinedopt,
10670 error = smpcmd(cam_dev, argc, argv, combinedopt,
10674 error = smpreportgeneral(cam_dev, argc, argv,
10679 error = smpphycontrol(cam_dev, argc, argv, combinedopt,
10683 error = smpphylist(cam_dev, argc, argv, combinedopt,
10687 error = smpmaninfo(cam_dev, argc, argv, combinedopt,
10694 error = tagcontrol(cam_dev, argc, argv, combinedopt);
10697 error = ratecontrol(cam_dev, task_attr, retry_count,
10701 error = scsiformat(cam_dev, argc, argv,
10706 error = scsireportluns(cam_dev, argc, argv,
10711 error = scsireadcapacity(cam_dev, argc, argv,
10719 error = atapm(cam_dev, argc, argv,
10724 error = ataaxm(cam_dev, argc, argv,
10728 error = atasecurity(cam_dev, retry_count, timeout,
10732 error = fwdownload(cam_dev, argc, argv, combinedopt,
10737 error = sanitize(cam_dev, argc, argv, combinedopt, task_attr,
10741 error = scsipersist(cam_dev, argc, argv, combinedopt,
10747 error = scsiattrib(cam_dev, argc, argv, combinedopt,
10753 error = scsiopcodes(cam_dev, argc, argv, combinedopt,
10758 error = reprobe(cam_dev);
10761 error = zone(cam_dev, argc, argv, combinedopt,
10766 error = epc(cam_dev, argc, argv, combinedopt,
10770 error = timestamp(cam_dev, argc, argv, combinedopt,
10775 error = depop(cam_dev, argc, argv, combinedopt,
10788 if (cam_dev != NULL)
10789 cam_close_device(cam_dev);