Home
last modified time | relevance | path

Searched refs:optarg (Results 1 – 3 of 3) 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.c459 logoname = optarg; in main()
463 outputname = optarg; in main()
467 if (!strcmp(optarg, "mono")) in main()
469 else if (!strcmp(optarg, "vga16")) in main()
471 else if (!strcmp(optarg, "clut224")) in main()
473 else if (!strcmp(optarg, "gray256")) 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()