Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_debug.c153 sflag = (statp->pfcode & pflag); in do_section()
154 if (statp->pfcode && !sflag) in do_section()
171 (statp->pfcode & RES_PRF_HEAD1)) in do_section()
175 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section()
289 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode) in res_pquery()
293 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX)) in res_pquery()
295 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD2)) { in res_pquery()
314 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery()
324 if ((!statp->pfcode) || (statp->pfcode & in res_pquery()
H A Dres_send.c311 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY), in res_nsend()
491 ((statp->pfcode & RES_PRF_REPLY) && in res_nsend()
492 (statp->pfcode & RES_PRF_HEAD1)), in res_nsend()
496 (statp->pfcode & RES_PRF_REPLY), in res_nsend()
798 (statp->pfcode & RES_PRF_REPLY), in send_vc()
1009 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1022 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1052 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1065 if (!statp->pfcode) in send_dg()
H A Dres_findzonecut.c191 save_pfcode = statp->pfcode; in res_findzonecut2()
192 statp->pfcode |= RES_PRF_HEAD2 | RES_PRF_HEAD1 | RES_PRF_HEADX | in res_findzonecut2()
217 statp->pfcode = save_pfcode; in res_findzonecut2()
H A Dres_init.c195 statp->pfcode = 0; in __res_vinit()
/freebsd/include/
H A Dresolv.h164 u_int pfcode; /*%< RES_PRF_ flags - see below. */ member
166 u_long pfcode; /*%< RES_PRF_ flags - see below. */ member
/freebsd/sys/amd64/vmm/
H A Dvmm_instruction_emul.c2068 int nlevels, pfcode, ptpshift, ptpindex, retval, usermode, writable; in _vm_gla2gpa() local
2124 pfcode = pf_error_code(usermode, prot, 0, in _vm_gla2gpa()
2126 vm_inject_pf(vcpu, pfcode, gla); in _vm_gla2gpa()
2181 pfcode = pf_error_code(usermode, prot, 0, pte); in _vm_gla2gpa()
2182 vm_inject_pf(vcpu, pfcode, gla); in _vm_gla2gpa()
2214 pfcode = pf_error_code(usermode, prot, 0, pte); in _vm_gla2gpa()
2215 vm_inject_pf(vcpu, pfcode, gla); in _vm_gla2gpa()
2231 pfcode = pf_error_code(usermode, prot, 1, in _vm_gla2gpa()
2233 vm_inject_pf(vcpu, pfcode, gla); in _vm_gla2gpa()