Searched refs:outcount (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/oamuser/user/
H A Duserdefs.c53 if (outcount > 40) { \
54 outcount = 0; \
228 int outcount = 0; local
233 outcount += fprintf(fptr, "group=%s,%ld ",
239 outcount += fprintf(fptr, "project=%s,%ld ",
245 outcount += fprintf(fptr, "basedir=%s ", deflts->defparent);
250 outcount += fprintf(fptr, "rid=%ld ", deflts->defrid);
255 outcount += fprintf(fptr, "skel=%s ", deflts->defskel);
260 outcount += fprintf(fptr, "shell=%s ", deflts->defshell);
265 outcount
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_readdir.c230 int outcount = 0; local
290 if (outcount + this_reclen > total_bytes_wanted) {
308 outcount += dp->d_reclen;
310 assert(outcount <= total_bytes_wanted);
314 res->rd_rddir.rddir_size = (long)outcount;
315 if (outcount > 0) {
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c956 ulong_t outcount = 0, count = 0; local
1059 outcount += this_reclen;
1076 if (outcount)
1077 error = uiomove(dp, outcount, UIO_READ, uiop);
1093 if (!error && !myeof && outcount == 0) {
1121 outcount += dp->d_reclen;
1125 if (alloc_count < outcount + this_reclen) {
1137 outcount += dp->d_reclen;
1157 if (outcount + reclen > alloc_count) {
1180 outcount
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfcomp.c353 static void emitheader(grp, incount, outcount)
355 u_int incount, outcount;
369 printhooks(cfile, incount, outcount, grp);
388 if (outcount) {
392 grp->fg_name, grp->fg_name, outcount);
445 static void emitGroup(num, dir, v, fr, group, incount, outcount)
450 u_int incount, outcount;
535 if (num == -2 && dir == 1 && header[1] == 0 && outcount != 0) {
537 group, outcount);
547 if (i + 1 < outcount)
[all...]
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_drv.h591 #define RING_LOCALS unsigned int outring, ringmask, outcount; \
611 outcount = 0; \
621 outcount = 0; \
632 outcount++; \
639 outcount++; \
650 dev_priv->ring.space -= outcount * 4; \
657 dev_priv->ring.space -= outcount * 4; \
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c2428 ulong_t outcount = 0; local
2469 outcount = 0;
2548 outcount += dp->d_reclen;
2555 if (alloc_count < outcount + this_reclen) {
2566 outcount += dp->d_reclen;
2620 if (outcount + reclen > alloc_count) {
2628 outcount += reclen;
2634 "diroff %lld, soff %lld, dv %p\n", outcount, diroff, soff,
2637 if (outcount)
2638 error = uiomove(outbuf, outcount, UIO_REA
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c2149 int outcount = 0; local
2215 if ((outcount + this_reclen) > entries_size) {
2234 outcount += this_reclen;
2238 objp->size = outcount;
2381 int outcount = 0; local
2460 if ((outcount + this_reclen) > entries_size) {
2530 outcount += this_reclen;
2534 objp->size = outcount;
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c1474 long outcount = 0; local
1525 if (outcount + reclen > total_bytes_wanted) {
1526 if (!outcount)
1544 outcount += reclen;
1545 ASSERT(outcount <= bufsize);
1551 error = uiomove(outbuf, outcount, UIO_READ, uiop);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c2203 int outcount; local
2289 outcount = 0;
2290 while (outcount < bytes_wanted) {
2366 if (outcount + reclen > bufsize) {
2370 if (!outcount) {
2401 outcount += reclen;
2403 ASSERT(outcount <= bufsize);
2426 iovp->iov_base += outcount;
2427 iovp->iov_len -= outcount;
2428 uio->uio_resid -= outcount;
[all...]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c3923 int outcount = 0; local
4038 if (!outcount && this_reclen > bufsize) {
4044 if (outcount + this_reclen > bufsize) {
4058 outcount += odp->d_reclen;
4061 ASSERT(outcount <= bufsize);
4083 if (offset < (int)ip->i_size && !outcount)
4088 iovp->iov_base += outcount;
4089 iovp->iov_len -= outcount;
4090 uiop->uio_resid -= outcount;
4092 } else if ((error = uiomove(outbuf, (long)outcount, UIO_REA
[all...]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c1118 int32_t error = 0, len, outcount = 0; local
1172 outcount++;
1213 if (!outcount) {
1231 outcount++;

Completed in 184 milliseconds