• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sbin/camcontrol/

Lines Matching refs:cam_dev

658 getdevtype(struct cam_device *cam_dev)
666 error = get_device_type(cam_dev, -1, 0, 0, &dt);
10278 struct cam_device *cam_dev = NULL;
10504 if ((cam_dev = ((arglist & (CAM_ARG_BUS | CAM_ARG_TARGET))?
10520 error = getdevlist(cam_dev);
10523 error = atahpa(cam_dev, retry_count, timeout,
10527 error = ataama(cam_dev, retry_count, timeout,
10534 error = getdevtype(cam_dev);
10537 error = testunitready(cam_dev, task_attr, retry_count,
10541 error = scsidoinquiry(cam_dev, argc, argv, combinedopt,
10545 error = identify(cam_dev, retry_count, timeout);
10548 error = scsistart(cam_dev, arglist & CAM_ARG_START_UNIT,
10559 error = readdefects(cam_dev, argc, argv, combinedopt,
10563 modepage(cam_dev, argc, argv, combinedopt,
10567 error = scsicmd(cam_dev, argc, argv, combinedopt,
10571 error = mmcsdcmd(cam_dev, argc, argv, combinedopt,
10575 error = smpcmd(cam_dev, argc, argv, combinedopt,
10579 error = smpreportgeneral(cam_dev, argc, argv,
10584 error = smpphycontrol(cam_dev, argc, argv, combinedopt,
10588 error = smpphylist(cam_dev, argc, argv, combinedopt,
10592 error = smpmaninfo(cam_dev, argc, argv, combinedopt,
10599 error = tagcontrol(cam_dev, argc, argv, combinedopt);
10602 error = ratecontrol(cam_dev, task_attr, retry_count,
10606 error = scsiformat(cam_dev, argc, argv,
10611 error = scsireportluns(cam_dev, argc, argv,
10616 error = scsireadcapacity(cam_dev, argc, argv,
10624 error = atapm(cam_dev, argc, argv,
10629 error = ataaxm(cam_dev, argc, argv,
10633 error = atasecurity(cam_dev, retry_count, timeout,
10637 error = fwdownload(cam_dev, argc, argv, combinedopt,
10642 error = sanitize(cam_dev, argc, argv, combinedopt, task_attr,
10646 error = scsipersist(cam_dev, argc, argv, combinedopt,
10652 error = scsiattrib(cam_dev, argc, argv, combinedopt,
10658 error = scsiopcodes(cam_dev, argc, argv, combinedopt,
10663 error = reprobe(cam_dev);
10666 error = zone(cam_dev, argc, argv, combinedopt,
10671 error = epc(cam_dev, argc, argv, combinedopt,
10675 error = timestamp(cam_dev, argc, argv, combinedopt,
10688 if (cam_dev != NULL)
10689 cam_close_device(cam_dev);