Lines Matching refs:fdbuf
3657 struct fdbuf *fdbuf; in sosend_dgramcmsg() local
3752 error = fdbuf_create(fds, fdlen, &fdbuf); in sosend_dgramcmsg()
3755 mp = fdbuf_allocmsg(size, fdbuf); in sosend_dgramcmsg()
3771 ASSERT(fdbuf != NULL); in sosend_dgramcmsg()
3774 toh.len = fdbuf->fd_size + in sosend_dgramcmsg()
3778 soappendmsg(mp, fdbuf, fdbuf->fd_size); in sosend_dgramcmsg()
3827 struct fdbuf *fdbuf; in sosend_svccmsg() local
3885 error = fdbuf_create(fds, fdlen, &fdbuf); in sosend_svccmsg()
3888 mp = fdbuf_allocmsg(size, fdbuf); in sosend_svccmsg()
3902 ASSERT(fdbuf != NULL); in sosend_svccmsg()
3905 toh.len = fdbuf->fd_size + in sosend_svccmsg()
3909 soappendmsg(mp, fdbuf, fdbuf->fd_size); in sosend_svccmsg()