Home
last modified time | relevance | path

Searched refs:SYSCTL_VERSION (Results 1 – 17 of 17) sorted by relevance

/minix/lib/libc/gen/
H A Dsysconf.c297 NULL, NULL, NULL, SYSCTL_VERSION)) in __weak_alias()
302 NULL, NULL, NULL, SYSCTL_VERSION)) in __weak_alias()
307 NULL, NULL, NULL, SYSCTL_VERSION)) in __weak_alias()
312 NULL, NULL, NULL, SYSCTL_VERSION)) in __weak_alias()
317 &mib_len, NULL, NULL, NULL, SYSCTL_VERSION)) in __weak_alias()
322 &mib_len, NULL, NULL, NULL, SYSCTL_VERSION)) in __weak_alias()
327 NULL, NULL, NULL, SYSCTL_VERSION)) in __weak_alias()
386 NULL, NULL, NULL, SYSCTL_VERSION)) in __weak_alias()
391 NULL, NULL, NULL, SYSCTL_VERSION)) in __weak_alias()
396 NULL, NULL, NULL, SYSCTL_VERSION)) in __weak_alias()
[all …]
H A Dsysctl.c111 CTLTYPE_INT|SYSCTL_VERSION, \ in user_sysctl()
130 .sysctl_flags = SYSCTL_VERSION|CTLFLAG_PERMANENT| in user_sysctl()
371 #if (SYSCTL_VERSION != SYSCTL_VERS_1) in __cvt_node_out()
372 #error __cvt_node_out: no support for SYSCTL_VERSION in __cvt_node_out()
375 case SYSCTL_VERSION: in __cvt_node_out()
H A Dsysctlgetmibinfo.c73 .sysctl_flags = SYSCTL_VERSION|CTLFLAG_ROOT|CTLTYPE_NODE,
155 qnode.sysctl_flags = SYSCTL_VERSION; in relearnhead()
302 qnode.sysctl_flags = SYSCTL_VERSION; in __learn_tree()
424 if (v != SYSCTL_VERSION) in sysctlgetmibinfo_unlocked()
436 SYSCTL_VERSION) in sysctlgetmibinfo_unlocked()
H A Dsysctlnametomib.c68 SYSCTL_VERSION); in __weak_alias()
H A Dsysctlbyname.c63 SYSCTL_VERSION); in __weak_alias()
H A Dasysctl.c87 SYSCTL_VERSION)) { in asysctlbyname()
/minix/minix/tests/
H A Dtest87.c994 scn.sysctl_flags = SYSCTL_VERSION; in destroy_node()
2020 scn.sysctl_flags = SYSCTL_VERSION; in sub87d()
2094 scn.sysctl_flags = SYSCTL_VERSION; in test87d()
2150 scn.sysctl_flags = SYSCTL_VERSION; in test87d()
2294 scn.sysctl_flags = SYSCTL_VERSION; in describe_node()
2506 scn.sysctl_flags = SYSCTL_VERSION; in test87e()
2572 scn.sysctl_flags = SYSCTL_VERSION; in sub87f()
2712 scn.sysctl_flags = SYSCTL_VERSION; in test87f()
2886 scn.sysctl_flags = SYSCTL_VERSION; in test87f()
3326 scn.sysctl_flags = SYSCTL_VERSION; in check_version()
[all …]
/minix/minix/servers/mib/
H A Dtree.c107 scn.sysctl_flags = SYSCTL_VERSION | (node->node_flags & in mib_copyout_node()
194 if (SYSCTL_VERS(scn.sysctl_flags) != SYSCTL_VERSION) in mib_query()
536 if (SYSCTL_VERS(scn.sysctl_flags) != SYSCTL_VERSION) in mib_create()
862 if (SYSCTL_VERS(scn.sysctl_flags) != SYSCTL_VERSION) in mib_destroy()
987 if (SYSCTL_VERS(scn.sysctl_flags) != SYSCTL_VERSION) in mib_describe()
1583 if (SYSCTL_VERS(flags) != SYSCTL_VERSION || in mib_mount()
H A Dmib.h331 #if SYSCTL_VERSION != SYSCTL_VERS_1
/minix/tests/rump/rumpkern/
H A Dt_modcmd.c76 q.sysctl_flags = SYSCTL_VERSION; in disable_autoload()
/minix/minix/lib/libsys/
H A Drmib.c213 scn.sysctl_flags = SYSCTL_VERSION | in rmib_copyout_node()
281 if (SYSCTL_VERS(scn.sysctl_flags) != SYSCTL_VERSION) in rmib_query()
427 if (SYSCTL_VERS(scn.sysctl_flags) != SYSCTL_VERSION) in rmib_describe()
872 m.m_lsys_mib_register.flags = SYSCTL_VERSION | in rmib_send_reg()
/minix/tests/net/if_loop/
H A Dt_pr.c130 q.sysctl_flags = SYSCTL_VERSION; in enable_locsums()
/minix/sbin/sysctl/
H A Dsysctl.c252 .sysctl_flags = SYSCTL_VERSION|CTLFLAG_ROOT|CTLTYPE_NODE,
897 SYSCTL_VERSION) == -1) { in parse()
1415 node.sysctl_flags = SYSCTL_VERSION|flags|rw|type; in parse_create()
1442 gsname, &sz, NULL, SYSCTL_VERSION); in parse_create()
1490 SYSCTL_VERSION); in parse_destroy()
1497 node.sysctl_flags = SYSCTL_VERSION; in parse_destroy()
1539 SYSCTL_VERSION); in parse_describe()
1547 newdesc.sysctl_flags = SYSCTL_VERSION|CTLFLAG_OWNDESC; in parse_describe()
1597 node.sysctl_flags = SYSCTL_VERSION; in getdesc1()
/minix/sbin/init/
H A Dinit.c1827 node.sysctl_flags = SYSCTL_VERSION | CTLFLAG_READWRITE | in createsysctlnode()
1845 node.sysctl_flags = SYSCTL_VERSION | CTLFLAG_READWRITE | in createsysctlnode()
1876 node.sysctl_flags = SYSCTL_VERSION; in shouldchroot()
/minix/libexec/ld.elf_so/
H A Dpaths.c437 query.sysctl_flags = SYSCTL_VERSION; in _rtld_sysctl()
/minix/sys/sys/
H A Dsysctl.h133 #define SYSCTL_VERSION SYSCTL_VERS_1 macro
/minix/minix/usr.bin/trace/service/
H A Dmib.c415 FLAG_MASK(SYSCTL_VERS_MASK, SYSCTL_VERSION),