Searched refs:shut_on_empty (Results 1 – 1 of 1) sorted by relevance
1461 int shut_on_empty; member1559 if (info->in && !info->in->shut_on_empty) { in pipe_exit_routine()1684 if (info->in->shut_on_empty && info->in->need_wake) { in popen_completion_ast()1693 info->out->shut_on_empty = TRUE; in popen_completion_ast()1700 info->err->shut_on_empty = TRUE; in popen_completion_ast()1797 p->shut_on_empty = FALSE; in pipe_tochild_setup()1841 p->shut_on_empty = TRUE; in pipe_tochild1_ast()1880 IO$_READVBLK|(p->shut_on_empty ? IO$M_NOWAIT : 0), in pipe_tochild1_ast()1883 if (iss == SS$_ENDOFFILE && p->shut_on_empty) iss = SS$_NORMAL; in pipe_tochild1_ast()1905 if (p->shut_on_empty) { in pipe_tochild2_ast()[all …]