Lines Matching refs:sysctl_oid
125 static int sysctl_remove_oid_locked(struct sysctl_oid *oidp, int del,
130 static struct sysctl_oid *
133 struct sysctl_oid *oidp; in sysctl_find_oidname()
164 sysctl_root_handler_locked(struct sysctl_oid *oid, void *arg1, intmax_t arg2, in sysctl_root_handler_locked()
206 sysctl_load_tunable_by_oid_locked(struct sysctl_oid *oidp) in sysctl_load_tunable_by_oid_locked()
209 struct sysctl_oid *curr; in sysctl_load_tunable_by_oid_locked()
350 sysctl_search_oid(struct sysctl_oid **nodes, struct sysctl_oid *needle) in sysctl_search_oid()
381 sysctl_warn_reuse(const char *func, struct sysctl_oid *leaf) in sysctl_warn_reuse()
383 struct sysctl_oid *nodes[CTL_MAXNAME]; in sysctl_warn_reuse()
424 sysctl_register_oid(struct sysctl_oid *oidp) in sysctl_register_oid()
427 struct sysctl_oid *p; in sysctl_register_oid()
428 struct sysctl_oid *q; in sysctl_register_oid()
525 sysctl_register_disabled_oid(struct sysctl_oid *oidp) in sysctl_register_disabled_oid()
541 sysctl_enable_oid(struct sysctl_oid *oidp) in sysctl_enable_oid()
556 sysctl_unregister_oid(struct sysctl_oid *oidp) in sysctl_unregister_oid()
558 struct sysctl_oid *p; in sysctl_unregister_oid()
569 sysctl_oid, oid_link); in sysctl_unregister_oid()
659 sysctl_ctx_entry_add(struct sysctl_ctx_list *clist, struct sysctl_oid *oidp) in sysctl_ctx_entry_add()
674 sysctl_ctx_entry_find(struct sysctl_ctx_list *clist, struct sysctl_oid *oidp) in sysctl_ctx_entry_find()
694 sysctl_ctx_entry_del(struct sysctl_ctx_list *clist, struct sysctl_oid *oidp) in sysctl_ctx_entry_del()
720 sysctl_remove_oid(struct sysctl_oid *oidp, int del, int recurse) in sysctl_remove_oid()
731 sysctl_remove_name(struct sysctl_oid *parent, const char *name, in sysctl_remove_name()
734 struct sysctl_oid *p, *tmp; in sysctl_remove_name()
751 sysctl_remove_oid_locked(struct sysctl_oid *oidp, int del, int recurse) in sysctl_remove_oid_locked()
753 struct sysctl_oid *p, *tmp; in sysctl_remove_oid_locked()
824 struct sysctl_oid *
830 struct sysctl_oid *oidp; in sysctl_add_oid()
852 oidp = malloc(sizeof(struct sysctl_oid), M_SYSCTLOID, M_WAITOK|M_ZERO); in sysctl_add_oid()
880 sysctl_rename_oid(struct sysctl_oid *oidp, const char *name) in sysctl_rename_oid()
897 sysctl_move_oid(struct sysctl_oid *oid, struct sysctl_oid_list *parent) in sysctl_move_oid()
899 struct sysctl_oid *oidp; in sysctl_move_oid()
922 SET_DECLARE(sysctl_set, struct sysctl_oid);
927 struct sysctl_oid **oidp; in sysctl_register_all()
972 struct sysctl_oid *oidp; in sysctl_sysctl_debug_dump_node()
1040 struct sysctl_oid *oid; in sysctl_sysctl_name()
1115 sysctl_sysctl_next_node(struct sysctl_oid *oidp, int *name, unsigned int namelen, in sysctl_sysctl_next_node()
1198 struct sysctl_oid *oidp; in sysctl_sysctl_next_action()
1280 name2oid(char *name, int *oid, int *len, struct sysctl_oid **oidpp) in name2oid()
1282 struct sysctl_oid *oidp; in name2oid()
1323 struct sysctl_oid *op = NULL; in sysctl_sysctl_name2oid()
1370 struct sysctl_oid *oid; in sysctl_sysctl_oidfmt()
1402 struct sysctl_oid *oid; in sysctl_sysctl_oiddescr()
1431 struct sysctl_oid *oid; in sysctl_sysctl_oidlabel()
2107 sysctl_find_oid(int *name, u_int namelen, struct sysctl_oid **noid, in sysctl_find_oid()
2111 struct sysctl_oid *oid; in sysctl_find_oid()
2160 struct sysctl_oid *oid; in sysctl_root()
2467 static struct sysctl_oid *g_ddb_oid;
2678 db_sysctl(struct sysctl_oid *oidp, int *name, u_int namelen, in db_sysctl()
2724 struct sysctl_oid *oidp; in db_show_oid_name()
2745 db_oid_safe(const struct sysctl_oid *oidp) in db_oid_safe()
2760 db_show_oid(struct sysctl_oid *oidp, int *oid, size_t nlen, int flags) in db_show_oid()
2815 struct sysctl_oid *oidp; in db_show_sysctl_all()
2872 struct sysctl_oid *oidp; in db_sysctlbyname()