Home
last modified time | relevance | path

Searched defs:ka (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/osfmk/kern/
H A Dcopyout_shim.h59 #define CALL_COPYOUT_SHIM_NRML(ka, ua, nb) \ argument
62 #define CALL_COPYOUT_SHIM_MSG(ka, ua, nb) \ argument
65 #define CALL_COPYOUT_SHIM_PHYS(ka, ua, nb) \ argument
70 #define CALL_COPYOUT_SHIM_NRML(ka, ua, nb) argument
71 #define CALL_COPYOUT_SHIM_MSG(ka, ua, nb) argument
72 #define CALL_COPYOUT_SHIM_PHYS(ka, ua, nb) argument
/xnu-8020.101.4/osfmk/arm/
H A Dloose_ends.c666 copyin_validate(const user_addr_t ua, uintptr_t ka, vm_size_t nbytes) in copyin_validate()
672 copyin_user_validate(const user_addr_t ua, uintptr_t ka, vm_size_t nbytes) in copyin_user_validate()
678 copyout_validate(uintptr_t ka, const user_addr_t ua, vm_size_t nbytes) in copyout_validate()
/xnu-8020.101.4/bsd/netinet/
H A Dudp_usrreq.c1012 struct udp_keepalive_offload ka; in udp_ctloutput() local