Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncloop.c420 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_50/usr/src/cmd/ipf/tools/
H A Dipfcomp.c346 static void emitheader(grp, incount, outcount) in emitheader() argument
348 u_int incount, outcount;
362 printhooks(cfile, incount, outcount, grp);
364 if (incount) {
368 grp->fg_name, grp->fg_name, incount);
438 static void emitGroup(num, dir, v, fr, group, incount, outcount) in emitGroup() argument
443 u_int incount, outcount;
509 if (num == -2 && dir == 0 && header[0] == 0 && incount != 0) {
511 group, incount);
521 if (i + 1 < incount)
[all …]
/titanic_50/usr/src/uts/common/os/
H A Dflock.c3119 adj_proc->incount++; in flk_check_deadlock()
3144 start_vertex->incount++; in flk_check_deadlock()
3151 if (start_vertex->incount == 0) { in flk_check_deadlock()
3206 adj_proc->incount--; in flk_check_deadlock()
3234 start_vertex->incount--; in flk_check_deadlock()
3363 if (proc->edge == NULL && proc->incount == 0) { in flk_proc_release()
3415 toproc->incount--; in flk_update_proc_graph()
3443 toproc->incount++; in flk_update_proc_graph()
/titanic_50/usr/src/uts/common/sys/
H A Dflock_impl.h447 int incount; /* Number of inedges to this process */ member
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c3909 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()