/tools/include/uapi/linux/ |
D | bpf_common.h | 6 #define BPF_CLASS(code) ((code) & 0x07) argument 17 #define BPF_SIZE(code) ((code) & 0x18) argument 22 #define BPF_MODE(code) ((code) & 0xe0) argument 31 #define BPF_OP(code) ((code) & 0xf0) argument 49 #define BPF_SRC(code) ((code) & 0x08) argument
|
/tools/lib/subcmd/ |
D | run-command.c | 171 int status, code; in wait_or_whine() local 207 int code = start_command(cmd); in run_command() local
|
/tools/perf/util/ |
D | genelf.c | 132 const void *code, in gen_build_id() 144 gen_build_id(struct buildid_note *note, unsigned long load_addr, const void *code, size_t csize) in gen_build_id() 247 const void *code, int csize, in jit_write_elf()
|
D | jitdump.c | 77 const void *code, in jit_emit_elf() 391 uint64_t code, addr; in jit_repipe_code_load() local
|
D | s390-cpumsf.c | 885 static int s390_cpumsf_synth_error(struct s390_cpumsf *sf, int code, int cpu, in s390_cpumsf_synth_error()
|
/tools/perf/trace/beauty/ |
D | arch_prctl.c | 30 unsigned long code = arg->val; in syscall_arg__scnprintf_x86_arch_prctl_code() local
|
/tools/lib/traceevent/ |
D | tep_strerror.c | 9 #define _PE(code, str) str argument
|
/tools/testing/selftests/powerpc/tm/ |
D | tm-unavailable.c | 40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) argument 41 #define pr_err(code, format, ...) err_at_line(1, code, format, ##__VA_ARGS__) argument
|
/tools/usb/usbip/src/ |
D | usbip_network.c | 132 int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status) in usbip_net_send_op_common() 154 int usbip_net_recv_op_common(int sockfd, uint16_t *code, int *status) in usbip_net_recv_op_common()
|
D | usbip_attach.c | 125 uint16_t code = OP_REP_IMPORT; in query_import_device() local
|
D | usbip_list.c | 48 uint16_t code = OP_REP_DEVLIST; in get_exported_devices() local
|
D | usbip_network.h | 28 uint16_t code; member
|
D | usbipd.c | 253 uint16_t code = OP_UNSPEC; in recv_pdu() local
|
/tools/perf/jvmti/ |
D | jvmti_agent.c | 360 uint64_t vma, void const *code, unsigned int const size) in jvmti_write_code() 417 jvmti_write_debug_info(void *agent, uint64_t code, in jvmti_write_debug_info()
|
/tools/testing/selftests/vDSO/ |
D | vdso_standalone_test_x86.c | 61 static inline void linux_exit(int code) in linux_exit()
|
/tools/testing/selftests/net/ |
D | reuseport_bpf_cpu.c | 79 struct sock_filter code[] = { in attach_bpf() local
|
D | reuseport_bpf.c | 135 struct sock_filter code[] = { in attach_cbpf() local
|
/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_packing.c | 54 char code[5]; member
|
/tools/bpf/ |
D | bpf_exp.y | 479 static void bpf_set_curr_instr(uint16_t code, uint8_t jt, uint8_t jf, in bpf_set_curr_instr()
|
/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 123 __le16 code; member
|
/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 125 __le16 code; member
|
/tools/accounting/ |
D | getdelays.c | 42 #define err(code, fmt, arg...) \ argument
|
/tools/perf/pmu-events/ |
D | jevents.c | 563 char *code = NULL; in json_events() local 568 char *code = NULL; in json_events() local
|
/tools/bpf/bpftool/ |
D | cfg.c | 160 static bool is_jmp_insn(u8 code) in is_jmp_insn()
|
/tools/usb/ |
D | ffs-test.c | 313 __le16 code; member
|