Home
last modified time | relevance | path

Searched refs:pfcode (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_sendsigned.c101 nstatp->pfcode &= ~RES_PRF_REPLY; in res_nsendsigned()
117 ((statp->pfcode & RES_PRF_REPLY) && in res_nsendsigned()
118 (statp->pfcode & RES_PRF_HEAD1)), in res_nsendsigned()
122 (statp->pfcode & RES_PRF_REPLY), in res_nsendsigned()
127 Dprint(statp->pfcode & RES_PRF_REPLY, in res_nsendsigned()
131 Dprint(statp->pfcode & RES_PRF_REPLY, in res_nsendsigned()
153 ((statp->pfcode & RES_PRF_REPLY) && in res_nsendsigned()
154 (statp->pfcode & RES_PRF_HEAD1)), in res_nsendsigned()
158 (statp->pfcode & RES_PRF_REPLY), in res_nsendsigned()
162 Dprint(statp->pfcode & RES_PRF_REPLY, (stdout, ";; TSIG ok\n")); in res_nsendsigned()
H A Dres_debug.c177 sflag = (statp->pfcode & pflag); in do_section()
178 if (statp->pfcode && !sflag) in do_section()
195 (statp->pfcode & RES_PRF_HEAD1)) in do_section()
199 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section()
313 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode) in res_pquery()
317 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX)) in res_pquery()
319 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD2)) { in res_pquery()
338 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery()
348 if ((!statp->pfcode) || (statp->pfcode & in res_pquery()
H A Dres_send.c322 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY), in res_nsend()
488 ((statp->pfcode & RES_PRF_REPLY) && in res_nsend()
489 (statp->pfcode & RES_PRF_HEAD1)), in res_nsend()
493 (statp->pfcode & RES_PRF_REPLY), in res_nsend()
808 (statp->pfcode & RES_PRF_REPLY), in send_vc()
980 (statp->pfcode & RES_PRF_REPLY), in send_dg()
993 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1023 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1036 if (!statp->pfcode) in send_dg()
H A Dres_findzonecut.c186 save_pfcode = statp->pfcode; in res_findzonecut2()
187 statp->pfcode |= RES_PRF_HEAD2 | RES_PRF_HEAD1 | RES_PRF_HEADX | in res_findzonecut2()
212 statp->pfcode = save_pfcode; in res_findzonecut2()
H A Dres_init.c232 statp->pfcode = 0; in __res_vinit()
/illumos-gate/usr/src/head/
H A Dresolv.h200 uint_t pfcode; /* RES_PRF_ flags - see below. */ member
202 ulong_t pfcode; /* RES_PRF_ flags - see below. */ member
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_instruction_emul.c3094 int nlevels, pfcode; in _vm_gla2gpa() local
3148 pfcode = pf_error_code(usermode, prot, in _vm_gla2gpa()
3150 vm_inject_pf(vm, vcpuid, pfcode, gla); in _vm_gla2gpa()
3210 pfcode = pf_error_code(usermode, prot, 0, pte); in _vm_gla2gpa()
3211 vm_inject_pf(vm, vcpuid, pfcode, gla); in _vm_gla2gpa()
3245 pfcode = pf_error_code(usermode, prot, 0, pte); in _vm_gla2gpa()
3246 vm_inject_pf(vm, vcpuid, pfcode, gla); in _vm_gla2gpa()
3265 pfcode = pf_error_code(usermode, prot, in _vm_gla2gpa()
3267 vm_inject_pf(vm, vcpuid, pfcode, gla); in _vm_gla2gpa()