Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dsystm.h169 int suulong(user_addr_t addr, uint64_t ulongword);
/xnu-8020.101.4/bsd/vm/
H A Dvm_unix.c689 uint64_t ulongword; in fuulong() local
692 if (copyin(addr, (void *)&ulongword, sizeof(ulongword)) != 0) { in fuulong()
695 return ulongword; in fuulong()