Searched refs:do_config (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_dn_glue.c | 403 return do_config(&cmd, cmd.oid.len); in dn_compat_del() 554 error = do_config(base, (char *)buf - (char *)base); in dn_compat_configure() 812 do_config(&oid, oid.len); in ip_dummynet_compat()
|
H A D | ip_dn_private.h | 449 int do_config(void *p, size_t l);
|
H A D | ip_dummynet.c | 2004 do_config(void *p, size_t l) in do_config() function 2547 error = do_config(p, l); in ip_dn_ctl()
|
H A D | dummynet.txt | 274 compatibility). Modifications to the configuration call do_config().
|
/freebsd/sys/ddb/ |
H A D | db_textdump.c | 153 SYSCTL_INT(_debug_ddb_textdump, OID_AUTO, do_config, CTLFLAG_RW,
|