Home
last modified time | relevance | path

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

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