Searched defs:pipe (Results 1 – 4 of 4) sorted by relevance
/qemu/include/hw/xen/interface/io/ |
H A D | usbif.h | 295 #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 D | ivshmem-test.c | 247 int pipe[2]; /* to handle quit */ member
|
/qemu/tests/unit/ |
H A D | test-char.c | 583 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 D | precopy-tests.c | 143 FILE *pipe = popen(cmd, "r"); in new_rdma_link() local
|