Searched defs:ua (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | copyout_shim.h | 59 #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 D | loose_ends.c | 666 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() 685 user_addr_t ua, vm_size_t nbytes) in copyio_user_validate()
|
| /xnu-8020.101.4/bsd/net/ |
| H A D | pf.c | 2183 u_int8_t u, sa_family_t af, sa_family_t afn, int ua) in pf_change_ap() 4922 int ua; in pf_test_rule() local 5964 int ua = (sk->af_lan == sk->af_gwy) ? 1 : 0; in pf_test_rule() local
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_exec.c | 4903 copyoutptr(user_addr_t ua, user_addr_t ptr, int ptr_size) in copyoutptr()
|