Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/resolv/
H A Dres_debug.c160 sflag = (statp->pfcode & pflag); in do_section()
161 if (statp->pfcode && !sflag) in do_section()
178 (statp->pfcode & RES_PRF_HEAD1)) in do_section()
182 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section()
296 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode) in res_pquery()
300 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX)) in res_pquery()
302 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD2)) { in res_pquery()
321 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery()
331 if ((!statp->pfcode) || (statp->pfcode & in res_pquery()
H A Dres_send.c323 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY), in res_nsend()
503 ((statp->pfcode & RES_PRF_REPLY) && in res_nsend()
504 (statp->pfcode & RES_PRF_HEAD1)), in res_nsend()
508 (statp->pfcode & RES_PRF_REPLY), in res_nsend()
810 (statp->pfcode & RES_PRF_REPLY), in send_vc()
1021 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1034 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1064 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1077 if (!statp->pfcode) in send_dg()
H A Dres_findzonecut.c197 save_pfcode = statp->pfcode; in res_findzonecut2()
198 statp->pfcode |= RES_PRF_HEAD2 | RES_PRF_HEAD1 | RES_PRF_HEADX | in res_findzonecut2()
223 statp->pfcode = save_pfcode; in res_findzonecut2()
H A Dres_init.c231 statp->pfcode = 0; in __res_vinit()
/freebsd-12.1/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-12.1/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1960 int nlevels, pfcode, ptpshift, ptpindex, retval, usermode, writable; in _vm_gla2gpa() local
2016 pfcode = pf_error_code(usermode, prot, 0, in _vm_gla2gpa()
2018 vm_inject_pf(vm, vcpuid, pfcode, gla); in _vm_gla2gpa()
2073 pfcode = pf_error_code(usermode, prot, 0, pte); in _vm_gla2gpa()
2074 vm_inject_pf(vm, vcpuid, pfcode, gla); in _vm_gla2gpa()
2102 pfcode = pf_error_code(usermode, prot, 0, pte); in _vm_gla2gpa()
2103 vm_inject_pf(vm, vcpuid, pfcode, gla); in _vm_gla2gpa()
2119 pfcode = pf_error_code(usermode, prot, 1, in _vm_gla2gpa()
2121 vm_inject_pf(vm, vcpuid, pfcode, gla); in _vm_gla2gpa()