Home
last modified time | relevance | path

Searched refs:SYSCTL_VERS (Results 1 – 6 of 6) sorted by relevance

/minix3/lib/libc/gen/
H A Dsysctl.c265 else if (SYSCTL_VERS(node->sysctl_flags) == SYSCTL_VERS_1 && in user_sysctl()
289 (SYSCTL_VERS(node->sysctl_flags) < SYSCTL_VERS_1 || in user_sysctl()
H A Dsysctlgetmibinfo.c431 if (SYSCTL_VERS((*rnode)->sysctl_flags) != (uint32_t)v) in sysctlgetmibinfo_unlocked()
435 if (SYSCTL_VERS((*rnode)->sysctl_flags) != in sysctlgetmibinfo_unlocked()
/minix3/minix/servers/mib/
H A Dtree.c194 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()
/minix3/minix/tests/
H A Dtest87.c630 if (SYSCTL_VERS(scn[0].sysctl_flags) != SYSCTL_VERSION) e(0); in sub87b()
643 if (SYSCTL_VERS(scn[i].sysctl_flags) != SYSCTL_VERSION) e(0); in sub87b()
655 if (SYSCTL_VERS(scn[i].sysctl_flags) != SYSCTL_VERSION) e(0); in sub87b()
706 if (SYSCTL_VERS(scn[0].sysctl_flags) != SYSCTL_VERSION) e(0); in test87b()
758 if (SYSCTL_VERS(scn[0].sysctl_flags) != SYSCTL_VERSION) e(0); in test87b()
768 if (SYSCTL_VERS(scn[1].sysctl_flags) != SYSCTL_VERSION) e(0); in test87b()
778 if (SYSCTL_VERS(scn[2].sysctl_flags) != SYSCTL_VERSION) e(0); in test87b()
788 if (SYSCTL_VERS(scn[3].sysctl_flags) != SYSCTL_VERSION) e(0); in test87b()
797 if (SYSCTL_VERS(scn[4].sysctl_flags) != SYSCTL_VERSION) e(0); in test87b()
806 if (SYSCTL_VERS(scn[5].sysctl_flags) != SYSCTL_VERSION) e(0); in test87b()
[all …]
/minix3/minix/lib/libsys/
H A Drmib.c281 if (SYSCTL_VERS(scn.sysctl_flags) != SYSCTL_VERSION) in rmib_query()
427 if (SYSCTL_VERS(scn.sysctl_flags) != SYSCTL_VERSION) in rmib_describe()
/minix3/sys/sys/
H A Dsysctl.h134 #define SYSCTL_VERS(f) ((f) & SYSCTL_VERS_MASK) macro