Home
last modified time | relevance | path

Searched refs:uioa_mbytes (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dmove.c548 uioa->uioa_mbytes += cnt; in uioamove()
613 uioap->uioa_mbytes = 0; in uioainit()
700 uioap->uioa_mbytes = 0; in uioainit()
789 uioap->uioa_mbytes = 0; in uioafini()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsodirect.c291 len + uioap->uioa_mbytes >= so->so_oobmark)) { in sod_uioa_so_init()
463 return (sodp->sod_uioa.uioa_mbytes); in sod_uioa_mblk()
H A Dsockcommon_subr.c995 if (sodp->sod_uioa.uioa_mbytes > 0) { in so_dequeue_msg()
/titanic_44/usr/src/uts/common/sys/
H A Duio.h134 ssize_t uioa_mbytes; /* bytes that have been uioamove()ed */ member