Home
last modified time | relevance | path

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

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