Searched refs:doio (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c27 void doio(struct command *, int *, int *);
287 doio(t, pipein, pipeout);
410 doio(struct command *t, int *pipein, int *pipeout) function
417 tprintf("TRACE- doio()\n");
/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c132 static void doio(mountent_t *);
914 doio(mp); /* Any output? */
1011 doio(mountent_t *mp) function
H A Dmount.c197 static void doio(vfsent_t *);
1371 doio(vfsent_t *vp) function
1452 doio(vp); /* Any output? */
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c136 * than ZLOGIN_BUFSIZ (because we share the buffer in doio). This value is
812 doio(int stdin_fd, int appin_fd, int stdout_fd, int stderr_fd, int sig_fd, function
1691 doio(stdin_pipe[0], stdin_pipe[1], stdout_pipe[0], stderr_pipe[0],
1981 doio(masterfd, -1, masterfd, -1, -1, B_FALSE);
2275 doio(masterfd, -1, masterfd, -1, -1, B_FALSE);

Completed in 91 milliseconds