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

/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf.c814 pid_t *filterbuf, *bufp; local
826 filterbuf = kmem_zalloc(sz, KM_SLEEP);
841 * filterbuf below, and back out and restart from the beginning
849 bufp = filterbuf + 1; /* first word is for count */
861 *filterbuf = (pid_t)filtercount;
864 if (ddi_copyout((caddr_t)filterbuf, dest, sz, mode))
868 kmem_free(filterbuf, sz);

Completed in 1229 milliseconds