Lines Matching refs:sysctl_oid

112 static int	sysctl_remove_oid_locked(struct sysctl_oid *oidp, int del,
117 static struct sysctl_oid *
120 struct sysctl_oid *oidp; in sysctl_find_oidname()
151 sysctl_root_handler_locked(struct sysctl_oid *oid, void *arg1, intmax_t arg2, in sysctl_root_handler_locked()
187 sysctl_load_tunable_by_oid_locked(struct sysctl_oid *oidp) in sysctl_load_tunable_by_oid_locked()
190 struct sysctl_oid *curr; in sysctl_load_tunable_by_oid_locked()
338 sysctl_search_oid(struct sysctl_oid **nodes, struct sysctl_oid *needle) in sysctl_search_oid()
369 sysctl_warn_reuse(const char *func, struct sysctl_oid *leaf) in sysctl_warn_reuse()
371 struct sysctl_oid *nodes[CTL_MAXNAME]; in sysctl_warn_reuse()
411 sysctl_register_oid(struct sysctl_oid *oidp) in sysctl_register_oid()
414 struct sysctl_oid *p; in sysctl_register_oid()
415 struct sysctl_oid *q; in sysctl_register_oid()
512 sysctl_register_disabled_oid(struct sysctl_oid *oidp) in sysctl_register_disabled_oid()
528 sysctl_enable_oid(struct sysctl_oid *oidp) in sysctl_enable_oid()
543 sysctl_unregister_oid(struct sysctl_oid *oidp) in sysctl_unregister_oid()
545 struct sysctl_oid *p; in sysctl_unregister_oid()
556 sysctl_oid, oid_link); in sysctl_unregister_oid()
646 sysctl_ctx_entry_add(struct sysctl_ctx_list *clist, struct sysctl_oid *oidp) in sysctl_ctx_entry_add()
661 sysctl_ctx_entry_find(struct sysctl_ctx_list *clist, struct sysctl_oid *oidp) in sysctl_ctx_entry_find()
681 sysctl_ctx_entry_del(struct sysctl_ctx_list *clist, struct sysctl_oid *oidp) in sysctl_ctx_entry_del()
707 sysctl_remove_oid(struct sysctl_oid *oidp, int del, int recurse) in sysctl_remove_oid()
718 sysctl_remove_name(struct sysctl_oid *parent, const char *name, in sysctl_remove_name()
721 struct sysctl_oid *p, *tmp; in sysctl_remove_name()
739 sysctl_remove_oid_locked(struct sysctl_oid *oidp, int del, int recurse) in sysctl_remove_oid_locked()
741 struct sysctl_oid *p, *tmp; in sysctl_remove_oid_locked()
812 struct sysctl_oid *
818 struct sysctl_oid *oidp; in sysctl_add_oid()
840 oidp = malloc(sizeof(struct sysctl_oid), M_SYSCTLOID, M_WAITOK|M_ZERO); in sysctl_add_oid()
868 sysctl_rename_oid(struct sysctl_oid *oidp, const char *name) in sysctl_rename_oid()
885 sysctl_move_oid(struct sysctl_oid *oid, struct sysctl_oid_list *parent) in sysctl_move_oid()
887 struct sysctl_oid *oidp; in sysctl_move_oid()
910 SET_DECLARE(sysctl_set, struct sysctl_oid);
915 struct sysctl_oid **oidp; in sysctl_register_all()
951 struct sysctl_oid *oidp; in sysctl_sysctl_debug_dump_node()
1021 struct sysctl_oid *oid; in sysctl_sysctl_name()
1082 int *next, int *len, int level, struct sysctl_oid **oidpp) in sysctl_sysctl_next_ls()
1084 struct sysctl_oid *oidp; in sysctl_sysctl_next_ls()
1146 struct sysctl_oid *oid; in sysctl_sysctl_next()
1168 name2oid(char *name, int *oid, int *len, struct sysctl_oid **oidpp) in name2oid()
1170 struct sysctl_oid *oidp; in name2oid()
1211 struct sysctl_oid *op = NULL; in sysctl_sysctl_name2oid()
1258 struct sysctl_oid *oid; in sysctl_sysctl_oidfmt()
1287 struct sysctl_oid *oid; in sysctl_sysctl_oiddescr()
1312 struct sysctl_oid *oid; in sysctl_sysctl_oidlabel()
1912 sysctl_find_oid(int *name, u_int namelen, struct sysctl_oid **noid, in sysctl_find_oid()
1916 struct sysctl_oid *oid; in sysctl_find_oid()
1965 struct sysctl_oid *oid; in sysctl_root()