OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndel
(Results
1 - 4
of
4
) sorted by relevancy
/src/dist/pf/sbin/pfctl/
pfctl_radix.c
59
pfr_clr_tables(struct pfr_table *filter, int *
ndel
, int flags)
69
if (
ndel
!= NULL)
70
*
ndel
= io.pfrio_ndel;
96
pfr_del_tables(struct pfr_table *tbl, int size, int *
ndel
, int flags)
111
if (
ndel
!= NULL)
112
*
ndel
= io.pfrio_ndel;
163
pfr_clr_addrs(struct pfr_table *tbl, int *
ndel
, int flags)
176
if (
ndel
!= NULL)
177
*
ndel
= io.pfrio_ndel;
206
int *
ndel
, int flags
[
all
...]
pfctl_table.c
132
int nadd = 0,
ndel
= 0, nchange = 0, nzero = 0;
local
158
RVTEST(pfr_clr_tables(&table, &
ndel
, flags));
159
xprintf(opts, "%d tables deleted",
ndel
);
190
RVTEST(pfr_del_tables(&table, 1, &
ndel
, flags));
191
xprintf(opts, "%d table deleted",
ndel
);
195
RVTEST(pfr_clr_addrs(&table, &
ndel
, flags));
196
xprintf(opts, "%d addresses deleted",
ndel
);
219
&
ndel
, flags));
220
xprintf(opts, "%d/%d addresses deleted",
ndel
, b.pfrb_size);
237
&sz2, &nadd, &
ndel
, &nchange, flags))
[
all
...]
/src/sys/dist/pf/net/
pf_table.c
236
pfr_clr_addrs(struct pfr_table *tbl, int *
ndel
, int flags)
250
pfr_enqueue_addrs(kt, &workq,
ndel
, 0);
349
int *
ndel
, int flags)
428
if (
ndel
!= NULL)
429
*
ndel
= xdel;
439
int *size2, int *nadd, int *
ndel
, int *nchange, int flags,
537
if (
ndel
!= NULL)
538
*
ndel
= xdel;
1151
pfr_clr_tables(struct pfr_table *filter, int *
ndel
, int flags)
1183
if (
ndel
!= NULL
[
all
...]
/src/bin/ksh/
emacs.c
1199
int
ndel
;
local
1205
ndel
= x_arg - col;
1206
if (
ndel
< 0) {
1208
ndel
= -
ndel
;
1210
x_delete(
ndel
, true);
Completed in 20 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026