Searched refs:compat12 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | makesyscalls.sh | 14 compat12=COMPAT_FREEBSD12 147 compat12 = \"$compat12\"
|
| H A D | init_sysent.c | 51 #define compat12(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd12_,name) macro 53 #define compat12(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys macro 540 …{ compat12(AS(freebsd12_shm_open_args),shm_open), .sy_auevent = AUE_SHMOPEN, .sy_flags = SYF_CAPEN… 567 …{ compat12(AS(freebsd12_closefrom_args),closefrom), .sy_auevent = AUE_CLOSEFROM, .sy_flags = SYF_C…
|