Searched refs:cmdopts (Results 1 – 11 of 11) sorted by relevance
/external/kmod/tools/ |
D | insert.c | 31 static const struct option cmdopts[] = { variable 68 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_insert()
|
D | remove.c | 31 static const struct option cmdopts[] = { variable 94 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_remove()
|
D | insmod.c | 33 static const struct option cmdopts[] = { variable 78 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_insmod()
|
D | rmmod.c | 40 static const struct option cmdopts[] = { variable 113 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_rmmod()
|
D | static-nodes.c | 55 static const struct option cmdopts[] = { variable 168 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_static_nodes()
|
D | modinfo.c | 315 static const struct option cmdopts[] = { variable 372 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_modinfo()
|
D | modprobe.c | 61 static const struct option cmdopts[] = { variable 771 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_modprobe()
|
D | depmod.c | 61 static const struct option cmdopts[] = { variable 2758 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_depmod() 2818 cmdopts[idx].name); in do_depmod()
|
/external/toybox/toys/pending/ |
D | modprobe.c | 37 char *cmdopts; 467 if (m == m2) options = add_opts(options, TT.cmdopts); in go_probe() 549 TT.cmdopts = add_cmdopt(argv); in modprobe_main()
|
/external/kernel-headers/original/uapi/linux/genwqe/ |
D | genwqe_card.h | 413 __u16 cmdopts; /* command options */ member
|
/external/toybox/generated/ |
D | globals.h | 737 char *cmdopts; member
|