Home
last modified time | relevance | path

Searched refs:fd_size (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/io/1394/
H A Ds1394_fa.c75 addr.aa_length = descr->fd_size; in s1394_fa_claim_addr()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c703 kmem_free(fdbuf, fdbuf->fd_size); in fdbuf_free()
814 fdbuf->fd_size = fdbufsize; in fdbuf_create()
875 fdbuflen == fdbuf->fd_size) { in fdbuf_verify()
905 fdbuflen, fdbuf->fd_size); in fdbuf_verify()
H A Dsocktpi.c3774 toh.len = fdbuf->fd_size + in sosend_dgramcmsg()
3778 soappendmsg(mp, fdbuf, fdbuf->fd_size); in sosend_dgramcmsg()
3905 toh.len = fdbuf->fd_size + in sosend_svccmsg()
3909 soappendmsg(mp, fdbuf, fdbuf->fd_size); in sosend_svccmsg()
/titanic_50/usr/src/uts/common/sys/
H A Dsocketvar.h809 int fd_size; /* In bytes, for kmem_free */ member
/titanic_50/usr/src/uts/common/sys/1394/
H A Ds1394.h439 size_t fd_size; /* address space size */ member