Searched refs:nzero (Results 1 – 5 of 5) sorted by relevance
/freebsd/sbin/pfctl/ |
H A D | pfctl_radix.c | 216 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 D | pfctl_table.c | 135 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 D | large.c | 203 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 D | pf_table.c | 636 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 D | LLLexer.cpp | 683 KEYWORD(nzero); in LexIdentifier()
|