Home
last modified time | relevance | path

Searched refs:optarg (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/aic7xxx/aicasm/
Daicasm.c119 extern char *optarg; in main()
150 if (strcmp(optarg, "s") == 0) { in main()
153 } else if (strcmp(optarg, "p") == 0) { in main()
167 stock_include_file = optarg; in main()
171 if ((listfile = fopen(optarg, "w")) == NULL) { in main()
172 perror(optarg); in main()
175 listfilename = optarg; in main()
179 if (strcmp(optarg, "ostdinc")) { in main()
181 appname, ch, optarg); in main()
187 if ((ofile = fopen(optarg, "w")) == NULL) { in main()
[all …]
/drivers/video/logo/
Dpnmtologo.c465 logoname = optarg; in main()
469 outputname = optarg; in main()
473 if (!strcmp(optarg, "mono")) in main()
475 else if (!strcmp(optarg, "vga16")) in main()
477 else if (!strcmp(optarg, "clut224")) in main()
479 else if (!strcmp(optarg, "gray256")) in main()
/drivers/staging/greybus/tools/
Dloopback_test.c903 snprintf(t.test_name, MAX_STR_LEN, "%s", optarg); in main()
906 t.size = atoi(optarg); in main()
909 t.iteration_max = atoi(optarg); in main()
912 snprintf(t.sysfs_prefix, MAX_SYSFS_PREFIX, "%s", optarg); in main()
915 snprintf(t.debugfs_prefix, MAX_SYSFS_PREFIX, "%s", optarg); in main()
918 t.mask = atol(optarg); in main()
942 t.async_timeout = atoi(optarg); in main()
945 t.poll_timeout.tv_sec = atoi(optarg); in main()
948 t.async_outstanding_operations = atoi(optarg); in main()
951 t.us_wait = atoi(optarg); in main()
/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadow.c187 const char *optarg; in nvbios_shadow() local
192 optarg = nvkm_stropt(device->cfgopt, "NvBios", &optlen); in nvbios_shadow()
193 source = optarg ? kstrndup(optarg, optlen, GFP_KERNEL) : NULL; in nvbios_shadow()