/kernel/ |
D | reboot.c | 73 void kernel_restart_prepare(char *cmd) in kernel_restart_prepare() 215 void do_kernel_restart(char *cmd) in do_kernel_restart() 246 void kernel_restart(char *cmd) in kernel_restart() 312 SYSCALL_DEFINE4(reboot, int, magic1, int, magic2, unsigned int, cmd, in SYSCALL_DEFINE4() argument 424 static int run_cmd(const char *cmd) in run_cmd()
|
D | kcov.c | 545 static int kcov_ioctl_locked(struct kcov *kcov, unsigned int cmd, in kcov_ioctl_locked() 673 static long kcov_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in kcov_ioctl()
|
D | pid_namespace.c | 308 int reboot_pid_ns(struct pid_namespace *pid_ns, int cmd) in reboot_pid_ns()
|
D | futex.c | 3853 int cmd = op & FUTEX_CMD_MASK; in do_futex() local 3917 int cmd = op & FUTEX_CMD_MASK; in SYSCALL_DEFINE6() local 4111 int cmd = op & FUTEX_CMD_MASK; in SYSCALL_DEFINE6() local
|
D | taskstats.c | 69 static int prepare_reply(struct genl_info *info, u8 cmd, struct sk_buff **skbp, in prepare_reply()
|
D | seccomp.c | 1160 static long seccomp_notify_ioctl(struct file *file, unsigned int cmd, in seccomp_notify_ioctl()
|
/kernel/trace/ |
D | trace_events_trigger.c | 322 __init int register_event_command(struct event_command *cmd) in register_event_command() 345 __init int unregister_event_command(struct event_command *cmd) in unregister_event_command() 623 char *glob, char *cmd, char *param) in event_trigger_callback() 1023 onoff_get_trigger_ops(char *cmd, char *param) in onoff_get_trigger_ops() 1123 snapshot_get_trigger_ops(char *cmd, char *param) in snapshot_get_trigger_ops() 1212 stacktrace_get_trigger_ops(char *cmd, char *param) in stacktrace_get_trigger_ops() 1352 char *glob, char *cmd, char *param) in event_enable_trigger_func() 1569 event_enable_get_trigger_ops(char *cmd, char *param) in event_enable_get_trigger_ops()
|
D | trace_functions.c | 640 char *cmd, char *param, int enable) in ftrace_trace_probe_callback() 677 char *glob, char *cmd, char *param, int enable) in ftrace_trace_onoff_callback() 696 char *glob, char *cmd, char *param, int enable) in ftrace_stacktrace_callback() 711 char *glob, char *cmd, char *param, int enable) in ftrace_dump_callback() 727 char *glob, char *cmd, char *param, int enable) in ftrace_cpudump_callback()
|
D | blktrace.c | 695 int blk_trace_ioctl(struct block_device *bdev, unsigned cmd, char __user *arg) in blk_trace_ioctl() 1321 char cmd[TASK_COMM_LEN]; in blk_log_generic() local 1368 char cmd[TASK_COMM_LEN]; in blk_log_plug() local 1377 char cmd[TASK_COMM_LEN]; in blk_log_unplug() local 1386 char cmd[TASK_COMM_LEN]; in blk_log_split() local
|
D | trace_events_hist.c | 344 char *cmd; member 3283 char *cmd; in create_field_var_hist() local 5744 char *cmd; in unregister_field_var_hists() local 5819 static struct event_trigger_ops *event_hist_get_trigger_ops(char *cmd, in event_hist_get_trigger_ops() 6168 char *glob, char *cmd, char *param) in event_hist_trigger_func() 6419 hist_enable_get_trigger_ops(char *cmd, char *param) in hist_enable_get_trigger_ops()
|
D | trace_events.c | 432 bool cmd = false, tgid = false; in __ftrace_event_enable_disable() local 2694 char *glob, char *cmd, char *param, int enabled) in event_enable_func()
|
D | trace_kprobe.c | 1667 char *p, *cmd = kprobe_boot_events_buf; in setup_boot_kprobe_events() local
|
D | trace.c | 6974 char cmd[MAX_FILTER_STR_VAL]; /* what caused err */ member 7010 unsigned int err_pos(char *cmd, const char *str) in err_pos() 7052 const char *loc, const char *cmd, in tracing_log_err() 7714 char *glob, char *cmd, char *param, int enable) in ftrace_trace_snapshot_callback()
|
D | ftrace.c | 4074 char *func_orig, char *cmd, char *module, int enable) in ftrace_mod_callback() 4596 __init int register_ftrace_command(struct ftrace_func_command *cmd) in register_ftrace_command() 4619 __init int unregister_ftrace_command(struct ftrace_func_command *cmd) in unregister_ftrace_command()
|
D | trace.h | 1133 static inline __init int register_ftrace_command(struct ftrace_func_command *cmd) in register_ftrace_command()
|
/kernel/power/ |
D | user.c | 201 static long snapshot_ioctl(struct file *filp, unsigned int cmd, in snapshot_ioctl() 405 snapshot_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in snapshot_compat_ioctl()
|
/kernel/time/ |
D | posix-clock.c | 73 unsigned int cmd, unsigned long arg) in posix_clock_ioctl() 91 unsigned int cmd, unsigned long arg) in posix_clock_compat_ioctl()
|
/kernel/debug/kdb/ |
D | kdb_main.c | 93 #define for_each_kdbcmd(cmd, num) \ argument 1094 static int handle_ctrl_cmd(char *cmd) in handle_ctrl_cmd() 2658 int kdb_register_flags(char *cmd, in kdb_register_flags() 2734 int kdb_register(char *cmd, in kdb_register() 2753 int kdb_unregister(char *cmd) in kdb_unregister()
|
D | kdb_bp.c | 387 int cmd; /* KDBCMD_B? */ in kdb_bc() local
|
/kernel/sched/ |
D | membarrier.c | 340 SYSCALL_DEFINE2(membarrier, int, cmd, int, flags) in SYSCALL_DEFINE2() argument
|
/kernel/debug/ |
D | gdbstub.c | 1083 int gdbstub_state(struct kgdb_state *ks, char *cmd) in gdbstub_state()
|
/kernel/bpf/ |
D | offload.c | 347 enum bpf_netdev_command cmd) in bpf_map_offload_ndo()
|
D | syscall.c | 2837 SYSCALL_DEFINE3(bpf, int, cmd, union bpf_attr __user *, uattr, unsigned int, size) in SYSCALL_DEFINE3() argument
|
/kernel/cgroup/ |
D | cpuset.c | 1119 static int update_parent_subparts_cpumask(struct cpuset *cpuset, int cmd, in update_parent_subparts_cpumask()
|
/kernel/events/ |
D | core.c | 5166 static long _perf_ioctl(struct perf_event *event, unsigned int cmd, unsigned long arg) in _perf_ioctl() 5260 static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in perf_ioctl() 5279 static long perf_compat_ioctl(struct file *file, unsigned int cmd, in perf_compat_ioctl()
|