| /minix3/lib/libc/gen/ |
| H A D | sysctlgetmibinfo.c | 66 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 D | sysctl.c | 67 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 D | sysctl.h | 73 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 D | proc.h | 170 struct sysctlnode *e_sysctlovly;
|
| /minix3/minix/usr.bin/trace/service/ |
| H A D | mib.c | 411 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 D | sysctl.c | 116 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 D | paths.c | 416 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 D | t_modcmd.c | 65 struct sysctlnode q, ans[256]; in disable_autoload()
|
| /minix3/tests/net/if_loop/ |
| H A D | t_pr.c | 118 struct sysctlnode q, ans[256]; in enable_locsums()
|
| /minix3/minix/servers/mib/ |
| H A D | tree.c | 94 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 D | init.c | 1814 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 D | test87.c | 606 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 D | rmib.c | 200 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 D | udf_vfsops.c | 175 const struct sysctlnode *node; in udf_modcmd()
|
| /minix3/sys/ufs/lfs/ |
| H A D | ulfs_dirhash.c | 1110 const struct sysctlnode *rnode, *cnode; in ulfsdirhash_sysctl_init()
|
| /minix3/sys/ufs/ufs/ |
| H A D | ufs_dirhash.c | 1099 const struct sysctlnode *rnode, *cnode; in ufsdirhash_sysctl_init()
|