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

/freebsd-10-stable/lib/libc/resolv/
H A Dres_debug.c159 sflag = (statp->pfcode & pflag);
160 if (statp->pfcode && !sflag)
177 (statp->pfcode & RES_PRF_HEAD1))
181 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1))
295 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode)
299 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX))
301 if ((!statp->pfcode) || (statp->pfcode
[all...]
H A Dres_send.c322 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY),
502 ((statp->pfcode & RES_PRF_REPLY) &&
503 (statp->pfcode & RES_PRF_HEAD1)),
507 (statp->pfcode & RES_PRF_REPLY),
812 (statp->pfcode & RES_PRF_REPLY),
1023 (statp->pfcode & RES_PRF_REPLY),
1036 (statp->pfcode & RES_PRF_REPLY),
1066 (statp->pfcode & RES_PRF_REPLY),
1079 if (!statp->pfcode)
H A Dres_findzonecut.c195 save_pfcode = statp->pfcode;
196 statp->pfcode |= RES_PRF_HEAD2 | RES_PRF_HEAD1 | RES_PRF_HEADX |
221 statp->pfcode = save_pfcode;
H A Dres_init.c230 statp->pfcode = 0;
/freebsd-10-stable/include/
H A Dresolv.h145 * XXX: If `sun' is defined, `options' and `pfcode' are
163 u_int pfcode; /*%< RES_PRF_ flags - see below. */ member in struct:__res_state
165 u_long pfcode; /*%< RES_PRF_ flags - see below. */ member in struct:__res_state
258 * Resolver "pfcode" values. Used by dig.
/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1693 int nlevels, pfcode, ptpshift, ptpindex, retval, usermode, writable; local
1747 pfcode = pf_error_code(usermode, prot, 0,
1749 vm_inject_pf(vm, vcpuid, pfcode, gla);
1802 pfcode = pf_error_code(usermode, prot, 0, pte);
1803 vm_inject_pf(vm, vcpuid, pfcode, gla);
1829 pfcode = pf_error_code(usermode, prot, 0, pte);
1830 vm_inject_pf(vm, vcpuid, pfcode, gla);
1844 pfcode = pf_error_code(usermode, prot, 1, pte);
1845 vm_inject_pf(vm, vcpuid, pfcode, gla);

Completed in 78 milliseconds