Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/resolv/
H A Dres_debug.c157 sflag = (statp->pfcode & pflag); in do_section()
158 if (statp->pfcode && !sflag) in do_section()
175 (statp->pfcode & RES_PRF_HEAD1)) in do_section()
179 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section()
293 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode) in res_pquery()
297 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX)) in res_pquery()
299 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD2)) { in res_pquery()
318 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery()
328 if ((!statp->pfcode) || (statp->pfcode & in res_pquery()
H A Dres_send.c320 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY), in res_nsend()
500 ((statp->pfcode & RES_PRF_REPLY) && in res_nsend()
501 (statp->pfcode & RES_PRF_HEAD1)), in res_nsend()
505 (statp->pfcode & RES_PRF_REPLY), in res_nsend()
807 (statp->pfcode & RES_PRF_REPLY), in send_vc()
1018 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1031 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1061 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1074 if (!statp->pfcode) in send_dg()
H A Dres_findzonecut.c194 save_pfcode = statp->pfcode; in res_findzonecut2()
195 statp->pfcode |= RES_PRF_HEAD2 | RES_PRF_HEAD1 | RES_PRF_HEADX | in res_findzonecut2()
220 statp->pfcode = save_pfcode; in res_findzonecut2()
H A Dres_init.c220 statp->pfcode = 0; in __res_vinit()
/freebsd-14.2/include/
H A Dresolv.h165 u_int pfcode; /*%< RES_PRF_ flags - see below. */ member
167 u_long pfcode; /*%< RES_PRF_ flags - see below. */ member
/freebsd-14.2/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()