Searched refs:cmdopts_s (Results 1 – 8 of 8) sorted by relevance
/external/kmod/tools/ |
D | insert.c | 30 static const char cmdopts_s[] = "h"; variable 68 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_insert()
|
D | remove.c | 30 static const char cmdopts_s[] = "h"; variable 94 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_remove()
|
D | insmod.c | 32 static const char cmdopts_s[] = "psfVh"; variable 78 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_insmod()
|
D | rmmod.c | 39 static const char cmdopts_s[] = "fsvVwh"; variable 113 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_rmmod()
|
D | static-nodes.c | 54 static const char cmdopts_s[] = "o:f:h"; variable 168 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_static_nodes()
|
D | modinfo.c | 314 static const char cmdopts_s[] = "adlpn0F:k:b:Vh"; variable 372 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_modinfo()
|
D | modprobe.c | 60 static const char cmdopts_s[] = "arRibfDcnC:d:S:sqvVh"; variable 740 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_modprobe()
|
D | depmod.c | 58 static const char cmdopts_s[] = "aAb:C:E:F:euqrvnP:wmVh"; variable 2561 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_depmod()
|