Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dsystm.h167 int suulong(user_addr_t addr, uint64_t ulongword);
/xnu-11417.121.6/bsd/vm/
H A Dvm_unix.c876 uint64_t ulongword; in fuulong() local
879 if (copyin(addr, (void *)&ulongword, sizeof(ulongword)) != 0) { in fuulong()
882 return ulongword; in fuulong()