Home
last modified time | relevance | path

Searched defs:pipe (Results 1 – 4 of 4) sorted by relevance

/qemu/include/hw/xen/interface/io/
H A Dusbif.h295 #define usbif_pipeportnum(pipe) ((pipe) & USBIF_PIPE_PORT_MASK) argument
296 #define usbif_setportnum_pipe(pipe, portnum) ((pipe) | (portnum)) argument
298 #define usbif_pipeunlink(pipe) ((pipe) & USBIF_PIPE_UNLINK) argument
299 #define usbif_pipesubmit(pipe) (!usbif_pipeunlink(pipe)) argument
300 #define usbif_setunlink_pipe(pipe) ((pipe) | USBIF_PIPE_UNLINK) argument
302 #define usbif_pipein(pipe) ((pipe) & USBIF_PIPE_DIR) argument
303 #define usbif_pipeout(pipe) (!usbif_pipein(pipe)) argument
305 #define usbif_pipedevice(pipe) \ argument
308 #define usbif_pipeendpoint(pipe) \ argument
311 #define usbif_pipetype(pipe) \ argument
[all …]
/qemu/tests/qtest/
H A Divshmem-test.c247 int pipe[2]; /* to handle quit */ member
/qemu/tests/unit/
H A Dtest-char.c583 gchar *in, *out, *pipe = g_build_filename(tmp_path, "pipe", NULL); in char_hub_test() local
888 gchar *tmp, *in, *out, *pipe = g_build_filename(tmp_path, "pipe", NULL); in char_pipe_test() local
/qemu/tests/qtest/migration/
H A Dprecopy-tests.c143 FILE *pipe = popen(cmd, "r"); in new_rdma_link() local