Searched refs:filtercount (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf.c812 int filtercount = 0; local
821 filtercount++;
825 sz = sizeof (pid_t) * (filtercount + 1);
850 filtercount = 0; /* recomputed below */
854 filtercount++;
860 /* Set filtercount */
861 *filterbuf = (pid_t)filtercount;

Completed in 45 milliseconds