Searched refs:incount (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | syncloop.c | 420 int incount = 0; in many_packets() local 440 (void) printf("\r %d ", incount); in many_packets() 464 incount++; in many_packets() 487 while ((incount < reccount) && (poll(&pfd, 1, long_time) == 1)) { in many_packets() 490 (void) printf("\r %d ", incount); in many_packets() 505 incount++; in many_packets() 508 (void) printf("\r %d \n", incount); in many_packets() 531 if (incount < end_stats.ipack && incount < reccount) in many_packets() 533 end_stats.ipack - incount); in many_packets() 534 (void) printf("%d packets sent, %d received\n", reccount, incount); in many_packets() [all …]
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ipfcomp.c | 353 static void emitheader(grp, incount, outcount) in emitheader() argument 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) in emitGroup() argument 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 …]
|
/titanic_41/usr/src/uts/common/os/ |
H A D | flock.c | 2816 adj_proc->incount++; in flk_check_deadlock() 2841 start_vertex->incount++; in flk_check_deadlock() 2848 if (start_vertex->incount == 0) { in flk_check_deadlock() 2903 adj_proc->incount--; in flk_check_deadlock() 2931 start_vertex->incount--; in flk_check_deadlock() 3060 if (proc->edge == NULL && proc->incount == 0) { in flk_proc_release() 3102 toproc->incount--; in flk_update_proc_graph() 3130 toproc->incount++; in flk_update_proc_graph()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | flock_impl.h | 446 int incount; /* Number of inedges to this process */ member
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 3909 int incount = 0; in ufs_readdir() local 3997 incount = 0; in ufs_readdir() 4008 while (incount < bytes_wanted) { in ufs_readdir() 4051 incount += idp->d_reclen; in ufs_readdir()
|