Searched refs:pfcode (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/resolv/ |
H A D | res_debug.c | 153 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 D | res_send.c | 316 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY), in res_nsend() 496 ((statp->pfcode & RES_PRF_REPLY) && in res_nsend() 497 (statp->pfcode & RES_PRF_HEAD1)), in res_nsend() 501 (statp->pfcode & RES_PRF_REPLY), in res_nsend() 803 (statp->pfcode & RES_PRF_REPLY), in send_vc() 1014 (statp->pfcode & RES_PRF_REPLY), in send_dg() 1027 (statp->pfcode & RES_PRF_REPLY), in send_dg() 1057 (statp->pfcode & RES_PRF_REPLY), in send_dg() 1070 if (!statp->pfcode) in send_dg()
|
H A D | res_findzonecut.c | 191 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 D | res_init.c | 216 statp->pfcode = 0; in __res_vinit()
|
/freebsd/include/ |
H A D | resolv.h | 164 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 D | vmm_instruction_emul.c | 2082 int nlevels, pfcode, ptpshift, ptpindex, retval, usermode, writable; in _vm_gla2gpa() local 2138 pfcode = pf_error_code(usermode, prot, 0, in _vm_gla2gpa() 2140 vm_inject_pf(vcpu, pfcode, gla); in _vm_gla2gpa() 2195 pfcode = pf_error_code(usermode, prot, 0, pte); in _vm_gla2gpa() 2196 vm_inject_pf(vcpu, pfcode, gla); in _vm_gla2gpa() 2228 pfcode = pf_error_code(usermode, prot, 0, pte); in _vm_gla2gpa() 2229 vm_inject_pf(vcpu, pfcode, gla); in _vm_gla2gpa() 2245 pfcode = pf_error_code(usermode, prot, 1, in _vm_gla2gpa() 2247 vm_inject_pf(vcpu, pfcode, gla); in _vm_gla2gpa()
|