Searched refs:ndel (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/sbin/pfctl/ |
| D | pfctl_radix.c | 72 pfr_clr_tables(struct pfr_table *filter, int *ndel, int flags) in pfr_clr_tables() argument 82 if (ndel != NULL) in pfr_clr_tables() 83 *ndel = io.pfrio_ndel; in pfr_clr_tables() 109 pfr_del_tables(struct pfr_table *tbl, int size, int *ndel, int flags) in pfr_del_tables() argument 124 if (ndel != NULL) in pfr_del_tables() 125 *ndel = io.pfrio_ndel; in pfr_del_tables() 176 pfr_clr_addrs(struct pfr_table *tbl, int *ndel, int flags) in pfr_clr_addrs() argument 189 if (ndel != NULL) in pfr_clr_addrs() 190 *ndel = io.pfrio_ndel; in pfr_clr_addrs() 219 int *ndel, int flags) in pfr_del_addrs() argument [all …]
|
| D | pfctl_table.c | 131 int nadd = 0, ndel = 0, nchange = 0, nzero = 0; in pfctl_table() local 157 RVTEST(pfr_clr_tables(&table, &ndel, flags)); in pfctl_table() 158 xprintf(opts, "%d tables deleted", ndel); in pfctl_table() 189 RVTEST(pfr_del_tables(&table, 1, &ndel, flags)); in pfctl_table() 190 xprintf(opts, "%d table deleted", ndel); in pfctl_table() 194 RVTEST(pfr_clr_addrs(&table, &ndel, flags)); in pfctl_table() 195 xprintf(opts, "%d addresses deleted", ndel); in pfctl_table() 219 &ndel, flags)); in pfctl_table() 220 xprintf(opts, "%d/%d addresses deleted", ndel, b.pfrb_size); in pfctl_table() 238 &sz2, &nadd, &ndel, &nchange, flags)); in pfctl_table() [all …]
|
| /openbsd/src/sys/net/ |
| D | pf_table.c | 247 pfr_clr_addrs(struct pfr_table *tbl, int *ndel, int flags) in pfr_clr_addrs() argument 260 pfr_enqueue_addrs(kt, &workq, ndel, 0); in pfr_clr_addrs() 434 int *ndel, int flags) in pfr_del_addrs() argument 512 if (ndel != NULL) in pfr_del_addrs() 513 *ndel = xdel; in pfr_del_addrs() 523 int *size2, int *nadd, int *ndel, int *nchange, int flags, in pfr_set_addrs() argument 619 if (ndel != NULL) in pfr_set_addrs() 620 *ndel = xdel; in pfr_set_addrs() 1462 pfr_clr_tables(struct pfr_table *filter, int *ndel, int flags) in pfr_clr_tables() argument 1489 if (ndel != NULL) in pfr_clr_tables() [all …]
|
| /openbsd/src/usr.bin/calendar/calendars/de_DE.UTF-8/ |
| D | calendar.musik | 17 02/23 Georg Friedrich Händel in Halle an der Saale geboren, 1685 26 04/14 Georg Friedrich Händel in London gestorben, 1759
|
| /openbsd/src/bin/ksh/ |
| D | emacs.c | 1162 int ndel; in x_kill() local 1170 ndel = x_arg - col; in x_kill() 1171 if (ndel < 0) { in x_kill() 1173 ndel = -ndel; in x_kill() 1175 x_delete(ndel, true); in x_kill()
|