Searched refs:uaddr (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/kernel/uapi/linux/ |
D | vhost_types.h | 45 __u64 uaddr; member
|
D | kvm.h | 1124 __u64 uaddr; member 1136 __u64 uaddr; member
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 837 const u_char *uaddr = (const u_char *)addr; in android_gethostbyaddrfornetcontext_real() local 859 uaddr += NS_IN6ADDRSZ - NS_INADDRSZ; in android_gethostbyaddrfornetcontext_real() 860 addr = uaddr; in android_gethostbyaddrfornetcontext_real() 887 default_dns_files, uaddr, len, af, netcontext) != NS_SUCCESS) in android_gethostbyaddrfornetcontext_real() 1205 const unsigned char *uaddr; in _dns_gethtbyaddr() local 1215 uaddr = va_arg(ap, unsigned char *); in _dns_gethtbyaddr() 1223 (uaddr[3] & 0xff), (uaddr[2] & 0xff), in _dns_gethtbyaddr() 1224 (uaddr[1] & 0xff), (uaddr[0] & 0xff)); in _dns_gethtbyaddr() 1232 uaddr[n] & 0xf, in _dns_gethtbyaddr() 1233 ((unsigned int)uaddr[n] >> 4) & 0xf); in _dns_gethtbyaddr() [all …]
|
/bionic/libc/ |
D | SECCOMP_WHITELIST_COMMON.TXT | 33 int futex:futex(int *uaddr, int futex_op, int val, const struct timespec *timeout, int *uaddr2, int…
|