Searched refs:RES_INIT (Results 1 – 5 of 5) sorted by relevance
85 #define res_need_init() ((_nres.options & RES_INIT) == 0U)133 if (!(_nres.options & RES_INIT)) in res_init()
126 __FUNCTION__, gettid(), rt, (rt->_nres->options & RES_INIT) != 0); in _res_thread_get()
190 if ((statp->options & RES_INIT) != 0U) in __res_vinit()487 statp->options |= RES_INIT; in __res_vinit()651 statp->options &= ~RES_INIT; in res_ndestroy()
668 case RES_INIT: return "init"; in p_option()
245 #define RES_INIT 0x00000001 /* address initialized */ macro