Lines Matching defs:combinedopt
273 static int getdevtree(int argc, char **argv, char *combinedopt);
282 char *combinedopt, int task_attr, int retry_count,
300 char *combinedopt, int task_attr, int retry_count,
303 char *combinedopt, int task_attr, int retry_count,
306 char *combinedopt, int task_attr, int retry_count,
309 char *combinedopt, int retry_count, int timeout);
311 char *combinedopt, int retry_count, int timeout);
313 char *combinedopt, int retry_count, int timeout);
315 char *combinedopt, int retry_count, int timeout);
317 char *combinedopt, int retry_count, int timeout);
324 char *combinedopt, int retry_count, int timeout);
326 char *combinedopt);
336 char *combinedopt);
338 char *combinedopt, int task_attr, int retry_count,
341 char *combinedopt, int task_attr, int retry_count,
344 char *combinedopt, int task_attr, int retry_count,
347 char *combinedopt, int task_attr, int retry_count,
350 char *combinedopt, int retry_count, int timeout);
352 int argc, char **argv, char *combinedopt);
354 int argc, char **argv, char *combinedopt);
356 int argc, char **argv, char *combinedopt);
363 char *combinedopt, int task_attr, int retry_count,
457 getdevtree(int argc, char **argv, char *combinedopt)
468 while ((c = getopt(argc, argv, combinedopt)) != -1) {
844 char *combinedopt, int task_attr, int retry_count, int timeout)
854 while ((c = getopt(argc, argv, combinedopt)) != -1) {
1078 char *combinedopt, int task_attr, int retry_count, int timeout)
1083 while ((c = getopt(argc, argv, combinedopt)) != -1) {
2884 int argc, char **argv, char *combinedopt)
2907 while ((c = getopt(argc, argv, combinedopt)) != -1) {
3093 int argc, char **argv, char *combinedopt)
3108 while ((c = getopt(argc, argv, combinedopt)) != -1) {
3214 int argc, char **argv, char *combinedopt)
3237 while ((c = getopt(argc, argv, combinedopt)) != -1) {
3926 char *combinedopt, int task_attr, int retry_count, int timeout)
3947 while ((c = getopt(argc, argv, combinedopt)) != -1) {
4610 modepage(struct cam_device *device, int argc, char **argv, char *combinedopt,
4617 while ((c = getopt(argc, argv, combinedopt)) != -1) {
4683 scsicmd(struct cam_device *device, int argc, char **argv, char *combinedopt,
4710 while ((c = getopt(argc, argv, combinedopt)) != -1) {
5038 camdebug(int argc, char **argv, char *combinedopt)
5050 while ((c = getopt(argc, argv, combinedopt)) != -1) {
5157 char *combinedopt)
5173 while ((c = getopt(argc, argv, combinedopt)) != -1) {
6094 int timeout, int argc, char **argv, char *combinedopt)
6114 while ((c = getopt(argc, argv, combinedopt)) != -1) {
6425 char *combinedopt, int task_attr, int retry_count, int timeout)
6447 while ((c = getopt(argc, argv, combinedopt)) != -1) {
6471 error = scsidoinquiry(device, argc, argv, combinedopt,
6902 char *combinedopt, int task_attr, int retry_count, int timeout)
6940 while ((c = getopt(argc, argv, combinedopt)) != -1) {
7078 error = scsidoinquiry(device, argc, argv, combinedopt,
7276 char *combinedopt, int task_attr, int retry_count, int timeout)
7299 while ((c = getopt(argc, argv, combinedopt)) != -1) {
7511 char *combinedopt, int task_attr, int retry_count, int timeout)
7538 while ((c = getopt(argc, argv, combinedopt)) != -1) {
7714 smpcmd(struct cam_device *device, int argc, char **argv, char *combinedopt,
7737 while ((c = getopt(argc, argv, combinedopt)) != -1) {
7907 mmcsdcmd(struct cam_device *device, int argc, char **argv, char *combinedopt,
7942 while ((c = getopt(argc, argv, combinedopt)) != -1) {
8266 char *combinedopt, int retry_count, int timeout)
8286 while ((c = getopt(argc, argv, combinedopt)) != -1) {
8400 char *combinedopt, int retry_count, int timeout)
8428 while ((c = getopt(argc, argv, combinedopt)) != -1) {
8663 char *combinedopt, int retry_count, int timeout)
8683 while ((c = getopt(argc, argv, combinedopt)) != -1) {
9034 char *combinedopt, int retry_count, int timeout)
9076 while ((c = getopt(argc, argv, combinedopt)) != -1) {
9350 char *combinedopt, int retry_count, int timeout)
9366 while ((c = getopt(argc, argv, combinedopt)) != -1) {
9431 char *combinedopt, int retry_count, int timeout)
9446 while ((c = getopt(argc, argv, combinedopt)) != -1) {
9859 char *combinedopt, int task_attr, int retry_count, int timeout,
9871 while ((c = getopt(argc, argv, combinedopt)) != -1) {
10361 char combinedopt[256];
10441 sprintf(combinedopt, "%s%s", mainopt, subopt);
10443 sprintf(combinedopt, "%s", mainopt);
10495 while ((c = getopt(argc, argv, combinedopt))!= -1){
10602 argc, argv, combinedopt);
10606 argc, argv, combinedopt);
10609 error = getdevtree(argc, argv, combinedopt);
10615 error = requestsense(cam_dev, argc, argv, combinedopt,
10623 error = scsidoinquiry(cam_dev, argc, argv, combinedopt,
10641 error = readdefects(cam_dev, argc, argv, combinedopt,
10645 modepage(cam_dev, argc, argv, combinedopt,
10649 error = scsicmd(cam_dev, argc, argv, combinedopt,
10653 error = mmcsdcmd(cam_dev, argc, argv, combinedopt,
10657 error = smpcmd(cam_dev, argc, argv, combinedopt,
10662 combinedopt, retry_count,
10666 error = smpphycontrol(cam_dev, argc, argv, combinedopt,
10670 error = smpphylist(cam_dev, argc, argv, combinedopt,
10674 error = smpmaninfo(cam_dev, argc, argv, combinedopt,
10678 error = camdebug(argc, argv, combinedopt);
10681 error = tagcontrol(cam_dev, argc, argv, combinedopt);
10685 timeout, argc, argv, combinedopt);
10689 combinedopt, task_attr, retry_count,
10694 combinedopt, task_attr,
10699 combinedopt, task_attr,
10707 combinedopt, retry_count, timeout);
10712 combinedopt, retry_count, timeout);
10716 argc, argv, combinedopt);
10719 error = fwdownload(cam_dev, argc, argv, combinedopt,
10724 error = sanitize(cam_dev, argc, argv, combinedopt, task_attr,
10728 error = scsipersist(cam_dev, argc, argv, combinedopt,
10734 error = scsiattrib(cam_dev, argc, argv, combinedopt,
10740 error = scsiopcodes(cam_dev, argc, argv, combinedopt,
10748 error = zone(cam_dev, argc, argv, combinedopt,
10753 error = epc(cam_dev, argc, argv, combinedopt,
10757 error = timestamp(cam_dev, argc, argv, combinedopt,
10762 error = depop(cam_dev, argc, argv, combinedopt,