Symbol: _res
crypto/heimdal/base/heimbase.h
61
#define heim_builtin_expect(_op,_res) __builtin_expect(_op,_res)
crypto/heimdal/base/heimbase.h
63
#define heim_builtin_expect(_op,_res) (_op)
crypto/krb5/src/lib/krb5/os/dnsglue.c
108
((_res.defdname == NULL) ? NULL : strdup(_res.defdname))
crypto/openssh/openbsd-compat/getrrsetbyname.c
195
struct __res_state *_resp = _THREAD_PRIVATE(_res, _res, &_res);
crypto/openssh/openbsd-compat/getrrsetbyname.c
71
struct __res_state _res;
crypto/openssh/sshd.c
1981
if ((_res.options & RES_INIT) == 0) {
lib/libc/net/hesiod.c
354
if ((_res.options & RES_INIT) == 0 && res_init() == -1)
lib/libc/resolv/res_data.c
121
res_state statp = &_res;
lib/libc/resolv/res_data.c
138
res_state statp = &_res;
lib/libc/resolv/res_data.c
150
res_state statp = &_res;
lib/libc/resolv/res_data.c
165
res_state statp = &_res;
lib/libc/resolv/res_data.c
176
_res.qhook = hook;
lib/libc/resolv/res_data.c
181
_res.rhook = hook;
lib/libc/resolv/res_data.c
187
return (res_ourserver_p(&_res, inp));
lib/libc/resolv/res_data.c
192
res_state statp = &_res;
lib/libc/resolv/res_data.c
206
res_state statp = &_res;
lib/libc/resolv/res_data.c
218
res_nclose(&_res);
lib/libc/resolv/res_data.c
223
res_state statp = &_res;
lib/libc/resolv/res_data.c
238
res_state statp = &_res;
lib/libc/resolv/res_data.c
254
res_state statp = &_res;
lib/libc/resolv/res_data.c
267
res_state statp = &_res;
lib/libc/resolv/res_data.c
279
return (res_nopt(&_res, n0, buf, buflen, anslen));
lib/libc/resolv/res_data.c
286
return (res_hostalias(&_res, name, abuf, sizeof abuf));
lib/libc/resolv/res_data.c
295
statp = &_res;
lib/libc/resolv/res_data.c
78
res_state statp = &_res;
lib/libc/resolv/res_state.c
103
return res_check_reload(&_res);
lib/libc/resolv/res_state.c
107
return (&_res);
lib/libc/resolv/res_state.c
114
return (&_res);
lib/libc/resolv/res_state.c
121
return (&_res);
lib/libc/resolv/res_state.c
44
struct __res_state _res;
sys/amd64/vmm/intel/vmx.c
3026
(struct invept_desc){ .eptp = vmx->eptp, ._res = 0 });
sys/amd64/vmm/intel/vmx_cpufunc.h
199
uint64_t _res;
sys/dev/bnxt/bnxt_re/bnxt_re.h
388
#define BNXT_RE_DBR_LIST_ADD(_rdev, _res, _type) \
sys/dev/bnxt/bnxt_re/bnxt_re.h
391
list_add_tail(&(_res)->dbr_list, \
sys/dev/bnxt/bnxt_re/bnxt_re.h
396
#define BNXT_RE_DBR_LIST_DEL(_rdev, _res, _type) \
sys/dev/bnxt/bnxt_re/bnxt_re.h
399
list_del(&(_res)->dbr_list); \
sys/dev/enetc/enetc_hw.h
728
uint8_t _res;
sys/sys/runq.h
71
int _res = ffsl((long)(word)); /* Assumes two-complement. */ \
sys/sys/runq.h
72
MPASS(_res > 0); \
sys/sys/runq.h
73
_res - 1; \
tools/regression/gaithrstress/gaithrstress.c
105
if (_res.options & RES_INIT || res_init() == 0)
tools/regression/gaithrstress/gaithrstress.c
106
_res.options &= ~RES_DNSRCH;
usr.bin/w/w.c
190
if (!(_res.options & RES_INIT))
usr.bin/w/w.c
192
_res.retrans = 2; /* resolver timeout to 2 seconds per try */
usr.bin/w/w.c
193
_res.retry = 1; /* only try once.. */
usr.sbin/ypserv/yp_dnslookup.c
132
if (!(_res.options & RES_INIT) && res_init() == -1) {
usr.sbin/ypserv/yp_dnslookup.c
187
for (ns = 0; ns < _res.nscount; ns++) {
usr.sbin/ypserv/yp_dnslookup.c
189
(struct sockaddr *)&_res.nsaddr_list[ns],
usr.sbin/ypserv/yp_dnslookup.c
439
q->domain = _res.dnsrch;