Lines Matching refs:outcount
957 ulong_t outcount = 0, count = 0; in auto_readdir() local
1060 outcount += this_reclen; in auto_readdir()
1077 if (outcount) in auto_readdir()
1078 error = uiomove(dp, outcount, UIO_READ, uiop); in auto_readdir()
1094 if (!error && !myeof && outcount == 0) { in auto_readdir()
1122 outcount += dp->d_reclen; in auto_readdir()
1126 if (alloc_count < outcount + this_reclen) { in auto_readdir()
1138 outcount += dp->d_reclen; in auto_readdir()
1158 if (outcount + reclen > alloc_count) { in auto_readdir()
1181 outcount += dp->d_reclen; in auto_readdir()
1187 if (outcount) in auto_readdir()
1188 error = uiomove(outbuf, outcount, UIO_READ, uiop); in auto_readdir()
1199 if (outcount == 0) in auto_readdir()