| /netbsd/src/dist/pf/sbin/pfctl/ |
| D | pfctl_radix.c | 59 pfr_clr_tables(struct pfr_table *filter, int *ndel, int flags) in pfr_clr_tables() argument 69 if (ndel != NULL) in pfr_clr_tables() 70 *ndel = io.pfrio_ndel; in pfr_clr_tables() 96 pfr_del_tables(struct pfr_table *tbl, int size, int *ndel, int flags) in pfr_del_tables() argument 111 if (ndel != NULL) in pfr_del_tables() 112 *ndel = io.pfrio_ndel; in pfr_del_tables() 163 pfr_clr_addrs(struct pfr_table *tbl, int *ndel, int flags) in pfr_clr_addrs() argument 176 if (ndel != NULL) in pfr_clr_addrs() 177 *ndel = io.pfrio_ndel; in pfr_clr_addrs() 206 int *ndel, int flags) in pfr_del_addrs() argument [all …]
|
| D | pfctl_table.c | 132 int nadd = 0, ndel = 0, nchange = 0, nzero = 0; in pfctl_table() local 158 RVTEST(pfr_clr_tables(&table, &ndel, flags)); in pfctl_table() 159 xprintf(opts, "%d tables deleted", ndel); in pfctl_table() 190 RVTEST(pfr_del_tables(&table, 1, &ndel, flags)); in pfctl_table() 191 xprintf(opts, "%d table deleted", ndel); in pfctl_table() 195 RVTEST(pfr_clr_addrs(&table, &ndel, flags)); in pfctl_table() 196 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() 237 &sz2, &nadd, &ndel, &nchange, flags)); in pfctl_table() [all …]
|
| /netbsd/src/sys/dist/pf/net/ |
| D | pf_table.c | 236 pfr_clr_addrs(struct pfr_table *tbl, int *ndel, int flags) in pfr_clr_addrs() argument 250 pfr_enqueue_addrs(kt, &workq, ndel, 0); in pfr_clr_addrs() 349 int *ndel, int flags) in pfr_del_addrs() argument 428 if (ndel != NULL) in pfr_del_addrs() 429 *ndel = xdel; in pfr_del_addrs() 439 int *size2, int *nadd, int *ndel, int *nchange, int flags, in pfr_set_addrs() argument 537 if (ndel != NULL) in pfr_set_addrs() 538 *ndel = xdel; in pfr_set_addrs() 1151 pfr_clr_tables(struct pfr_table *filter, int *ndel, int flags) in pfr_clr_tables() argument 1183 if (ndel != NULL) in pfr_clr_tables() [all …]
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| D | syncprov.c | 152 int ndel, list_len; member 1954 i = uuid_progress->ndel++; in syncprov_accesslog_uuid_cb() 1974 if ( uuid_progress->ndel >= uuid_progress->list_len ) { in syncprov_accesslog_uuid_cb() 1975 int ndel; in syncprov_accesslog_uuid_cb() local 1977 assert( uuid_progress->ndel == uuid_progress->list_len ); in syncprov_accesslog_uuid_cb() 1978 ndel = ldap_avl_free( uuid_progress->uuids, NULL ); in syncprov_accesslog_uuid_cb() 1979 assert( ndel == uuid_progress->ndel ); in syncprov_accesslog_uuid_cb() 1981 uuid_progress->ndel = 0; in syncprov_accesslog_uuid_cb() 1995 int i, j, ndel, num, nmods, mmods, do_play = 0, rc = -1; in syncprov_play_sessionlog() local 2060 entry = ldap_tavl_find3( sl->sl_entries, &te, syncprov_sessionlog_cmp, &ndel ); in syncprov_play_sessionlog() [all …]
|
| /netbsd/src/bin/ksh/ |
| D | emacs.c | 1199 int ndel; local 1205 ndel = x_arg - col; 1206 if (ndel < 0) { 1208 ndel = -ndel; 1210 x_delete(ndel, true);
|