Searched refs:_pi (Results 1 – 2 of 2) sorted by relevance
60 struct prop_info* _pi; member73 rt->_pi = (struct prop_info*) __system_property_find("net.change"); in _res_thread_alloc()74 if (rt->_pi) { in _res_thread_alloc()75 rt->_serial = __system_property_serial(rt->_pi); in _res_thread_alloc()125 __FUNCTION__, gettid(), rt, rt->_pi, rt->_serial); in _res_thread_get()126 if (rt->_pi == NULL) { in _res_thread_get()131 rt->_pi = (struct prop_info*) __system_property_find("net.change"); in _res_thread_get()132 if (rt->_pi == NULL) { in _res_thread_get()139 if (rt->_serial == __system_property_serial(rt->_pi)) { in _res_thread_get()146 rt->_serial = __system_property_serial(rt->_pi); in _res_thread_get()
97 __LIBC_HIDDEN__ int __system_property_read_compat(const prop_info *_pi, char *name, char *value) in __system_property_read_compat() argument100 const prop_info_compat *pi = (const prop_info_compat *)_pi; in __system_property_read_compat()