Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 146) sorted by relevance

123456

/tools/lib/thermal/
Dthermal_nl.c19 static int nl_seq_check_handler(struct nl_msg *msg, void *arg) in nl_seq_check_handler()
35 static int nl_finish_handler(struct nl_msg *msg, void *arg) in nl_finish_handler()
45 static int nl_ack_handler(struct nl_msg *msg, void *arg) in nl_ack_handler()
55 int nl_send_msg(struct nl_sock *sock, struct nl_cb *cb, struct nl_msg *msg, in nl_send_msg()
75 static int nl_family_handler(struct nl_msg *msg, void *arg) in nl_family_handler()
116 struct nl_msg *msg; in nl_get_multicast_id() local
/tools/testing/selftests/
Dkselftest.h135 static inline void ksft_print_msg(const char *msg, ...) in ksft_print_msg()
147 static inline void ksft_test_result_pass(const char *msg, ...) in ksft_test_result_pass()
161 static inline void ksft_test_result_fail(const char *msg, ...) in ksft_test_result_fail()
187 static inline void ksft_test_result_xfail(const char *msg, ...) in ksft_test_result_xfail()
201 static inline void ksft_test_result_skip(const char *msg, ...) in ksft_test_result_skip()
216 static inline void ksft_test_result_error(const char *msg, ...) in ksft_test_result_error()
263 static inline int ksft_exit_fail_msg(const char *msg, ...) in ksft_exit_fail_msg()
290 static inline int ksft_exit_skip(const char *msg, ...) in ksft_exit_skip()
/tools/perf/ui/gtk/
Dutil.c33 char *msg; in perf_gtk__error() local
59 char *msg; in perf_gtk__warning_info_bar() local
80 char *msg, *p; in perf_gtk__warning_statusbar() local
/tools/perf/ui/
Dlibslang.h21 #define slsmg_printf(msg, args...) \ argument
23 #define slsmg_vprintf(msg, vargs) \ argument
25 #define slsmg_write_nstring(msg, len) \ argument
Dhelpline.c38 void ui_helpline__push(const char *msg) in ui_helpline__push()
64 void ui_helpline__puts(const char *msg) in ui_helpline__puts()
/tools/power/x86/intel-speed-select/
Dhfi-events.c56 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler()
63 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler()
78 static int seq_check_handler(struct nl_msg *msg, void *arg) in seq_check_handler()
84 struct nl_msg *msg, in send_and_recv_msgs()
122 static int family_handler(struct nl_msg *msg, void *arg) in family_handler()
155 struct nl_msg *msg; in nl_get_multicast_id() local
/tools/include/linux/
Dcompiler.h12 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument
19 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument
22 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
34 #define compiletime_assert(condition, msg) \ argument
Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
79 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
/tools/bootconfig/
Dmain.c170 static int pr_errno(const char *msg, int err) in pr_errno()
182 const char *msg; in load_xbc_from_initrd() local
243 static void show_xbc_error(const char *data, const char *msg, int pos) in show_xbc_error()
267 const char *msg; in init_xbc_with_error() local
365 const char *msg; in apply_xbc() local
/tools/bpf/resolve_btfids/
DMakefile9 msg = macro
13 msg = macro
15 msg = @printf ' %-8s %s%s\n' "$(1)" "$(notdir $(2))" "$(if $(3), $(3))"; macro
/tools/testing/selftests/bpf/progs/
Dtest_sockmap_kern.h235 int bpf_prog4(struct sk_msg_md *msg) in bpf_prog4()
265 int bpf_prog6(struct sk_msg_md *msg) in bpf_prog6()
310 int bpf_prog8(struct sk_msg_md *msg) in bpf_prog8()
327 int bpf_prog9(struct sk_msg_md *msg) in bpf_prog9()
345 int bpf_prog10(struct sk_msg_md *msg) in bpf_prog10()
Duser_ringbuf_success.c67 handle_sample_msg(const struct test_msg *msg) in handle_sample_msg()
91 const struct test_msg *msg = NULL; in read_protocol_msg() local
107 struct test_msg *msg = NULL; in publish_next_kern_msg() local
Dsockmap_tcp_msg_prog.c7 int bpf_prog1(struct sk_msg_md *msg) in bpf_prog1()
Dtest_sockmap_progs_query.c19 int prog_skmsg_verdict(struct sk_msg_md *msg) in prog_skmsg_verdict()
/tools/testing/selftests/sched/
Dcs_prctl_test.c89 #define handle_error(msg) __handle_error(__FILE__, __LINE__, msg) argument
90 static void __handle_error(char *fn, int ln, char *msg) in __handle_error()
103 static void handle_usage(int rc, char *msg) in handle_usage()
213 void _validate(int line, int val, char *msg) in _validate()
/tools/perf/util/intel-pt-decoder/
Dintel-pt-log.h61 static inline void intel_pt_log_at(const char *msg, uint64_t u) in intel_pt_log_at()
66 static inline void intel_pt_log_to(const char *msg, uint64_t u) in intel_pt_log_to()
/tools/testing/selftests/net/
Dmsg_zerocopy.c170 static void add_zcopy_cookie(struct msghdr *msg, uint32_t cookie) in add_zcopy_cookie()
183 static bool do_sendmsg(int fd, struct msghdr *msg, bool do_zerocopy, int domain) in do_sendmsg()
226 static void do_sendmsg_corked(int fd, struct msghdr *msg) in do_sendmsg_corked()
364 struct msghdr msg; in do_recvmsg_completion() local
395 struct msghdr msg = {}; in do_recv_completion() local
485 struct msghdr msg = {0}; in do_tx() local
Dipv6_flowlabel.c56 struct msghdr msg = {0}; in do_send() local
101 struct msghdr msg = {0}; in do_recv() local
/tools/testing/selftests/bpf/
Dtest_progs.c996 static inline const char *str_msg(const struct msg *msg, char *buf) in str_msg()
1028 static int send_message(int sock, const struct msg *msg) in send_message()
1037 static int recv_message(int sock, struct msg *msg) in recv_message()
1091 static int read_prog_test_msg(int sock_fd, struct msg *msg, enum msg_type type) in read_prog_test_msg()
1114 struct msg msg; in dispatch_thread_read_log() local
1134 struct msg msg; in dispatch_thread_send_subtests() local
1211 struct msg msg; in dispatch_thread() local
1432 struct msg msg; in worker_main_send_subtests() local
1482 struct msg msg; in worker_main() local
1497 struct msg msg; in worker_main() local
/tools/testing/selftests/sigaltstack/
Dsas.c36 static const char *msg = "[OK]\tStack preserved"; variable
39 char msg[128]; member
/tools/lib/bpf/
Dlibbpf_common.h19 #define LIBBPF_DEPRECATED(msg) __attribute__((deprecated(msg))) argument
22 #define LIBBPF_DEPRECATED_SINCE(major, minor, msg) \ argument
/tools/cgroup/
Diocost_coef_gen.py51 def info(msg): argument
55 def dbg(msg): argument
/tools/testing/selftests/powerpc/include/
Dutils.h121 #define SKIP_IF_MSG(x, msg) \ argument
134 #define sigsafe_err(msg) ({ \ argument
/tools/testing/vsock/
Dvsock_diag_test.c32 struct vsock_diag_msg msg; member
187 struct msghdr msg = { in send_req() local
216 struct msghdr msg = { in recv_resp() local
/tools/testing/selftests/sync/
Dsynctest.h34 #define ASSERT(cond, msg) do { \ argument

123456