Home
last modified time | relevance | path

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

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