HomeSort by: relevance | last modified time | path
    Searched defs:fullst (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/npf/
npf_os.c 228 uint64_t *fullst, *uptr = *(uint64_t **)data; local in function:npf_stats_export
231 fullst = kmem_alloc(NPF_STATS_SIZE, KM_SLEEP);
232 npfk_stats(npf, fullst); /* will zero the buffer */
233 error = copyout(fullst, uptr, NPF_STATS_SIZE);
234 kmem_free(fullst, NPF_STATS_SIZE);
npf_os.c 228 uint64_t *fullst, *uptr = *(uint64_t **)data; local in function:npf_stats_export
231 fullst = kmem_alloc(NPF_STATS_SIZE, KM_SLEEP);
232 npfk_stats(npf, fullst); /* will zero the buffer */
233 error = copyout(fullst, uptr, NPF_STATS_SIZE);
234 kmem_free(fullst, NPF_STATS_SIZE);

Completed in 22 milliseconds