Lines Matching refs:fdbuf
3469 struct fdbuf *fdbuf; in sosend_dgramcmsg() local
3576 error = fdbuf_create(fds, fdlen, &fdbuf); in sosend_dgramcmsg()
3586 mp = fdbuf_allocmsg(size, fdbuf); in sosend_dgramcmsg()
3602 ASSERT(fdbuf != NULL); in sosend_dgramcmsg()
3605 toh.len = fdbuf->fd_size + in sosend_dgramcmsg()
3609 soappendmsg(mp, fdbuf, fdbuf->fd_size); in sosend_dgramcmsg()
3660 struct fdbuf *fdbuf; in sosend_svccmsg() local
3718 error = fdbuf_create(fds, fdlen, &fdbuf); in sosend_svccmsg()
3729 mp = fdbuf_allocmsg(size, fdbuf); in sosend_svccmsg()
3743 ASSERT(fdbuf != NULL); in sosend_svccmsg()
3746 toh.len = fdbuf->fd_size + in sosend_svccmsg()
3750 soappendmsg(mp, fdbuf, fdbuf->fd_size); in sosend_svccmsg()