Searched refs:incount (Results 1 - 5 of 5) 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/cmd/ipf/tools/
H A Dipfcomp.c353 static void emitheader(grp, incount, outcount)
355 u_int incount, outcount;
369 printhooks(cfile, incount, outcount, grp);
371 if (incount) {
375 grp->fg_name, grp->fg_name, incount);
445 static void emitGroup(num, dir, v, fr, group, incount, outcount)
450 u_int incount, outcount;
516 if (num == -2 && dir == 0 && header[0] == 0 && incount != 0) {
518 group, incount);
528 if (i + 1 < 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/os/
H A Dflock.c3119 adj_proc->incount++;
3144 start_vertex->incount++;
3151 if (start_vertex->incount == 0) {
3206 adj_proc->incount--;
3234 start_vertex->incount--;
3363 if (proc->edge == NULL && proc->incount == 0) {
3415 toproc->incount--;
3443 toproc->incount++;
/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 67 milliseconds