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 97 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 116 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 | 339 static const char cmdopts_s[] = "adlpn0mF:k:b:Vh"; variable 400 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_modinfo()
|
D | modprobe.c | 62 static const char cmdopts_s[] = "arw:RibfDcnC:d:S:sqvVh"; variable 831 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_modprobe()
|
D | depmod.c | 61 static const char cmdopts_s[] = "aAb:C:E:F:euqrvnP:wmVh"; variable 2915 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_depmod()
|