Home
last modified time | relevance | path

Searched refs:sulong (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/sys/ !
H A Dsystm.h165 int sulong(user_addr_t addr, int64_t longword);
214 #define susize(_a, _s) sulong((_a), (_s))
216 #define suptr(_a, _p) sulong((_a), (_p))
/xnu-8796.141.3/bsd/man/man9/ !
H A DMakefile32 sulong.9 \
/xnu-8796.141.3/bsd/vm/ !
H A Dvm_unix.c707 sulong(user_addr_t addr, int64_t word) in sulong() function