Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncloop.c418 int incount = 0; in many_packets() local
438 (void) printf("\r %d ", incount); in many_packets()
462 incount++; in many_packets()
485 while ((incount < reccount) && (poll(&pfd, 1, long_time) == 1)) { in many_packets()
488 (void) printf("\r %d ", incount); in many_packets()
503 incount++; in many_packets()
506 (void) printf("\r %d \n", incount); in many_packets()
529 if (incount < end_stats.ipack && incount < reccount) in many_packets()
531 end_stats.ipack - incount); in many_packets()
532 (void) printf("%d packets sent, %d received\n", reccount, incount); in many_packets()
[all …]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfcomp.c342 static void emitheader(grp, incount, outcount) in emitheader() argument
344 u_int incount, outcount;
358 printhooks(cfile, incount, outcount, grp);
360 if (incount) {
364 grp->fg_name, grp->fg_name, incount);
434 static void emitGroup(num, dir, v, fr, group, incount, outcount) in emitGroup() argument
439 u_int incount, outcount;
505 if (num == -2 && dir == 0 && header[0] == 0 && incount != 0) {
507 group, incount);
517 if (i + 1 < incount)
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c3121 adj_proc->incount++; in flk_check_deadlock()
3146 start_vertex->incount++; in flk_check_deadlock()
3153 if (start_vertex->incount == 0) { in flk_check_deadlock()
3208 adj_proc->incount--; in flk_check_deadlock()
3236 start_vertex->incount--; in flk_check_deadlock()
3365 if (proc->edge == NULL && proc->incount == 0) { in flk_proc_release()
3417 toproc->incount--; in flk_update_proc_graph()
3445 toproc->incount++; in flk_update_proc_graph()
/illumos-gate/usr/src/uts/common/sys/
H A Dflock_impl.h447 int incount; /* Number of inedges to this process */ member
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c3801 int incount = 0; in ufs_readdir() local
3889 incount = 0; in ufs_readdir()
3900 while (incount < bytes_wanted) { in ufs_readdir()
3943 incount += idp->d_reclen; in ufs_readdir()