Searched defs:compat6 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c31 #define compat6(n, name) n, (sy_call_t *)__CONCAT(freebsd6_,name) macro
33 #define compat6(n, name) 0, (sy_call_t *)nosys macro
[all...]
/freebsd-12-stable/sys/kern/
H A Dinit_sysent.c27 #define compat6(n, name) n, (sy_call_t *)__CONCAT(freebsd6_,name) macro
29 #define compat6(n, name) 0, (sy_call_t *)nosys macro
[all...]

Completed in 109 milliseconds