Home
last modified time | relevance | path

Searched refs:sysctlnode (Results 1 – 16 of 16) sorted by relevance

/minix3/lib/libc/gen/
H A Dsysctlgetmibinfo.c66 static struct sysctlnode sysctl_mibroot = {
74 .sysctl_size = sizeof(struct sysctlnode),
83 static void free_children(struct sysctlnode *);
89 int __learn_tree(int *, u_int, struct sysctlnode *);
99 return (((const struct sysctlnode *)a)->sysctl_num - in compar()
100 ((const struct sysctlnode *)b)->sysctl_num); in compar()
107 free_children(struct sysctlnode *rnode) in free_children()
109 struct sysctlnode *node; in free_children()
133 struct sysctlnode *h, *i, *o, qnode; in relearnhead()
152 so = sysctl_mibroot.sysctl_clen * sizeof(struct sysctlnode); in relearnhead()
[all …]
H A Dsysctl.c67 static size_t __cvt_node_out(uint, const struct sysctlnode *, void **,
122 static const struct sysctlnode sysctl_usermib[] = { in user_sysctl()
249 const struct sysctlnode *node; in user_sysctl()
266 newlen == sizeof(struct sysctlnode)) in user_sysctl()
290 newlen != sizeof(struct sysctlnode))) in user_sysctl()
365 __cvt_node_out(uint v, const struct sysctlnode *n, void **o, size_t *l) in __cvt_node_out()
376 sz = sizeof(struct sysctlnode); in __cvt_node_out()
/minix3/sys/sys/
H A Dsysctl.h73 struct sysctlnode;
1099 extern struct sysctlnode sysctl_root;
1140 const int *, struct lwp *, const struct sysctlnode *
1145 const struct sysctlnode *rnode
1252 const struct sysctlnode **, int *);
1263 const struct sysctlnode **, const struct sysctlnode **,
1266 int sysctl_destroyv(struct sysctlnode *, ...);
1275 VERIFY_FN(CTLTYPE_NODE, struct sysctlnode);
1291 void sysctl_dump(const struct sysctlnode *);
1292 void sysctl_free(struct sysctlnode *);
[all …]
H A Dproc.h170 struct sysctlnode *e_sysctlovly;
/minix3/minix/usr.bin/trace/service/
H A Dmib.c411 static char sysctlbuf[sizeof(struct sysctlnode) * KERN_MAXID];
444 put_sysctl_imm(struct trace_proc * proc, struct sysctlnode * scn, int use_name) in put_sysctl_imm()
484 struct sysctlnode scn; in put_sysctl_query()
514 struct sysctlnode scn; in put_sysctl_create()
576 struct sysctlnode scn; in put_sysctl_destroy()
603 struct sysctlnode scn; in put_sysctl_describe()
639 struct sysctlnode scn; in put_sysctl_generic()
691 struct sysctlnode * scnp) in get_sysctl_node()
693 struct sysctlnode *scn, *escn, *fscn; in get_sysctl_node()
711 scn = (struct sysctlnode *)sysctlbuf; in get_sysctl_node()
[all …]
/minix3/sbin/sysctl/
H A Dsysctl.c116 int *, u_int, const struct sysctlnode *, \
119 int *name, u_int namelen, const struct sysctlnode *pnode, \
130 static void purge_tree(struct sysctlnode *);
131 static void print_tree(int *, u_int, struct sysctlnode *, u_int, int, regex_t *,
133 static void write_number(int *, u_int, struct sysctlnode *, char *);
134 static void write_string(int *, u_int, struct sysctlnode *, char *);
135 static void display_number(const struct sysctlnode *, const char *,
137 static void display_string(const struct sysctlnode *, const char *,
139 static void display_struct(const struct sysctlnode *, const char *,
147 static void getdesc1(int *, u_int, struct sysctlnode *);
[all …]
/minix3/libexec/ld.elf_so/
H A Dpaths.c416 struct sysctlnode query, *result, *newresult; in _rtld_sysctl()
422 res_size = 16 * sizeof(struct sysctlnode); in _rtld_sysctl()
454 n /= sizeof(struct sysctlnode); in _rtld_sysctl()
/minix3/tests/rump/rumpkern/
H A Dt_modcmd.c65 struct sysctlnode q, ans[256]; in disable_autoload()
/minix3/tests/net/if_loop/
H A Dt_pr.c118 struct sysctlnode q, ans[256]; in enable_locsums()
/minix3/minix/servers/mib/
H A Dtree.c94 struct sysctlnode scn; in mib_copyout_node()
183 struct sysctlnode scn; in mib_query()
492 struct sysctlnode scn; in mib_create()
844 struct sysctlnode scn; in mib_destroy()
976 struct sysctlnode scn; in mib_describe()
/minix3/sbin/init/
H A Dinit.c1814 struct sysctlnode node; in createsysctlnode()
1823 len = sizeof(struct sysctlnode); in createsysctlnode()
1840 len = sizeof(struct sysctlnode); in createsysctlnode()
1862 struct sysctlnode node; in shouldchroot()
1866 len = sizeof(struct sysctlnode); in shouldchroot()
/minix3/minix/tests/
H A Dtest87.c606 struct sysctlnode scn[32]; in sub87b()
675 struct sysctlnode scn[32]; in test87b()
948 create_node(const int * path, unsigned int pathlen, struct sysctlnode * tmpscn, in create_node()
951 struct sysctlnode scn, oldscn; in create_node()
986 struct sysctlnode scn; in destroy_node()
1007 struct sysctlnode * scn) in query_node()
1009 struct sysctlnode scnset[32]; in query_node()
1039 struct sysctlnode scn; in sub87c()
1088 struct sysctlnode scn, pscn, oldscn, newscn, tmpscn, scnset[32]; in test87c()
2012 struct sysctlnode scn; in sub87d()
[all …]
/minix3/minix/lib/libsys/
H A Drmib.c200 struct sysctlnode scn; in rmib_copyout_node()
271 struct sysctlnode scn; in rmib_query()
418 struct sysctlnode scn; in rmib_describe()
/minix3/sys/fs/udf/
H A Dudf_vfsops.c175 const struct sysctlnode *node; in udf_modcmd()
/minix3/sys/ufs/lfs/
H A Dulfs_dirhash.c1110 const struct sysctlnode *rnode, *cnode; in ulfsdirhash_sysctl_init()
/minix3/sys/ufs/ufs/
H A Dufs_dirhash.c1099 const struct sysctlnode *rnode, *cnode; in ufsdirhash_sysctl_init()