/tools/include/uapi/linux/ |
D | bpf_common.h | 6 #define BPF_CLASS(code) ((code) & 0x07) argument 17 #define BPF_SIZE(code) ((code) & 0x18) argument 21 #define BPF_MODE(code) ((code) & 0xe0) argument 30 #define BPF_OP(code) ((code) & 0xf0) argument 48 #define BPF_SRC(code) ((code) & 0x08) argument
|
D | kvm.h | 574 __u16 code; member 595 __u16 code; member 599 __u16 code; member
|
D | bpf.h | 65 __u8 code; /* opcode */ member
|
/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 | 76 const void *code, in jit_emit_elf() 390 uint64_t code, addr; in jit_repipe_code_load() local
|
D | auxtrace.c | 849 int code, int cpu, pid_t pid, pid_t tid, u64 ip, in auxtrace_synth_error()
|
D | event.h | 525 u32 code; member
|
D | intel-pt.c | 1431 static int intel_pt_synth_error(struct intel_pt *pt, int code, int cpu, in intel_pt_synth_error()
|
/tools/usb/usbip/src/ |
D | usbip_network.c | 152 int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status) in usbip_net_send_op_common() 174 int usbip_net_recv_op_common(int sockfd, uint16_t *code) in usbip_net_recv_op_common()
|
D | usbip_attach.c | 137 uint16_t code = OP_REP_IMPORT; in query_import_device() local
|
D | usbip_list.c | 60 uint16_t code = OP_REP_DEVLIST; in get_exported_devices() local
|
D | usbip_network.h | 28 uint16_t code; member
|
D | usbipd.c | 252 uint16_t code = OP_UNSPEC; in recv_pdu() local
|
/tools/perf/jvmti/ |
D | jvmti_agent.c | 358 uint64_t vma, void const *code, unsigned int const size) in jvmti_write_code() 415 jvmti_write_debug_info(void *agent, uint64_t code, const char *file, 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/net/ |
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/perf/pmu-events/ |
D | jevents.c | 424 char *code = NULL; in json_events() local 429 char *code = NULL; in json_events() local
|
/tools/accounting/ |
D | getdelays.c | 42 #define err(code, fmt, arg...) \ argument
|
/tools/usb/ |
D | ffs-test.c | 326 __le16 code; member
|
/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 352 static int intel_pt_ext_err(int code) in intel_pt_ext_err() 391 int intel_pt__strerror(int code, char *buf, size_t buflen) in intel_pt__strerror()
|