Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libc/resolv/
HDres_debug.c158 sflag = (statp->pfcode & pflag); in do_section()
159 if (statp->pfcode && !sflag) in do_section()
176 (statp->pfcode & RES_PRF_HEAD1)) in do_section()
180 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section()
294 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode) in res_pquery()
298 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX)) in res_pquery()
300 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD2)) { in res_pquery()
319 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery()
329 if ((!statp->pfcode) || (statp->pfcode & in res_pquery()
HDres_send.c321 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY), in res_nsend()
501 ((statp->pfcode & RES_PRF_REPLY) && in res_nsend()
502 (statp->pfcode & RES_PRF_HEAD1)), in res_nsend()
506 (statp->pfcode & RES_PRF_REPLY), in res_nsend()
808 (statp->pfcode & RES_PRF_REPLY), in send_vc()
1019 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1032 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1062 (statp->pfcode & RES_PRF_REPLY), in send_dg()
1075 if (!statp->pfcode) in send_dg()
HDres_findzonecut.c195 save_pfcode = statp->pfcode; in res_findzonecut2()
196 statp->pfcode |= RES_PRF_HEAD2 | RES_PRF_HEAD1 | RES_PRF_HEADX | in res_findzonecut2()
221 statp->pfcode = save_pfcode; in res_findzonecut2()
HDres_init.c229 statp->pfcode = 0; in __res_vinit()
/freebsd-11-stable/include/
HDresolv.h163 u_int pfcode; /*%< RES_PRF_ flags - see below. */ member
165 u_long pfcode; /*%< RES_PRF_ flags - see below. */ member
/freebsd-11-stable/sys/amd64/vmm/
HDvmm_instruction_emul.c1958 int nlevels, pfcode, ptpshift, ptpindex, retval, usermode, writable; in vm_gla2gpa() local
2012 pfcode = pf_error_code(usermode, prot, 0, in vm_gla2gpa()
2014 vm_inject_pf(vm, vcpuid, pfcode, gla); in vm_gla2gpa()
2067 pfcode = pf_error_code(usermode, prot, 0, pte); in vm_gla2gpa()
2068 vm_inject_pf(vm, vcpuid, pfcode, gla); in vm_gla2gpa()
2094 pfcode = pf_error_code(usermode, prot, 0, pte); in vm_gla2gpa()
2095 vm_inject_pf(vm, vcpuid, pfcode, gla); in vm_gla2gpa()
2109 pfcode = pf_error_code(usermode, prot, 1, pte); in vm_gla2gpa()
2110 vm_inject_pf(vm, vcpuid, pfcode, gla); in vm_gla2gpa()