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

Lines Matching defs:cam_dev

676 getdevtype(struct cam_device *cam_dev)
684 error = get_device_type(cam_dev, -1, 0, 0, &dt);
10213 struct cam_device *cam_dev = NULL;
10444 if ((cam_dev = ((arglist & (CAM_ARG_BUS | CAM_ARG_TARGET))?
10462 error = getdevlist(cam_dev);
10465 error = atahpa(cam_dev, retry_count, timeout,
10469 error = ataama(cam_dev, retry_count, timeout,
10477 error = getdevtype(cam_dev);
10481 error = testunitready(cam_dev, task_attr, retry_count,
10485 error = scsidoinquiry(cam_dev, argc, argv, combinedopt,
10489 error = identify(cam_dev, retry_count, timeout);
10492 error = scsistart(cam_dev, arglist & CAM_ARG_START_UNIT,
10505 error = readdefects(cam_dev, argc, argv, combinedopt,
10509 modepage(cam_dev, argc, argv, combinedopt,
10513 error = scsicmd(cam_dev, argc, argv, combinedopt,
10517 error = mmcsdcmd(cam_dev, argc, argv, combinedopt,
10521 error = smpcmd(cam_dev, argc, argv, combinedopt,
10525 error = smpreportgeneral(cam_dev, argc, argv,
10530 error = smpphycontrol(cam_dev, argc, argv, combinedopt,
10534 error = smpphylist(cam_dev, argc, argv, combinedopt,
10538 error = smpmaninfo(cam_dev, argc, argv, combinedopt,
10545 error = tagcontrol(cam_dev, argc, argv, combinedopt);
10548 error = ratecontrol(cam_dev, task_attr, retry_count,
10552 error = scsiformat(cam_dev, argc, argv,
10557 error = scsireportluns(cam_dev, argc, argv,
10562 error = scsireadcapacity(cam_dev, argc, argv,
10570 error = atapm(cam_dev, argc, argv,
10575 error = ataaxm(cam_dev, argc, argv,
10579 error = atasecurity(cam_dev, retry_count, timeout,
10583 error = fwdownload(cam_dev, argc, argv, combinedopt,
10588 error = sanitize(cam_dev, argc, argv, combinedopt, task_attr,
10592 error = scsipersist(cam_dev, argc, argv, combinedopt,
10598 error = scsiattrib(cam_dev, argc, argv, combinedopt,
10604 error = scsiopcodes(cam_dev, argc, argv, combinedopt,
10609 error = reprobe(cam_dev);
10612 error = zone(cam_dev, argc, argv, combinedopt,
10617 error = epc(cam_dev, argc, argv, combinedopt,
10621 error = timestamp(cam_dev, argc, argv, combinedopt,
10635 if (cam_dev != NULL)
10636 cam_close_device(cam_dev);