Home
last modified time | relevance | path

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

12

/tools/include/uapi/linux/
A 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
A 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/
A Dhotplug.c48 long kind, code; in test_hotplug() local
105 long kind, code; in test_hotplug_attach() local
A Dhotplug.bpf.c28 s64 code = SCX_ECODE_ACT_RESTART | HOTPLUG_EXIT_RSN; in exit_from_hotplug() local
/tools/lib/subcmd/
A Drun-command.c176 int status, code; in wait_or_whine() local
275 int code = start_command(cmd); in run_command() local
/tools/testing/selftests/powerpc/tm/
A 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/
A Darch_prctl.c32 unsigned long code = arg->val; in syscall_arg__scnprintf_x86_arch_prctl_code() local
/tools/crypto/ccp/
A Ddbc_cli.py57 def pretty_error(code): argument
A Ddbc.py29 def handle_error(code): argument
/tools/usb/usbip/src/
A 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()
A Dusbip_attach.c125 uint16_t code = OP_REP_IMPORT; in query_import_device() local
A Dusbip_list.c49 uint16_t code = OP_REP_DEVLIST; in get_exported_devices() local
/tools/testing/selftests/filesystems/eventfd/
A 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/kvm/include/s390/
A Dprocessor.h36 static inline int insn_length(unsigned char code) in insn_length()
/tools/testing/selftests/exec/
A Dbinfmt_script.py22 code='''#!/usr/bin/perl variable
/tools/testing/selftests/pidfd/
A Dpidfd_fdinfo_test.c22 int code; member
26 static int error_set(struct error *err, int code, const char *fmt, ...) in error_set()
/tools/perf/jvmti/
A 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/net/
A Dreuseport_bpf_cpu.c79 struct sock_filter code[] = { in attach_bpf() local
/tools/perf/util/
A Dgenelf.c164 const void *code, int csize, in jit_write_elf()
A Dprint_insn.c123 bool is64bit, const uint8_t *code, size_t code_size, in fprintf_insn_asm()
/tools/testing/selftests/net/tcp_ao/
A 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/
A 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/
A Daio_simple.c141 __le16 code; member
/tools/usb/ffs-aio-example/multibuff/device_app/
A Daio_multibuff.c125 __le16 code; member
/tools/net/ynl/lib/
A Dynl.h40 enum ynl_error_code code; member

Completed in 30 milliseconds

12