Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 48) 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
Dfilter.h25 __u16 code; /* Actual filter code */ member
37 #define BPF_RVAL(code) ((code) & 0x18) argument
41 #define BPF_MISCOP(code) ((code) & 0xf8) argument
49 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument
52 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
/tools/testing/selftests/sched_ext/
Dhotplug.c48 long kind, code; in test_hotplug() local
103 long kind, code; in test_hotplug_attach() local
Dhotplug.bpf.c28 s64 code = SCX_ECODE_ACT_RESTART | HOTPLUG_EXIT_RSN; in exit_from_hotplug() local
/tools/perf/util/
Dgenelf.c123 const void *code, in gen_build_id()
135 gen_build_id(struct buildid_note *note, unsigned long load_addr, const void *code, size_t csize) in gen_build_id()
243 const void *code, int csize, in jit_write_elf()
Dprint_insn.c123 bool is64bit, const uint8_t *code, size_t code_size, in fprintf_insn_asm()
/tools/lib/subcmd/
Drun-command.c174 int status, code; in wait_or_whine() local
231 int code = start_command(cmd); in run_command() local
/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/perf/trace/beauty/
Darch_prctl.c32 unsigned long code = arg->val; in syscall_arg__scnprintf_x86_arch_prctl_code() local
/tools/usb/usbip/src/
Dusbip_network.c140 int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status) in usbip_net_send_op_common()
162 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.c49 uint16_t code = OP_REP_DEVLIST; in get_exported_devices() local
/tools/testing/selftests/filesystems/eventfd/
Deventfd_test.c19 int code; member
23 static int error_set(struct error *err, int code, const char *fmt, ...) in error_set()
/tools/testing/selftests/exec/
Dbinfmt_script.py22 code='''#!/usr/bin/perl variable
/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/pidfd/
Dpidfd_fdinfo_test.c21 int code; member
25 static int error_set(struct error *err, int code, const char *fmt, ...) in error_set()
/tools/crypto/ccp/
Ddbc_cli.py57 def pretty_error(code): argument
Ddbc.py29 def handle_error(code): argument
/tools/testing/selftests/vDSO/
Dvdso_standalone_test_x86.c73 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
/tools/testing/selftests/net/tcp_ao/
Dicmps-accept.c179 static void icmp_interfere4(uint8_t type, uint8_t code, uint32_t rcv_nxt, in icmp_interfere4()
293 static void icmp6_interfere(int type, int code, uint32_t rcv_nxt, in icmp6_interfere()
Dicmps-discard.c179 static void icmp_interfere4(uint8_t type, uint8_t code, uint32_t rcv_nxt, in icmp_interfere4()
293 static void icmp6_interfere(int type, int code, uint32_t rcv_nxt, in icmp6_interfere()
/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.c141 __le16 code; member
/tools/net/ynl/lib/
Dynl.h38 enum ynl_error_code code; member

12