Searched refs:SYSCTL_VERS (Results 1 – 6 of 6) sorted by relevance
265 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()
431 if (SYSCTL_VERS((*rnode)->sysctl_flags) != (uint32_t)v) in sysctlgetmibinfo_unlocked()435 if (SYSCTL_VERS((*rnode)->sysctl_flags) != in sysctlgetmibinfo_unlocked()
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()
630 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 …]
281 if (SYSCTL_VERS(scn.sysctl_flags) != SYSCTL_VERSION) in rmib_query()427 if (SYSCTL_VERS(scn.sysctl_flags) != SYSCTL_VERSION) in rmib_describe()
134 #define SYSCTL_VERS(f) ((f) & SYSCTL_VERS_MASK) macro