Home
last modified time | relevance | path

Searched refs:SYSLEAF_HIDDEN (Results 1 – 6 of 6) sorted by relevance

/openbsd/lib/libc/arch/alpha/
H A DSYS.h152 # define SYSLEAF_HIDDEN(x,e) __LEAF(_thread_sys_,x,e) macro
154 SYSLEAF_HIDDEN(x,e)
/openbsd/lib/libc/arch/alpha/sys/
H A Dsigsuspend.S33 SYSLEAF_HIDDEN(sigsuspend, 1)
H A Dsigprocmask.S33 SYSLEAF_HIDDEN(sigprocmask, 3)
/openbsd/lib/libc/arch/mips64/sys/
H A Dsigsuspend.S39 SYSLEAF_HIDDEN(sigsuspend, FRAMESZ)
H A Dsigprocmask.S39 SYSLEAF_HIDDEN(sigprocmask, FRAMESZ)
/openbsd/lib/libc/arch/mips64/
H A DSYS.h124 #define SYSLEAF_HIDDEN(x, sz) LEAF(_thread_sys_ ## x, sz) macro