| /tools/testing/kunit/ |
| A D | kunit.py | 84 success = linux.build_reconfig(request.build_dir, request.make_options) 112 if request.kernel_args: 131 if request.kernel_args: 161 if request.list_tests: 171 if request.run_isolated: 194 filter=request.filter, 208 bd = request.build_dir 224 if request.raw_output: 241 if request.summary or request.failed: 248 if request.failed: [all …]
|
| /tools/testing/selftests/riscv/abi/ |
| A D | pointer_masking.c | 44 for (int request = 0; request <= 16; request++) { in test_pmlen() local 47 ret = prctl(PR_SET_TAGGED_ADDR_CTRL, request << PR_PMLEN_SHIFT, 0, 0, 0); in test_pmlen() 52 ksft_test_result(ret >= 0, "PMLEN=%d PR_GET_TAGGED_ADDR_CTRL\n", request); in test_pmlen() 57 ksft_test_result(pmlen >= request, "PMLEN=%d constraint\n", request); in test_pmlen() 58 ksft_test_result(valid_pmlen(pmlen), "PMLEN=%d validity\n", request); in test_pmlen() 68 ksft_test_result_skip("PMLEN=%d PR_GET_TAGGED_ADDR_CTRL\n", request); in test_pmlen() 70 ksft_test_result_skip("PMLEN=%d constraint\n", request); in test_pmlen() 71 ksft_test_result_skip("PMLEN=%d validity\n", request); in test_pmlen()
|
| /tools/firewire/ |
| A D | decode-fcp.c | 148 (struct avc_frame *) t->request->packet.write_block.data; in decode_avc() 177 (struct avc_frame *) t->request->packet.write_block.data; in decode_fcp() 179 ((unsigned long long) t->request->packet.common.offset_high << 32) | in decode_fcp() 180 t->request->packet.common.offset_low; in decode_fcp() 182 if (t->request->packet.common.tcode != TCODE_WRITE_BLOCK_REQUEST) in decode_fcp()
|
| A D | nosy-dump.c | 218 if (!t->request) { in handle_transaction() 230 decode_link_packet(&t->request->packet, t->request->length, in handle_transaction() 233 decode_link_packet(&t->response->packet, t->request->length, in handle_transaction() 491 t->request = sa; in handle_request_packet()
|
| /tools/usb/usbip/src/ |
| A D | usbip_attach.c | 123 struct op_import_request request; in query_import_device() local 128 memset(&request, 0, sizeof(request)); in query_import_device() 138 strncpy(request.busid, busid, SYSFS_BUS_ID_SIZE-1); in query_import_device() 140 PACK_OP_IMPORT_REQUEST(0, &request); in query_import_device() 142 rc = usbip_net_send(sockfd, (void *) &request, sizeof(request)); in query_import_device()
|
| A D | usbip_network.h | 71 #define PACK_OP_IMPORT_REQUEST(pack, request) do {\ argument 93 #define PACK_OP_EXPORT_REQUEST(pack, request) do {\ argument 94 usbip_net_pack_usb_device(pack, &(request)->udev);\ 114 #define PACK_OP_UNEXPORT_REQUEST(pack, request) do {\ argument 115 usbip_net_pack_usb_device(pack, &(request)->udev);\ 156 #define PACK_OP_DEVLIST_REQUEST(pack, request) do {\ argument
|
| A D | usbipd.c | 295 struct request_info request; in tcpd_auth() local 298 request_init(&request, RQ_DAEMON, PROGNAME, RQ_FILE, connfd, 0); in tcpd_auth() 299 fromhost(&request); in tcpd_auth() 300 rc = hosts_access(&request); in tcpd_auth()
|
| /tools/testing/selftests/ptrace/ |
| A D | get_set_sud.c | 13 static int sys_ptrace(int request, pid_t pid, void *addr, void *data) in sys_ptrace() argument 15 return syscall(SYS_ptrace, request, pid, addr, data); in sys_ptrace()
|
| A D | get_syscall_info.c | 31 sys_ptrace(int request, pid_t pid, unsigned long addr, unsigned long data) in sys_ptrace() argument 33 return syscall(__NR_ptrace, request, pid, addr, data); in sys_ptrace()
|
| A D | peeksiginfo.c | 26 static int sys_ptrace(int request, pid_t pid, void *addr, void *data) in sys_ptrace() argument 28 return syscall(SYS_ptrace, request, pid, addr, data); in sys_ptrace()
|
| A D | set_syscall_info.c | 55 sys_ptrace(int request, pid_t pid, unsigned long addr, unsigned long data) in sys_ptrace() argument 57 return syscall(__NR_ptrace, request, pid, addr, data); in sys_ptrace()
|
| /tools/testing/selftests/net/netfilter/ |
| A D | nft_fib.sh | 101 icmp type echo-request counter jump type_match_in 102 icmpv6 type echo-request counter jump type_match_in 107 icmp type echo-request counter jump type_match_in 108 icmpv6 type echo-request counter jump type_match_in 113 icmp type echo-request counter jump type_match_in 114 icmpv6 type echo-request counter jump type_match_in 119 icmp type echo-request counter jump type_match_out 120 icmpv6 type echo-request counter jump type_match_out 125 icmp type echo-request counter jump type_match_out 418 icmp type echo-request counter jump fib_test [all …]
|
| A D | rpath.sh | 89 ip saddr 192.168.0.0/16 icmp type echo-request \ 91 ip6 saddr fec0::/16 icmpv6 type echo-request \
|
| /tools/spi/ |
| A D | spidev_test.c | 448 uint32_t request; in main() local 463 request = mode; in main() 476 if (request != mode) in main() 478 request); in main()
|
| /tools/testing/selftests/hid/tests/ |
| A D | test_usb_crash.py | 82 def new_uhdev(self, usbVidPid, request): argument
|
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_zerocopy_fastopen-client.pkt | 13 // Send a FastOpen request, no cookie yet so no data in SYN 33 // Send another Fastopen request, now SYN will have data
|
| A D | tcp_syscall_bad_arg_fastopen-invalid-buf-ptr.pkt | 7 // Cache warmup: send a Fast Open cookie request
|
| /tools/testing/selftests/bpf/ |
| A D | xdp_hw_metadata.c | 417 meta->request.csum_start = sizeof(*eth) + sizeof(*iph); in ping_pong() 419 meta->request.csum_start = sizeof(*eth) + sizeof(*ip6h); in ping_pong() 420 meta->request.csum_offset = offsetof(struct udphdr, check); in ping_pong() 424 meta->request.csum_start, meta->request.csum_offset); in ping_pong() 429 meta->request.launch_time = last_hw_rx_timestamp + in ping_pong() 431 last_launch_time = meta->request.launch_time; in ping_pong() 434 meta->request.launch_time); in ping_pong()
|
| /tools/include/uapi/linux/ |
| A D | if_xdp.h | 156 } request; member
|
| /tools/testing/selftests/landlock/ |
| A D | audit.h | 114 const struct audit_message *const request, in audit_request() argument 121 err = audit_send(fd, request); in audit_request() 138 reply->err.msg.nlmsg_type != request->header.nlmsg_type); in audit_request()
|
| /tools/perf/scripts/python/ |
| A D | flamegraph.py | 29 import urllib.request 194 with urllib.request.urlopen(template) as url_template:
|
| /tools/testing/selftests/net/forwarding/ |
| A D | vxlan_reserved.sh | 190 )"1f:6a:"$( : ICMP request identifier 191 )"00:01:"$( : ICMP request seq. number
|
| /tools/testing/selftests/ptp/ |
| A D | testptp.c | 61 unsigned long request[2] = { in do_flag_test() local 80 err = ioctl(fd, request[i], &extts_request); in do_flag_test() 84 err = ioctl(fd, request[i], &extts_request); in do_flag_test()
|
| /tools/testing/selftests/powerpc/ptrace/ |
| A D | ptrace-perf-hwbreak.c | 39 static inline long sys_ptrace(long request, pid_t pid, unsigned long addr, unsigned long data) in sys_ptrace() argument 41 return syscall(__NR_ptrace, request, pid, addr, data); in sys_ptrace()
|
| /tools/usb/ |
| A D | testusb.c | 280 usbdev_ioctl (int fd, int ifno, unsigned request, void *param) in usbdev_ioctl() argument 285 wrapper.ioctl_code = request; in usbdev_ioctl()
|