Searched defs:incount (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncloop.c420 int incount = 0; local
440 (void) printf("\r %d ", incount);
464 incount++;
487 while ((incount < reccount) && (poll(&pfd, 1, long_time) == 1)) {
490 (void) printf("\r %d ", incount);
505 incount++;
508 (void) printf("\r %d \n", incount);
531 if (incount < end_stats.ipack && incount < reccount)
533 end_stats.ipack - incount);
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dflock_impl.h447 int incount; /* Number of inedges to this process */ member in struct:proc_vertex
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c3922 int incount = 0; local
4010 incount = 0;
4021 while (incount < bytes_wanted) {
4064 incount += idp->d_reclen;

Completed in 71 milliseconds