Searched refs:sysctl_handle_32 (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | ip_fw_nat64.c | 67 error = sysctl_handle_32(oidp, &value, 0, req); in sysctl_direct_output()
|
| /f-stack/freebsd/sys/ |
| H A D | sysctl.h | 212 int sysctl_handle_32(SYSCTL_HANDLER_ARGS); 505 ptr, val, sysctl_handle_32, "I", descr); \ 517 __ptr, val, sysctl_handle_32, "I", __DESCR(descr), NULL); \ 525 ptr, val, sysctl_handle_32, "IU", descr); \ 537 __ptr, val, sysctl_handle_32, "IU", __DESCR(descr), NULL); \
|
| /f-stack/freebsd/net/route/ |
| H A D | route_tables.c | 129 error = sysctl_handle_32(oidp, &new_fibs, 0, req); in sysctl_fibs()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_dynamic.c | 395 error = sysctl_handle_32(oidp, &nstates, 0, req); in sysctl_dyn_max() 412 error = sysctl_handle_32(oidp, &nstates, 0, req); in sysctl_dyn_parent_max() 429 error = sysctl_handle_32(oidp, &nbuckets, 0, req); in sysctl_dyn_buckets()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_sysctl.c | 1568 sysctl_handle_32(SYSCTL_HANDLER_ARGS) in sysctl_handle_32() function 2520 sysctl_handle_32,
|