Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 19 of 19) sorted by relevance

/kernel/
Dreboot.c68 void kernel_restart_prepare(char *cmd) in kernel_restart_prepare()
183 void do_kernel_restart(char *cmd) in do_kernel_restart()
214 void kernel_restart(char *cmd) in kernel_restart()
280 SYSCALL_DEFINE4(reboot, int, magic1, int, magic2, unsigned int, cmd, in SYSCALL_DEFINE4() argument
Dkcov.c178 static int kcov_ioctl_locked(struct kcov *kcov, unsigned int cmd, in kcov_ioctl_locked()
246 static long kcov_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in kcov_ioctl()
Dfutex_compat.c181 int cmd = op & FUTEX_CMD_MASK; in COMPAT_SYSCALL_DEFINE6() local
Dpid_namespace.c287 int reboot_pid_ns(struct pid_namespace *pid_ns, int cmd) in reboot_pid_ns()
Dtaskstats.c79 static int prepare_reply(struct genl_info *info, u8 cmd, struct sk_buff **skbp, in prepare_reply()
Dfutex.c2949 int cmd = op & FUTEX_CMD_MASK; in do_futex() local
3010 int cmd = op & FUTEX_CMD_MASK; in SYSCALL_DEFINE6() local
/kernel/trace/
Dtrace_events_trigger.c314 static __init int register_event_command(struct event_command *cmd) in register_event_command()
337 static __init int unregister_event_command(struct event_command *cmd) in unregister_event_command()
607 char *glob, char *cmd, char *param) in event_trigger_callback()
846 onoff_get_trigger_ops(char *cmd, char *param) in onoff_get_trigger_ops()
938 snapshot_get_trigger_ops(char *cmd, char *param) in snapshot_get_trigger_ops()
1016 stacktrace_get_trigger_ops(char *cmd, char *param) in stacktrace_get_trigger_ops()
1163 char *glob, char *cmd, char *param) in event_enable_trigger_func()
1358 event_enable_get_trigger_ops(char *cmd, char *param) in event_enable_get_trigger_ops()
Dtrace_functions.c449 char *cmd, char *param, int enable) in ftrace_trace_probe_callback()
488 char *glob, char *cmd, char *param, int enable) in ftrace_trace_onoff_callback()
504 char *glob, char *cmd, char *param, int enable) in ftrace_stacktrace_callback()
516 char *glob, char *cmd, char *param, int enable) in ftrace_dump_callback()
529 char *glob, char *cmd, char *param, int enable) in ftrace_cpudump_callback()
Dblktrace.c644 int blk_trace_ioctl(struct block_device *bdev, unsigned cmd, char __user *arg) in blk_trace_ioctl()
1214 char cmd[TASK_COMM_LEN]; in blk_log_generic() local
1269 char cmd[TASK_COMM_LEN]; in blk_log_plug() local
1278 char cmd[TASK_COMM_LEN]; in blk_log_unplug() local
1287 char cmd[TASK_COMM_LEN]; in blk_log_split() local
1785 unsigned char *cmd = rq->cmd; in blk_dump_cmd() local
Dftrace.c3307 char *func, char *cmd, char *param, int enable) in ftrace_mod_callback()
3678 __init int register_ftrace_command(struct ftrace_func_command *cmd) in register_ftrace_command()
3701 __init int unregister_ftrace_command(struct ftrace_func_command *cmd) in unregister_ftrace_command()
Dtrace_events.c2065 char *glob, char *cmd, char *param, int enabled) in event_enable_func()
Dtrace.c5928 char *glob, char *cmd, char *param, int enable) in ftrace_trace_snapshot_callback()
/kernel/power/
Duser.c199 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/
Dposix-clock.c118 unsigned int cmd, unsigned long arg) in posix_clock_ioctl()
136 unsigned int cmd, unsigned long arg) in posix_clock_compat_ioctl()
/kernel/debug/kdb/
Dkdb_main.c84 #define for_each_kdbcmd(cmd, num) \ argument
1054 static int handle_ctrl_cmd(char *cmd) in handle_ctrl_cmd()
2644 int kdb_register_repeat(char *cmd, in kdb_register_repeat()
2718 int kdb_register(char *cmd, in kdb_register()
2738 int kdb_unregister(char *cmd) in kdb_unregister()
Dkdb_bp.c387 int cmd; /* KDBCMD_B? */ in kdb_bc() local
/kernel/bpf/
Dsyscall.c536 SYSCALL_DEFINE3(bpf, int, cmd, union bpf_attr __user *, uattr, unsigned int, size) in SYSCALL_DEFINE3() argument
/kernel/debug/
Dgdbstub.c1081 int gdbstub_state(struct kgdb_state *ks, char *cmd) in gdbstub_state()
/kernel/events/
Dcore.c3963 static long _perf_ioctl(struct perf_event *event, unsigned int cmd, unsigned long arg) in _perf_ioctl()
4027 static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in perf_ioctl()
4041 static long perf_compat_ioctl(struct file *file, unsigned int cmd, in perf_compat_ioctl()