Home
last modified time | relevance | path

Searched refs:sysctl_req (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/sys/kern/
H A Dkern_sysctl.c126 static int sysctl_old_kernel(struct sysctl_req *, const void *, size_t);
127 static int sysctl_new_kernel(struct sysctl_req *, void *, size_t);
180 struct sysctl_req *req, struct rm_priotracker *tracker) in sysctl_root_handler_locked()
223 struct sysctl_req req; in sysctl_load_tunable_by_oid_locked()
1976 struct sysctl_req req2; in sysctl_handle_opaque()
2072 sysctl_old_kernel(struct sysctl_req *req, const void *p, size_t l) in sysctl_old_kernel()
2093 sysctl_new_kernel(struct sysctl_req *req, void *p, size_t l) in sysctl_new_kernel()
2109 struct sysctl_req req; in kernel_sysctl()
2177 sysctl_old_user(struct sysctl_req *req, const void *p, size_t l) in sysctl_old_user()
2215 sysctl_new_user(struct sysctl_req *req, void *p, size_t l) in sysctl_new_user()
[all …]
H A Dkern_boottrace.c446 struct sysctl_req *req) in _boottrace_sysctl()
H A Dvfs_init.c294 vfs_sysctl_sigdefer(struct mount *mp, fsctlop_t op, struct sysctl_req *req) in vfs_sysctl_sigdefer()
H A Dimgact_binmisc.c440 imgact_binmisc_get_all_entries(struct sysctl_req *req) in imgact_binmisc_get_all_entries()
H A Dkern_fail.c954 struct sysctl_req *sa; in fail_sysctl_drain_func()
/freebsd/sys/net/
H A Dif_llatbl.h40 struct sysctl_req;
151 struct sysctl_req *);
231 int lltable_sysctl_dumparp(int, struct sysctl_req *);
H A Diflib.h144 struct sysctl_req *iidi_req;
H A Dif_llatbl.c88 lltable_dump_af(struct lltable *llt, struct sysctl_req *wr) in lltable_dump_af()
111 lltable_sysctl_dumparp(int af, struct sysctl_req *wr) in lltable_sysctl_dumparp()
/freebsd/sys/dev/ntb/test/
H A Dntb_tool.c366 get_ubuf(struct sysctl_req *req, char *ubuf) in get_ubuf()
382 read_out(struct sysctl_req *req, uint64_t val) in read_out()
393 tool_fn_read(struct tool_ctx *tc, struct sysctl_req *req, in tool_fn_read()
406 struct sysctl_req *req, char *ubuf, uint64_t *val, bool db_mask_sflag, in tool_fn_write()
507 tool_mw_read_fn(struct sysctl_req *req, struct tool_mw *inmw, char *read_addr, in tool_mw_read_fn()
574 tool_mw_write_fn(struct sysctl_oid *oidp, struct sysctl_req *req, in tool_mw_write_fn()
891 tool_mw_trans_read(struct tool_mw *inmw, struct sysctl_req *req) in tool_mw_trans_read()
921 tool_mw_trans_write(struct sysctl_oid *oidp, struct sysctl_req *req, in tool_mw_trans_write()
/freebsd/sys/net/route/
H A Droute_var.h265 int nhops_dump_sysctl(struct rib_head *rh, struct sysctl_req *w);
305 int nhgrp_dump_sysctl(struct rib_head *rh, struct sysctl_req *w);
H A Dnhop.h172 struct sysctl_req;
H A Dnhop_ctl.c86 static int dump_nhop_entry(struct rib_head *rh, struct nhop_object *nh, struct sysctl_req *w);
1189 dump_nhop_entry(struct rib_head *rh, struct nhop_object *nh, struct sysctl_req *w) in dump_nhop_entry()
1274 nhops_dump_sysctl(struct rib_head *rh, struct sysctl_req *w) in nhops_dump_sysctl()
H A Dnhgrp_ctl.c835 char *buffer, size_t buffer_size, struct sysctl_req *w) in dump_nhgrp_entry()
939 nhgrp_dump_sysctl(struct rib_head *rh, struct sysctl_req *w) in nhgrp_dump_sysctl()
H A Dfib_algo.c435 print_algos_sysctl(struct sysctl_req *req, int family) in print_algos_sysctl()
1455 set_fib_algo(uint32_t fibnum, int family, struct sysctl_oid *oidp, struct sysctl_req *req) in set_fib_algo()
/freebsd/sys/sys/
H A Dsysctl.h143 intmax_t arg2, struct sysctl_req *req
159 struct sysctl_req { struct
165 int (*oldfunc)(struct sysctl_req *, const void *, size_t); argument
169 int (*newfunc)(struct sysctl_req *, void *, size_t); argument
1193 int *nindx, struct sysctl_req *req);
1196 int sysctl_wire_old_buffer(struct sysctl_req *req, size_t len);
1203 struct sysctl_req *);
H A Dmount.h778 struct sysctl_req;
814 struct sysctl_req *req);
H A Dstats.h90 struct sysctl_req;
756 struct sysctl_req *req);
/freebsd/sys/netinet/
H A Dtcp_syncache.h49 int syncache_pcblist(struct sysctl_req *);
/freebsd/sys/security/mac/
H A Dmac_system.c221 void *arg1, int arg2, struct sysctl_req *req) in mac_system_check_sysctl()
H A Dmac_framework.h83 struct sysctl_req;
438 void *arg1, int arg2, struct sysctl_req *req);
H A Dmac_policy.h99 struct sysctl_req;
504 struct sysctl_req *req);
/freebsd/sys/geom/
H A Dgeom_kern.c157 sysctl_kern_geom_confany(struct sysctl_req *req, g_event_t *func, size_t *hint) in sysctl_kern_geom_confany()
/freebsd/stand/kshim/
H A Dbsd_kernel.h58 struct sysctl_req { struct
62 uint32_t arg2, struct sysctl_req *req argument
/freebsd/sys/dev/hptmv/
H A Dhptproc.c54 typedef struct sysctl_req HPT_GET_INFO;
/freebsd/sys/security/mac_veriexec/
H A Dmac_veriexec.c468 void *arg1, int arg2, struct sysctl_req *req) in mac_veriexec_sysctl_check()

12