Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_radix.c216 int *nzero, int flags) in pfr_clr_astats() argument
232 if (nzero) in pfr_clr_astats()
233 *nzero = io.pfrio_nzero; in pfr_clr_astats()
238 pfr_clr_tstats(struct pfr_table *tbl, int size, int *nzero, int flags) in pfr_clr_tstats() argument
255 if (nzero) in pfr_clr_tstats()
256 *nzero = io.pfrio_nzero; in pfr_clr_tstats()
H A Dpfctl_table.c135 int nadd = 0, ndel = 0, nchange = 0, nzero = 0; in pfctl_table() local
324 &nzero, flags)); in pfctl_table()
325 xprintf(opts, "%d/%d stats cleared", nzero, b.pfrb_size); in pfctl_table()
389 &nzero, flags)); in pfctl_table()
390 xprintf(opts, "%d/%d addresses cleared", nzero, b.pfrb_size); in pfctl_table()
399 RVTEST(pfr_clr_tstats(&table, 1, &nzero, flags)); in pfctl_table()
400 xprintf(opts, "%d table/stats cleared", nzero); in pfctl_table()
/freebsd/contrib/jemalloc/src/
H A Dlarge.c203 size_t nzero = (uintptr_t)zpast - (uintptr_t)zbase; in large_ralloc_no_move_expand() local
204 assert(nzero > 0); in large_ralloc_no_move_expand()
205 memset(zbase, 0, nzero); in large_ralloc_no_move_expand()
/freebsd/sys/netpfil/pf/
H A Dpf_table.c636 int *nzero, int flags) in pfr_clr_astats() argument
669 if (nzero != NULL) in pfr_clr_astats()
670 *nzero = xzero; in pfr_clr_astats()
1390 pfr_clr_tstats(struct pfr_table *tbl, int size, int *nzero, int flags) in pfr_clr_tstats() argument
1411 if (nzero != NULL) in pfr_clr_tstats()
1412 *nzero = xzero; in pfr_clr_tstats()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp683 KEYWORD(nzero); in LexIdentifier()