Searched refs:readfd (Results 1 – 6 of 6) sorted by relevance
241 dc->readfd = -1; in libxl__stream_write_start()456 int readfd = open(filename, O_RDONLY); in write_emulator_context_record() local457 stream->emu_carefd = libxl__carefd_opened(CTX, readfd); in write_emulator_context_record()458 if (readfd == -1) { in write_emulator_context_record()464 if (fstat(readfd, &st)) { in write_emulator_context_record()484 dc->readfd = readfd; in write_emulator_context_record()
369 assert(dc->readfd >= 0 || dc->writefd >= 0); in libxl__datacopier_start()377 if (dc->readfd >= 0) { in libxl__datacopier_start()379 dc->readfd, POLLIN); in libxl__datacopier_start()
275 dc->readfd = stream->fd; in libxl__stream_read_start()698 dc->readfd = -1; in write_emulator_blob()
525 bl->keystrokes.writefd = bl->display.readfd = bootloader_master; in bootloader_gotptys()528 bl->keystrokes.readfd = bl->display.writefd = xenconsole_master; in bootloader_gotptys()
3143 int readfd, writefd; member
1549 static int readfd(struct connection *conn, void *data, unsigned int len) in readfd() function1580 conn = new_connection(writefd, readfd); in accept_connection()
Completed in 24 milliseconds