Searched refs:sysctl_req (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-13-stable/sys/net/
H A Dif_llatbl.h42 struct sysctl_req;
147 struct sysctl_req *);
216 int lltable_sysctl_dumparp(int, struct sysctl_req *);
H A Dif_llatbl.c88 lltable_dump_af(struct lltable *llt, struct sysctl_req *wr)
111 lltable_sysctl_dumparp(int af, struct sysctl_req *wr)
H A Diflib.h148 struct sysctl_req *iidi_req;
/freebsd-13-stable/sys/net/route/
H A Dnhop.h173 struct sysctl_req;
H A Droute_var.h264 int nhops_dump_sysctl(struct rib_head *rh, struct sysctl_req *w);
306 int nhgrp_dump_sysctl(struct rib_head *rh, struct sysctl_req *w);
H A Dnhop_ctl.c80 static int dump_nhop_entry(struct rib_head *rh, struct nhop_object *nh, struct sysctl_req *w);
806 dump_nhop_entry(struct rib_head *rh, struct nhop_object *nh, struct sysctl_req *w)
893 nhops_dump_sysctl(struct rib_head *rh, struct sysctl_req *w)
H A Dnhgrp_ctl.c701 char *buffer, size_t buffer_size, struct sysctl_req *w)
793 nhgrp_dump_sysctl(struct rib_head *rh, struct sysctl_req *w)
H A Dfib_algo.c436 print_algos_sysctl(struct sysctl_req *req, int family)
1454 set_fib_algo(uint32_t fibnum, int family, struct sysctl_oid *oidp, struct sysctl_req *req)
/freebsd-13-stable/sys/netinet/
H A Dtcp_syncache.h52 int syncache_pcblist(struct sysctl_req *);
/freebsd-13-stable/sys/kern/
H A Dkern_sysctl.c127 static int sysctl_old_kernel(struct sysctl_req *, const void *, size_t);
128 static int sysctl_new_kernel(struct sysctl_req *, void *, size_t);
165 struct sysctl_req *req, struct rm_priotracker *tracker)
208 struct sysctl_req req;
1827 struct sysctl_req req2;
1929 sysctl_old_kernel(struct sysctl_req *req, const void *p, size_t l)
1950 sysctl_new_kernel(struct sysctl_req *req, void *p, size_t l)
1966 struct sysctl_req req;
2034 sysctl_old_user(struct sysctl_req *req, const void *p, size_t l)
2072 sysctl_new_user(struct sysctl_req *re
[all...]
H A Dvfs_init.c297 vfs_sysctl_sigdefer(struct mount *mp, fsctlop_t op, struct sysctl_req *req)
H A Dimgact_binmisc.c408 imgact_binmisc_get_all_entries(struct sysctl_req *req)
/freebsd-13-stable/sys/geom/
H A Dgeom_kern.c160 sysctl_kern_geom_confany(struct sysctl_req *req, g_event_t *func, size_t *hint)
/freebsd-13-stable/sys/security/mac/
H A Dmac_system.c219 "struct sysctl_oid *", "struct sysctl_req *");
223 void *arg1, int arg2, struct sysctl_req *req)
H A Dmac_framework.h83 struct sysctl_req;
371 void *arg1, int arg2, struct sysctl_req *req);
H A Dmac_policy.h97 struct sysctl_req;
481 struct sysctl_req *req);
/freebsd-13-stable/sys/dev/ntb/test/
H A Dntb_tool.c369 get_ubuf(struct sysctl_req *req, char *ubuf)
385 read_out(struct sysctl_req *req, uint64_t val)
396 tool_fn_read(struct tool_ctx *tc, struct sysctl_req *req,
409 struct sysctl_req *req, char *ubuf, uint64_t *val, bool db_mask_sflag,
510 tool_mw_read_fn(struct sysctl_req *req, struct tool_mw *inmw, char *read_addr,
577 tool_mw_write_fn(struct sysctl_oid *oidp, struct sysctl_req *req,
894 tool_mw_trans_read(struct tool_mw *inmw, struct sysctl_req *req)
924 tool_mw_trans_write(struct sysctl_oid *oidp, struct sysctl_req *req,
/freebsd-13-stable/sys/sys/
H A Dsysctl.h152 intmax_t arg2, struct sysctl_req *req
154 /* definitions for sysctl_req 'lock' member */
158 /* definitions for sysctl_req 'flags' member */
167 struct sysctl_req { struct
173 int (*oldfunc)(struct sysctl_req *, const void *, size_t);
177 int (*newfunc)(struct sysctl_req *, void *, size_t);
1170 int *nindx, struct sysctl_req *req);
1173 int sysctl_wire_old_buffer(struct sysctl_req *req, size_t len);
1180 struct sysctl_req *);
H A Dmount.h741 struct sysctl_req;
776 struct sysctl_req *req);
H A Dstats.h92 struct sysctl_req;
758 struct sysctl_req *req);
/freebsd-13-stable/sys/security/mac_veriexec/
H A Dmac_veriexec.c431 void *arg1, int arg2, struct sysctl_req *req)
/freebsd-13-stable/stand/kshim/
H A Dbsd_kernel.h59 struct sysctl_req { struct
63 uint32_t arg2, struct sysctl_req *req
/freebsd-13-stable/sys/dev/hptmv/
H A Dhptproc.c56 typedef struct sysctl_req HPT_GET_INFO;
/freebsd-13-stable/sys/tests/fib_lookup/
H A Dfib_lookup.c125 add_addr_sysctl_handler(struct sysctl_oid *oidp, struct sysctl_req *req, int family)
/freebsd-13-stable/sys/dev/virtio/pci/
H A Dvirtio_pci.c943 vtpci_feature_sysctl(struct sysctl_req *req, struct vtpci_common *cn,

Completed in 342 milliseconds

12