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

/freebsd-11.0-release/sbin/pfctl/
H A Dpfctl_radix.c306 pfr_clr_tstats(struct pfr_table *tbl, int size, int *nzero, int flags) argument
321 if (nzero)
322 *nzero = io.pfrio_nzero;
H A Dpfctl_table.c134 int nadd = 0, ndel = 0, nchange = 0, nzero = 0; local
352 RVTEST(pfr_clr_tstats(&table, 1, &nzero, flags));
353 xprintf(opts, "%d table/stats cleared", nzero);
/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf_table.c626 int *nzero, int flags)
659 if (nzero != NULL)
660 *nzero = xzero;
1286 pfr_clr_tstats(struct pfr_table *tbl, int size, int *nzero, int flags) argument
1307 if (nzero != NULL)
1308 *nzero = xzero;
625 pfr_clr_astats(struct pfr_table *tbl, struct pfr_addr *addr, int size, int *nzero, int flags) argument
/freebsd-11.0-release/contrib/jemalloc/src/
H A Darena.c3108 size_t nzero = (uintptr_t)zpast - (uintptr_t)zbase; local
3109 assert(nzero > 0);
3110 memset(zbase, 0, nzero);

Completed in 123 milliseconds