Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dstream.c3620 ssize_t uiocnt; in struioget() local
3649 uiocnt = dbp->db_cksumend - dbp->db_cksumstuff; in struioget()
3650 cnt = MIN(uiocnt, uiop->uio_resid); in struioget()
3693 uiocnt = dbp->db_cksumend - dbp->db_cksumstuff; in struioget()
3694 if (uiocnt >= resid) in struioget()