Home
last modified time | relevance | path

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

1234

/tools/testing/selftests/membarrier/
Dmembarrier_test_impl.h12 static int sys_membarrier(int cmd, int flags) in sys_membarrier()
19 int cmd = -1, flags = 0; in test_membarrier_cmd_fail() local
42 int cmd = MEMBARRIER_CMD_QUERY, flags = 1; in test_membarrier_flags_fail() local
65 int cmd = MEMBARRIER_CMD_GLOBAL, flags = 0; in test_membarrier_global_success() local
81 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_fail() local
104 int cmd = MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_register_private_expedited_success() local
121 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_success() local
138 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE, flags = 0; in test_membarrier_private_expedited_sync_core_fail() local
161 int cmd = MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE, flags = 0; in test_membarrier_register_private_expedited_sync_core_success() local
178 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_sync_core_success() local
[all …]
/tools/lib/subcmd/
Drun-command.c29 int start_command(struct child_process *cmd) in start_command()
200 int finish_command(struct child_process *cmd) in finish_command()
205 int run_command(struct child_process *cmd) in run_command()
213 static void prepare_run_command_v_opt(struct child_process *cmd, in prepare_run_command_v_opt()
226 struct child_process cmd; in run_command_v_opt() local
/tools/perf/
Dperf.c52 const char *cmd; member
94 const char *cmd; member
107 static int check_pager_config(const char *cmd) in check_pager_config()
131 static int check_browser_config(const char *cmd) in check_browser_config()
175 const char *cmd = (*argv)[0]; in handle_options() local
351 const char *cmd = argv[0]; in handle_internal_command() local
370 char *cmd; in execv_dashed_external() local
442 const char *cmd; in main() local
Dbuiltin-data.c22 #define for_each_cmd(cmd) \ argument
38 struct data_cmd *cmd; in print_usage() local
106 struct data_cmd *cmd; in cmd_data() local
/tools/testing/selftests/bpf/
Dtest_select_reuseport_common.h19 struct cmd { struct
20 __u32 reuseport_index;
21 __u32 pass_on_failure;
/tools/usb/usbip/src/
Dusbip.c95 const struct command *cmd; in usbip_help() local
127 static int run_command(const struct command *cmd, int argc, char *argv[]) in run_command()
142 char *cmd; in main() local
/tools/bpf/bpftool/
Dmain.h152 struct cmd { struct
153 const char *cmd; argument
157 int cmd_select(const struct cmd *cmds, int argc, char **argv, argument
/tools/testing/selftests/bpf/prog_tests/
Dselect_reuseport.c246 static void check_data(int type, sa_family_t family, const struct cmd *cmd, in check_data()
405 static void do_test(int type, sa_family_t family, struct cmd *cmd, in do_test()
465 struct cmd cmd = { in test_err_inner_map() local
482 struct cmd cmd = { in test_err_sk_select_port() local
493 struct cmd cmd; in test_pass() local
507 struct cmd cmd = { in test_syncookie() local
541 struct cmd cmd = { in test_pass_on_err() local
556 struct cmd cmd = {}; in test_detach_bpf() local
/tools/objtool/
Dobjtool.c102 const char *cmd = (*argv)[0]; in handle_options() local
122 const char *cmd = argv[0]; in handle_internal_command() local
/tools/hv/
Dhv_vss_daemon.c34 static int vss_do_freeze(char *dir, unsigned int cmd) in vss_do_freeze()
121 unsigned int cmd; in vss_operate() local
/tools/perf/tests/
Dpython-use.c14 char *cmd; in test__python_use() local
/tools/power/cpupower/utils/
Dcpupower.c45 const char *cmd; member
174 const char *cmd; in main() local
/tools/perf/ui/browsers/
Dscripts.c156 void run_script(char *cmd) in run_script()
174 char *cmd, script_name[SCRIPT_FULLPATH_LEN]; in script_browse() local
/tools/perf/trace/beauty/
Dflock.c31 #define P_CMD(cmd) \ in syscall_arg__scnprintf_flock() argument
Dioctl.c126 static size_t ioctl__scnprintf_cmd(unsigned long cmd, char *bf, size_t size, bool show_prefix) in ioctl__scnprintf_cmd()
177 unsigned long cmd = arg->val; in syscall_arg__scnprintf_ioctl_cmd() local
Dpkey_alloc.c51 unsigned long cmd = arg->val; in syscall_arg__scnprintf_pkey_alloc_access_rights() local
Dfutex_op.c33 int cmd = op & FUTEX_CMD_MASK; in syscall_arg__scnprintf_futex_op() local
/tools/testing/selftests/proc/
Dproc-fsconfig-hidepid.c28 static inline int fsconfig(int fd, unsigned int cmd, const char *key, const void *val, int aux) in fsconfig()
/tools/testing/selftests/vm/
Dmap_fixed_noreplace.c22 char cmd[32]; in dump_maps() local
/tools/testing/selftests/kvm/lib/s390x/
Ducall.c17 void ucall(uint64_t cmd, int nargs, ...) in ucall()
/tools/testing/selftests/kvm/lib/
Dassert.c34 char cmd[strlen(addr2line) + strlen(pipeline) + in test_dump_stack() local
/tools/testing/selftests/kvm/lib/x86_64/
Ducall.c19 void ucall(uint64_t cmd, int nargs, ...) in ucall()
/tools/include/uapi/linux/
Dethtool.h40 __u32 cmd; member
/tools/power/pm-graph/
Dbootgraph.py889 cmd = '' variable
908 cmd = arg[1:] variable
1096 cmd = 'chown -R {0}:{0} {1} > /dev/null 2>&1' variable
/tools/testing/selftests/kvm/x86_64/
Ddebug_regs.c72 uint64_t cmd; in main() local

1234