Home
last modified time | relevance | path

Searched refs:compat_set (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/tools/syscalls/
H A Dconfig.lua51 compat_set = "native",
254 if config.compat_set ~= "" then
255 if not compat_option_sets[config.compat_set] then
257 config.compat_set)
260 config.compat_options = compat_option_sets[config.compat_set]
/freebsd/sys/arm64/linux/
H A Dsyscalls.conf10 compat_set=""
/freebsd/sys/amd64/linux/
H A Dsyscalls.conf10 compat_set=""
/freebsd/sys/amd64/linux32/
H A Dsyscalls.conf10 compat_set=""
/freebsd/sys/i386/linux/
H A Dsyscalls.conf10 compat_set=""
/freebsd/sys/tools/syscalls/examples/cpp/
H A Dsyscalls.conf11 compat_set=""
/freebsd/crypto/openssh/
H A Dmonitor.c163 static int compat_set = 0; variable
726 compat_set = 1; in mm_answer_setcompat()
747 if (!compat_set) in mm_answer_sign()
878 if (!compat_set) in mm_answer_pwnamallow()