Searched refs:opt (Results 276 - 300 of 721) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/um/
H A DMakefile141 LD_FLAGS_CMDLINE = $(foreach opt,$(KBUILD_LDFLAGS) $(LDFLAGS_EXECSTACK),-Wl,$(opt))
/linux-master/tools/perf/util/
H A Ddlfilter.h95 int list_available_dlfilters(const struct option *opt, const char *s, int unset);
/linux-master/include/linux/
H A Dnetpoll.h61 int netpoll_parse_options(struct netpoll *np, char *opt);
/linux-master/tools/perf/ui/
H A Dsetup.c70 int stdio__config_color(const struct option *opt __maybe_unused,
/linux-master/net/dccp/
H A Dfeat.h111 u8 mand, u8 opt, u8 feat, u8 *val, u8 len);
/linux-master/scripts/
H A Dsign-file.c238 int opt, n; local
252 opt = getopt(argc, argv, "sdpk");
253 switch (opt) {
263 } while (opt != -1);
/linux-master/include/net/
H A Dprotocol.h58 struct inet6_skb_parm *opt,
/linux-master/net/sched/
H A Dact_gact.c190 struct tc_gact opt = { local
198 opt.action = gact->tcf_action;
199 if (nla_put(skb, TCA_GACT_PARMS, sizeof(opt), &opt))
/linux-master/tools/firmware/
H A Dihex2fw.c77 int opt; local
79 while ((opt = getopt(argc, argv, "wsj")) != -1) {
80 switch (opt) {
/linux-master/tools/hv/
H A Dhv_vss_daemon.c216 int daemonize = 1, long_index = 0, opt; local
226 while ((opt = getopt_long(argc, argv, "hn", long_options,
228 switch (opt) {
/linux-master/scripts/dtc/
H A Ddtc.c171 int opt; local
182 while ((opt = util_getopt_long()) != EOF) {
183 switch (opt) {
/linux-master/tools/bpf/
H A Dbpf_jit_disasm.c266 unsigned int len, klen, opt, opcodes = 0; local
274 while ((opt = getopt(argc, argv, "of:O:")) != -1) {
275 switch (opt) {
/linux-master/tools/testing/selftests/kvm/
H A Daccess_tracking_perf_test.c358 int opt; local
362 while ((opt = getopt(argc, argv, "hm:b:v:os:")) != -1) {
363 switch (opt) {
H A Ddemand_paging_test.c280 int opt; local
284 while ((opt = getopt(argc, argv, "ahom:u:d:b:s:v:c:r:")) != -1) {
285 switch (opt) {
H A Dmax_guest_memory_test.c166 int max_slots, slot, opt, fd; local
188 while ((opt = getopt(argc, argv, "c:h:m:s:H")) != -1) {
189 switch (opt) {
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_cbdr.c161 cbd.opt[3] = cpu_to_le32(si_map);
163 cbd.opt[0] = cpu_to_le32(BIT(31));
188 cbd.opt[3] = cpu_to_le32(0); /* SI */
/linux-master/net/ipv6/
H A Dinet6_connection_sock.c41 final_p = fl6_update_dst(fl6, rcu_dereference(np->opt), &final);
101 final_p = fl6_update_dst(fl6, rcu_dereference(np->opt), &final);
135 res = ip6_xmit(sk, skb, &fl6, sk->sk_mark, rcu_dereference(np->opt),
/linux-master/arch/s390/boot/
H A Dipl_parm.c76 ipl_block.fcp.opt == IPL_PB0_FCP_OPT_DUMP)
79 ipl_block.nvme.opt == IPL_PB0_NVME_OPT_DUMP)
82 ipl_block.eckd.opt == IPL_PB0_ECKD_OPT_DUMP)
/linux-master/tools/testing/vsock/
H A Dvsock_uring_test.c298 int opt = getopt_long(argc, argv, optstring, longopts, NULL); local
300 if (opt == -1)
303 switch (opt) {
/linux-master/drivers/firmware/efi/
H A Dearlycon.c227 const char *opt)
233 fb_wb = opt && !strcmp(opt, "ram");
226 efi_earlycon_setup(struct earlycon_device *device, const char *opt) argument
/linux-master/net/ipv4/
H A Draw.c548 kfree(ipc.opt);
551 if (ipc.opt)
558 if (!ipc.opt) {
565 sizeof(*inet_opt) + inet_opt->opt.optlen);
566 ipc.opt = &opt_copy.opt;
571 if (ipc.opt) {
578 if (ipc.opt->opt.srr) {
581 daddr = ipc.opt
[all...]
/linux-master/tools/power/acpi/tools/pfrut/
H A Dpfrut.c101 int opt; local
106 while ((opt = getopt_long_only(argc, argv, option_string,
108 switch (opt) {
/linux-master/tools/testing/selftests/timers/
H A Dleap-a-day.c186 int opt; local
189 while ((opt = getopt(argc, argv, "sti:")) != -1) {
190 switch (opt) {
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Ddirty_log_page_splitting_test.c219 int opt; local
224 while ((opt = getopt(argc, argv, "b:hs:")) != -1) {
225 switch (opt) {
/linux-master/tools/testing/selftests/mm/
H A Dgup_test.c95 int filed, i, opt, nr_pages = 1, thp = -1, write = 1, nthreads = 1, ret; local
101 while ((opt = getopt(argc, argv, "m:r:n:F:f:abcj:tTLUuwWSHpz")) != -1) {
102 switch (opt) {

Completed in 431 milliseconds

<<11121314151617181920>>