Home
last modified time | relevance | path

Searched refs:compat10 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dmakesyscalls.sh12 compat10=COMPAT_FREEBSD10
145 compat10 = \"$compat10\"
H A Dinit_sysent.c39 #define compat10(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd10_,name) macro
41 #define compat10(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys macro
100 …{ compat10(0,pipe), .sy_auevent = AUE_PIPE, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC…