Home
last modified time | relevance | path

Searched refs:cmdopts_s (Results 1 – 8 of 8) sorted by relevance

/external/kmod/tools/
Dinsert.c30 static const char cmdopts_s[] = "h"; variable
68 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_insert()
Dremove.c30 static const char cmdopts_s[] = "h"; variable
94 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_remove()
Dinsmod.c32 static const char cmdopts_s[] = "psfVh"; variable
78 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_insmod()
Drmmod.c39 static const char cmdopts_s[] = "fsvVwh"; variable
113 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_rmmod()
Dstatic-nodes.c54 static const char cmdopts_s[] = "o:f:h"; variable
168 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_static_nodes()
Dmodinfo.c314 static const char cmdopts_s[] = "adlpn0F:k:b:Vh"; variable
372 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_modinfo()
Dmodprobe.c60 static const char cmdopts_s[] = "arRibfDcnC:d:S:sqvVh"; variable
771 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_modprobe()
Ddepmod.c60 static const char cmdopts_s[] = "aAb:C:E:F:euqrvnP:wmVh"; variable
2758 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_depmod()