Home
last modified time | relevance | path

Searched refs:options (Results 1 – 10 of 10) sorted by relevance

/kernel/printk/
Dprintk.c1909 static int __add_preferred_console(char *name, int idx, char *options, in __add_preferred_console() argument
1933 c->options = options; in __add_preferred_console()
1946 char *s, *options, *brl_options = NULL; in console_setup() local
1962 options = strchr(str, ','); in console_setup()
1963 if (options) in console_setup()
1964 *(options++) = 0; in console_setup()
1977 __add_preferred_console(buf, idx, options, brl_options); in console_setup()
1996 int add_preferred_console(char *name, int idx, char *options) in add_preferred_console() argument
1998 return __add_preferred_console(name, idx, options, NULL); in add_preferred_console()
2001 int update_console_cmdline(char *name, int idx, char *name_new, int idx_new, char *options) in update_console_cmdline() argument
[all …]
Dconsole_cmdline.h8 char *options; /* Options for the driver */ member
Dbraille.c35 rtn = braille_register_console(console, c->index, c->options, in _braille_register_console()
/kernel/
Dexit.c1551 infop, int, options, struct rusage __user *, ru) in SYSCALL_DEFINE5() argument
1558 if (options & ~(WNOHANG|WNOWAIT|WEXITED|WSTOPPED|WCONTINUED)) in SYSCALL_DEFINE5()
1560 if (!(options & (WEXITED|WSTOPPED|WCONTINUED))) in SYSCALL_DEFINE5()
1586 wo.wo_flags = options; in SYSCALL_DEFINE5()
1619 int, options, struct rusage __user *, ru) in SYSCALL_DEFINE4() argument
1626 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED| in SYSCALL_DEFINE4()
1645 wo.wo_flags = options | WEXITED; in SYSCALL_DEFINE4()
1661 SYSCALL_DEFINE3(waitpid, pid_t, pid, int __user *, stat_addr, int, options) in SYSCALL_DEFINE3() argument
1663 return sys_wait4(pid, stat_addr, options, NULL); in SYSCALL_DEFINE3()
Dcompat.c539 int, options, in COMPAT_SYSCALL_DEFINE4() argument
543 return sys_wait4(pid, stat_addr, options, NULL); in COMPAT_SYSCALL_DEFINE4()
554 options, (struct rusage __user *) &r); in COMPAT_SYSCALL_DEFINE4()
569 struct compat_siginfo __user *, uinfo, int, options, in COMPAT_SYSCALL_DEFINE5() argument
580 ret = sys_waitid(which, pid, (siginfo_t __user *)&info, options, in COMPAT_SYSCALL_DEFINE5()
/kernel/trace/
DKconfig53 Arch supports the gcc options -pg with -mfentry
92 # All tracer options should select GENERIC_TRACER. For those options that are
94 # This allows those options to appear when no other tracer is selected. But the
95 # options do not appear when something else selects it. We need the two options
97 # hiding of the automatic options.
Dtrace.h222 struct dentry *options; member
Dtrace.c6206 if (tr->options) in trace_options_init_dentry()
6207 return tr->options; in trace_options_init_dentry()
6213 tr->options = tracefs_create_dir("options", d_tracer); in trace_options_init_dentry()
6214 if (!tr->options) { in trace_options_init_dentry()
6219 return tr->options; in trace_options_init_dentry()
/kernel/gcov/
DKconfig42 This options activates profiling for the entire kernel.
/kernel/time/
DKconfig2 # Timer subsystem related configuration options