Searched defs:fdio (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_shell.c41 * the shell, and then built an fdio object out of the write end of the pipe.
44 * to the fdio, except that its io_close routine performs a waitpid for the
113 * the shellio on top of the fdio, but before the shellio's close routine can
117 * io_unlink entry point to release the underlying fdio (forcing its io_close
125 mdb_io_t *fdio = io->io_next; local
128 ASSERT(fdio != NULL);
130 io->io_next = fdio->io_next;
131 fdio->io_next = NULL;
132 mdb_io_rele(fdio);

Completed in 86 milliseconds