Home
last modified time | relevance | path

Searched refs:cmdopts (Results 1 – 11 of 11) sorted by relevance

/external/kmod/tools/
Dinsert.c31 static const struct option cmdopts[] = { variable
68 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_insert()
Dremove.c31 static const struct option cmdopts[] = { variable
94 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_remove()
Dinsmod.c33 static const struct option cmdopts[] = { variable
78 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_insmod()
Drmmod.c40 static const struct option cmdopts[] = { variable
113 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_rmmod()
Dstatic-nodes.c55 static const struct option cmdopts[] = { variable
168 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_static_nodes()
Dmodinfo.c315 static const struct option cmdopts[] = { variable
372 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_modinfo()
Dmodprobe.c61 static const struct option cmdopts[] = { variable
771 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx); in do_modprobe()
Ddepmod.c61 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/
Dmodprobe.c37 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/
Dgenwqe_card.h413 __u16 cmdopts; /* command options */ member
/external/toybox/generated/
Dglobals.h737 char *cmdopts; member