Home
last modified time | relevance | path

Searched refs:request (Results 1 – 24 of 24) sorted by relevance

/tools/testing/kunit/
Dkunit.py54 request: KunitConfigRequest) -> KunitResult:
58 success = linux.build_reconfig(request.build_dir, request.make_options)
69 request: KunitBuildRequest) -> KunitResult:
73 success = linux.build_um_kernel(request.alltests,
74 request.jobs,
75 request.build_dir,
76 request.make_options)
91 request: KunitExecRequest) -> KunitResult:
95 timeout=None if request.alltests else request.timeout,
96 build_dir=request.build_dir)
[all …]
/tools/firewire/
Ddecode-fcp.c148 (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()
Dnosy-dump.c218 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()
Dnosy-dump.h167 struct subaction *request, *response; member
/tools/usb/usbip/src/
Dusbip_attach.c123 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()
Dusbip_network.h71 #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
Dusbipd.c295 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/
Dget_syscall_info.c31 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()
Dpeeksiginfo.c26 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()
/tools/testing/selftests/ptp/
Dtestptp.c61 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/usb/
Dtestusb.c274 usbdev_ioctl (int fd, int ifno, unsigned request, void *param) in usbdev_ioctl() argument
279 wrapper.ioctl_code = request; in usbdev_ioctl()
/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink.sh180 check_region_snapshot_count dummy post-first-request 3
205 check_region_snapshot_count dummy post-first-request 3
213 check_region_snapshot_count dummy post-first-request 2
/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh247 echo "PID $qemu_pid killed due to run STOP request" >> $resdir/Warnings 2>&1
/tools/perf/
Ddesign.txt160 * Bits that can be set in hw_event.read_format to request that
180 * Bits that can be set in hw_event.record_type to request information
222 way to request that counting of events be restricted to times when the
226 to request counting of events restricted to guest and host contexts when
/tools/testing/selftests/net/forwarding/
Dvxlan_bridge_1d.sh585 )"1f:6a:"$( : ICMP request identifier
586 )"00:01:"$( : ICMP request sequence number
Dvxlan_asymmetric.sh515 request action pass
/tools/build/Documentation/
DBuild.txt91 that contain request objects names in Build files.
/tools/include/uapi/drm/
Ddrm.h514 struct drm_wait_vblank_request request; member
/tools/testing/selftests/drivers/net/mlxsw/
Ddevlink_trap_control.sh330 $MZ $h1 -c 1 -a own -b bcast -t arp request -p 100 -q
/tools/perf/Documentation/
Dperf-script.txt143 reset a prior request. e.g.:
151 "Overriding previous field request for all events."
/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst85 to request hardware offload for the map.
/tools/testing/selftests/vm/
Dhmm-tests.c121 unsigned long request, in hmm_dmirror_cmd() argument
134 ret = ioctl(fd, request, &cmd); in hmm_dmirror_cmd()
/tools/memory-model/Documentation/
Dexplanation.txt1057 read request with the value stored by W (or an even later store), in
1141 the local cache and available for satisfying the read request. Thus
1386 request with the value stored by W or an even later store,
2418 satisfy a load request and its determination of where a store will
Dlitmus-tests.txt849 30 r0 = smp_load_acquire(*c); // Note call_rcu() request.