Home
last modified time | relevance | path

Searched defs:fubyte (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dcopyinout.c418 REMAP(fubyte)(volatile const void *addr) in REMAP() argument
/freebsd/sys/i386/i386/
H A Dcopyout.c275 fubyte(volatile const void *base) in fubyte() function
/freebsd/sys/sys/
H A Dsystm.h365 #define fubyte(b) SAN_INTERCEPTOR(fubyte)((b)) macro