Searched refs:optarg (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm.c | 119 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 …]
|
/linux-2.4.37.9/fs/smbfs/ |
D | getopt.c | 26 char **optopt, char **optarg, unsigned long *flag, in smb_getopt() argument 39 *optarg = NULL; in smb_getopt() 44 *optarg = val; in smb_getopt()
|
D | inode.c | 306 char *optarg; in parse_options() local 311 &optopt, &optarg, &flags, &value)) > 0) { in parse_options() 313 VERBOSE("'%s' -> '%s'\n", optopt, optarg ? optarg : "<none>"); in parse_options() 343 strncpy(mnt->codepage.local_name, optarg, in parse_options() 347 strncpy(mnt->codepage.remote_name, optarg, in parse_options()
|
D | getopt.h | 11 char **optopt, char **optarg, unsigned long *flag,
|
/linux-2.4.37.9/include/acpi/ |
D | acglobal.h | 306 ACPI_EXTERN char *optarg; variable
|
/linux-2.4.37.9/drivers/sound/ |
D | awe_wave.c | 3236 if (search_sample_index(sftail, patch->optarg) != NULL) in awe_probe_data() 3373 bank = ((unsigned short)patch->optarg >> 8) & 0xff; in awe_remove_info() 3374 instr = (unsigned short)patch->optarg & 0xff; in awe_remove_info() 3461 channels = patch->optarg; in awe_replace_data() 4947 if (patch->optarg < AWE_CHORUS_PREDEFINED || patch->optarg >= AWE_CHORUS_NUMBERS) { in awe_load_chorus_fx() 4948 printk(KERN_WARNING "AWE32 Error: invalid chorus mode %d for uploading\n", patch->optarg); in awe_load_chorus_fx() 4955 if (copy_from_user(&chorus_parm[patch->optarg], addr + AWE_PATCH_INFO_SIZE, in awe_load_chorus_fx() 4958 chorus_defined[patch->optarg] = TRUE; in awe_load_chorus_fx() 5055 if (patch->optarg < AWE_REVERB_PREDEFINED || patch->optarg >= AWE_REVERB_NUMBERS) { in awe_load_reverb_fx() 5056 printk(KERN_WARNING "AWE32 Error: invalid reverb mode %d for uploading\n", patch->optarg); in awe_load_reverb_fx() [all …]
|
/linux-2.4.37.9/include/linux/ |
D | awe_voice.h | 47 short optarg; /* optional argument */ member
|