Home
last modified time | relevance | path

Searched refs:waitall (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/xargs/
H A Dxargs.c649 waitchildren(const char *name, int waitall) in waitchildren() argument
655 while ((pid = xwait(waitall || pids_full(), &status)) > 0) { in waitchildren()
667 waitall = 1; in waitchildren()
671 waitall = cause_exit = 1; in waitchildren()
675 waitall = cause_exit = 1; in waitchildren()
/freebsd/tests/sys/kern/
H A Dunix_seqpacket_test.c1281 int waitall = iov.iov_len & 0x1 ? MSG_WAITALL : 0; in ATF_TC_BODY() local
1283 len = recvmsg(fd[1], &hdr, waitall); in ATF_TC_BODY()
1284 if (waitall && !(hdr.msg_flags & MSG_EOR)) in ATF_TC_BODY()
1307 waitall ? " WAITALL" : ""); in ATF_TC_BODY()
/freebsd/sys/kern/
H A Duipc_usrreq.c1362 bool nonblock, waitall, peek; in uipc_soreceive_stream_or_seqpacket() local
1375 waitall = (flags & MSG_WAITALL) && !peek; in uipc_soreceive_stream_or_seqpacket()
1640 if (waitall && !(flags & MSG_EOR) && uio->uio_resid > 0) in uipc_soreceive_stream_or_seqpacket()