Searched refs:doio (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/csh/ |
H A D | sh.sem.c | 27 void doio(struct command *, int *, int *); 287 doio(t, pipein, pipeout); 410 doio(struct command *t, int *pipein, int *pipeout) in doio() function
|
/titanic_50/usr/src/cmd/fs.d/ |
H A D | umount.c | 132 static void doio(mountent_t *); 914 doio(mp); /* Any output? */ in dowait() 1011 doio(mountent_t *mp) in doio() function
|
H A D | mount.c | 197 static void doio(vfsent_t *); 1371 doio(vfsent_t *vp) in doio() function 1452 doio(vp); /* Any output? */ in cleanupkid()
|
/titanic_50/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 812 doio(int stdin_fd, int appin_fd, int stdout_fd, int stderr_fd, int sig_fd, in doio() function 1691 doio(stdin_pipe[0], stdin_pipe[1], stdout_pipe[0], stderr_pipe[0], in noninteractive_login() 1981 doio(masterfd, -1, masterfd, -1, -1, B_FALSE); in main() 2275 doio(masterfd, -1, masterfd, -1, -1, B_FALSE); in main()
|