Home
last modified time | relevance | path

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

/trueos/lib/libc/resolv/
HDres_debug.c159 sflag = (statp->pfcode & pflag); in do_section()
160 if (statp->pfcode && !sflag) in do_section()
177 (statp->pfcode & RES_PRF_HEAD1)) in do_section()
181 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1)) in do_section()
295 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode) in res_pquery()
299 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX)) in res_pquery()
301 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD2)) { in res_pquery()
320 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEAD1)) { in res_pquery()
330 if ((!statp->pfcode) || (statp->pfcode & in res_pquery()
HDres_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()
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()
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.c227 statp->pfcode = 0; in __res_vinit()
/trueos/sys/amd64/vmm/
HDvmm_instruction_emul.c1245 int nlevels, pfcode, ptpshift, ptpindex, retval, usermode, writable; in vmm_gla2gpa() local
1296 pfcode = pf_error_code(usermode, prot, 0, in vmm_gla2gpa()
1298 vm_inject_pf(vm, vcpuid, pfcode, gla); in vmm_gla2gpa()
1350 pfcode = pf_error_code(usermode, prot, 0, pte); in vmm_gla2gpa()
1351 vm_inject_pf(vm, vcpuid, pfcode, gla); in vmm_gla2gpa()
1377 pfcode = pf_error_code(usermode, prot, 0, pte); in vmm_gla2gpa()
1378 vm_inject_pf(vm, vcpuid, pfcode, gla); in vmm_gla2gpa()
1392 pfcode = pf_error_code(usermode, prot, 1, pte); in vmm_gla2gpa()
1393 vm_inject_pf(vm, vcpuid, pfcode, gla); in vmm_gla2gpa()
/trueos/include/
HDresolv.h163 u_int pfcode; /*%< RES_PRF_ flags - see below. */ member
165 u_long pfcode; /*%< RES_PRF_ flags - see below. */ member