Lines Matching refs:flagsp
1359 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in uipc_soreceive_stream_or_seqpacket() argument
1374 flags = flagsp != NULL ? *flagsp : 0; in uipc_soreceive_stream_or_seqpacket()
1647 if (flagsp != NULL) in uipc_soreceive_stream_or_seqpacket()
1648 *flagsp |= flags; in uipc_soreceive_stream_or_seqpacket()
2148 struct uio *uio, struct mbuf **controlp, int *flagsp) in uipc_peek_dgram() argument
2192 if (flagsp != NULL) { in uipc_peek_dgram()
2194 if (*flagsp & MSG_TRUNC) { in uipc_peek_dgram()
2198 *flagsp |= MSG_TRUNC; in uipc_peek_dgram()
2200 *flagsp &= ~MSG_TRUNC; in uipc_peek_dgram()
2211 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in uipc_soreceive_dgram() argument
2226 flags = flagsp != NULL ? *flagsp : 0; in uipc_soreceive_dgram()
2297 return (uipc_peek_dgram(so, m, psa, uio, controlp, flagsp)); in uipc_soreceive_dgram()
2356 if (flagsp != NULL) { in uipc_soreceive_dgram()
2361 *flagsp |= MSG_TRUNC; in uipc_soreceive_dgram()
2364 } else if (flagsp != NULL) in uipc_soreceive_dgram()
2365 *flagsp &= ~MSG_TRUNC; in uipc_soreceive_dgram()