Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 32) sorted by relevance

12

/tools/include/uapi/linux/
Dbpf_common.h6 #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/
Drun-command.c171 int status, code; in wait_or_whine() local
207 int code = start_command(cmd); in run_command() local
/tools/perf/util/
Dgenelf.c132 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()
Djitdump.c77 const void *code, in jit_emit_elf()
391 uint64_t code, addr; in jit_repipe_code_load() local
Ds390-cpumsf.c885 static int s390_cpumsf_synth_error(struct s390_cpumsf *sf, int code, int cpu, in s390_cpumsf_synth_error()
/tools/perf/trace/beauty/
Darch_prctl.c30 unsigned long code = arg->val; in syscall_arg__scnprintf_x86_arch_prctl_code() local
/tools/lib/traceevent/
Dtep_strerror.c9 #define _PE(code, str) str argument
/tools/testing/selftests/powerpc/tm/
Dtm-unavailable.c40 #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/
Dusbip_network.c132 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()
Dusbip_attach.c125 uint16_t code = OP_REP_IMPORT; in query_import_device() local
Dusbip_list.c48 uint16_t code = OP_REP_DEVLIST; in get_exported_devices() local
Dusbip_network.h28 uint16_t code; member
Dusbipd.c253 uint16_t code = OP_UNSPEC; in recv_pdu() local
/tools/perf/jvmti/
Djvmti_agent.c360 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/
Dvdso_standalone_test_x86.c61 static inline void linux_exit(int code) in linux_exit()
/tools/testing/selftests/net/
Dreuseport_bpf_cpu.c79 struct sock_filter code[] = { in attach_bpf() local
Dreuseport_bpf.c135 struct sock_filter code[] = { in attach_cbpf() local
/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_packing.c54 char code[5]; member
/tools/bpf/
Dbpf_exp.y479 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/
Daio_simple.c123 __le16 code; member
/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c125 __le16 code; member
/tools/accounting/
Dgetdelays.c42 #define err(code, fmt, arg...) \ argument
/tools/perf/pmu-events/
Djevents.c563 char *code = NULL; in json_events() local
568 char *code = NULL; in json_events() local
/tools/bpf/bpftool/
Dcfg.c160 static bool is_jmp_insn(u8 code) in is_jmp_insn()
/tools/usb/
Dffs-test.c313 __le16 code; member

12