| /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);
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| syncprov.c | 152 int ndel, list_len; member in struct:syncprov_accesslog_deletes 1981 i = uuid_progress->ndel++; 2001 if ( uuid_progress->ndel >= uuid_progress->list_len ) { 2002 int ndel; local 2004 assert( uuid_progress->ndel == uuid_progress->list_len ); 2005 ndel = ldap_avl_free( uuid_progress->uuids, NULL ); 2006 assert( ndel == uuid_progress->ndel ); 2008 uuid_progress->ndel = 0; 2022 int i, j, ndel, num, nmods, mmods, do_play = 0, rc = -1 local [all...] |