Searched refs:rt (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/dns/resolv/ |
D | res_state.c | 61 _res_thread* rt = calloc(1, sizeof(*rt)); in _res_thread_alloc() local 63 if (rt) { in _res_thread_alloc() 64 rt->_h_errno = 0; in _res_thread_alloc() 65 memset(rt->_rstatic, 0, sizeof rt->_rstatic); in _res_thread_alloc() 67 return rt; in _res_thread_alloc() 87 _res_thread* rt = _rt; in _res_thread_free() local 89 D("%s: rt=%p for thread=%d", __FUNCTION__, rt, gettid()); in _res_thread_free() 91 _res_static_done(rt->_rstatic); in _res_thread_free() 92 res_ndestroy(rt->_nres); in _res_thread_free() 93 free(rt); in _res_thread_free() [all …]
|
D | res_cache.c | 2025 int rt = getaddrinfo(servers[i], sbuf, &hints, &nsaddrinfo[i]); in _resolv_set_nameservers_for_net() local 2026 if (rt != 0) { in _resolv_set_nameservers_for_net() 2031 XLOG("%s: getaddrinfo(%s)=%s", __FUNCTION__, servers[i], gai_strerror(rt)); in _resolv_set_nameservers_for_net()
|
/bionic/libc/kernel/uapi/asm-mips/asm/ |
D | inst.h | 750 …e : 6, __BITFIELD_FIELD(unsigned int rs : 5, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIEL… 754 …e : 6, __BITFIELD_FIELD(unsigned int rs : 5, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIEL… 762 …e : 6, __BITFIELD_FIELD(unsigned int rs : 5, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIEL… 766 …e : 6, __BITFIELD_FIELD(unsigned int rs : 5, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIEL… 770 …e : 6, __BITFIELD_FIELD(unsigned int rs : 5, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIEL… 778 …e : 6, __BITFIELD_FIELD(unsigned int rs : 5, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIEL… 782 … : 1, __BITFIELD_FIELD(unsigned int fmt : 4, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIEL… 810 …e : 6, __BITFIELD_FIELD(unsigned int rs : 5, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIEL… 826 …e : 6, __BITFIELD_FIELD(unsigned int op : 5, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIEL… 830 …__BITFIELD_FIELD(unsigned int opcode : 6, __BITFIELD_FIELD(unsigned int rt : 5, __BITFIELD_FIELD(u… [all …]
|
/bionic/libc/kernel/uapi/linux/ |
D | cdrom.h | 578 __u8 rt : 1; member 595 __u8 rt : 1; member
|
/bionic/linker/ |
D | Android.bp | 90 "rt.cpp",
|