Searched refs:opts (Results 1 - 25 of 512) sorted by path

1234567891011>>

/linux-master/drivers/net/ppp/
H A Dppp_mppe.h9 /* unsupported opts */
33 /* Build a CI from mppe opts (see RFC 3078) */
34 #define MPPE_OPTS_TO_CI(opts, ci) \
39 if (opts & MPPE_OPT_STATEFUL) \
48 if (opts & MPPE_OPT_128) \
50 if (opts & MPPE_OPT_40) \
56 #define MPPE_CI_TO_OPTS(ci, opts) \
60 opts = 0; \
64 opts |= MPPE_OPT_STATEFUL; \
68 opts |
[all...]
/linux-master/drivers/scsi/aic7xxx/
H A DMakefile53 aicasm-7xxx-opts-$(CONFIG_AIC7XXX_REG_PRETTY_PRINT) := \
59 $(aicasm-7xxx-opts-y) -o $(obj)/aic7xxx_seq.h \
71 aicasm-79xx-opts-$(CONFIG_AIC79XX_REG_PRETTY_PRINT) := \
77 $(aicasm-79xx-opts-y) -o $(obj)/aic79xx_seq.h \
/linux-master/fs/jffs2/
H A Dnodemgmt.c27 struct jffs2_mount_opts *opts = &c->mount_opts; local
33 if (avail < 2 * opts->rp_size)
37 opts->rp_size, c->dirty_size, c->free_size,
41 if (avail > opts->rp_size)
/linux-master/include/uapi/linux/netfilter_ipv6/
H A Dip6t_opts.h13 __u16 opts[IP6T_OPTS_OPTSNR]; /* opts */ member in struct:ip6t_opts
/linux-master/kernel/trace/
H A Dtrace_nop.c32 .opts = nop_opts
/linux-master/tools/perf/scripts/python/
H A Dstackcollapse.py58 (opts, args) = parser.parse_args()
62 if opts.include_tid and not opts.include_comm:
64 if opts.include_pid and not opts.include_comm:
77 if opts.tidy_java:
92 if opts.annotate_kernel and dso == '[kernel.kallsyms]':
111 if opts.include_comm:
114 if opts.include_pid:
117 if opts
[all...]
/linux-master/tools/usb/usbip/src/
H A Dusbip.c135 static const struct option opts[] = { local
149 opt = getopt_long(argc, argv, "+dlt:", opts, NULL);
H A Dusbip_bind.c184 static const struct option opts[] = { local
193 opt = getopt_long(argc, argv, "b:", opts, NULL);
H A Dusbip_unbind.c102 static const struct option opts[] = { local
111 opt = getopt_long(argc, argv, "b:", opts, NULL);
/linux-master/
H A DMakefile99 short-opts := $(firstword -$(MAKEFLAGS))
101 short-opts := $(filter-out --%,$(MAKEFLAGS))
104 ifneq ($(findstring s,$(short-opts)),)
/linux-master/arch/sh/kernel/cpu/
H A Dinit.c45 static int x##_setup(char *opts) \
/linux-master/arch/um/drivers/
H A Dchan.h32 const struct chan_opts *opts, char **error_out);
H A Dchan_kern.c15 const struct chan_opts *opts)
438 const struct chan_opts *opts, char **error_out)
461 data = (*ops->init)(str, device, opts);
488 const struct chan_opts *opts, char **error_out)
508 new = parse_chan(line, in, device, opts, error_out);
516 new = parse_chan(line, out, device, opts, error_out);
525 new = parse_chan(line, str, device, opts, error_out);
14 not_configged_init(char *str, int device, const struct chan_opts *opts) argument
437 parse_chan(struct line *line, char *str, int device, const struct chan_opts *opts, char **error_out) argument
487 parse_chan_pair(char *str, struct line *line, int device, const struct chan_opts *opts, char **error_out) argument
H A Dfd.c22 static void *fd_init(char *str, int device, const struct chan_opts *opts) argument
46 .raw = opts->raw });
H A Dline.c367 const struct chan_opts *opts, char **error_out)
383 parse_chan_pair(NULL, line, n, opts, error_out);
398 err = parse_chan_pair(new, line, n, opts, error_out);
405 parse_chan_pair(NULL, line, n, opts, error_out);
459 const struct chan_opts *opts, char **error_out)
479 return setup_one_line(lines, n, end, opts, error_out);
366 setup_one_line(struct line *lines, int n, char *init, const struct chan_opts *opts, char **error_out) argument
458 line_config(struct line *lines, unsigned int num, char *str, const struct chan_opts *opts, char **error_out) argument
H A Dline.h83 const struct chan_opts *opts, char **error_out);
87 char *str, const struct chan_opts *opts,
H A Dnull.c15 static void *null_init(char *str, int device, const struct chan_opts *opts) argument
H A Dport_user.c25 static void *port_init(char *str, int device, const struct chan_opts *opts) argument
53 *data = ((struct port_chan) { .raw = opts->raw,
H A Dpty.c26 static void *pty_chan_init(char *str, int device, const struct chan_opts *opts) argument
34 *data = ((struct pty_chan) { .announce = opts->announce,
36 .raw = opts->raw });
H A Dssl.c31 static struct chan_opts opts = { variable in typeref:struct:chan_opts
71 return line_config(serial_lines, ARRAY_SIZE(serial_lines), str, &opts,
159 new_title = add_xterm_umid(opts.xterm_title);
161 opts.xterm_title = new_title;
168 if (setup_one_line(serial_lines, i, s, &opts, &error))
198 opts.raw = 0;
H A Dstdio_console.c37 static struct chan_opts opts = { variable in typeref:struct:chan_opts
77 return line_config(vts, ARRAY_SIZE(vts), str, &opts, error_out);
159 new_title = add_xterm_umid(opts.xterm_title);
161 opts.xterm_title = new_title;
170 if (setup_one_line(vts, i, s, &opts, &error))
H A Dtty.c19 static void *tty_chan_init(char *str, int device, const struct chan_opts *opts) argument
34 .raw = opts->raw });
H A Dxterm.c28 static void *xterm_init(char *str, int device, const struct chan_opts *opts) argument
39 .title = opts->xterm_title,
40 .raw = opts->raw } );
/linux-master/drivers/acpi/acpica/
H A Dacapps.h100 int acpi_getopt(int argc, char **argv, char *opts);
/linux-master/drivers/acpi/
H A Dspcr.c87 static char opts[64]; local
210 snprintf(opts, sizeof(opts), "%s,%s,0x%llx", uart, iotype,
213 snprintf(opts, sizeof(opts), "%s,%s,0x%llx,%d", uart, iotype,
217 pr_info("console: %s\n", opts);
220 setup_earlycon(opts);
223 err = add_preferred_console(uart, 0, opts + strlen(uart) + 1);

Completed in 230 milliseconds

1234567891011>>