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

/freebsd-13-stable/lib/libc/resolv/
H A Dres_debug.c160 sflag = (statp->pfcode & pflag);
161 if (statp->pfcode && !sflag)
178 (statp->pfcode & RES_PRF_HEAD1))
182 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1))
296 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX) || rcode)
300 if ((!statp->pfcode) || (statp->pfcode & RES_PRF_HEADX))
302 if ((!statp->pfcode) || (statp->pfcode
[all...]
H A Dres_send.c323 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY),
503 ((statp->pfcode & RES_PRF_REPLY) &&
504 (statp->pfcode & RES_PRF_HEAD1)),
508 (statp->pfcode & RES_PRF_REPLY),
810 (statp->pfcode & RES_PRF_REPLY),
1021 (statp->pfcode & RES_PRF_REPLY),
1034 (statp->pfcode & RES_PRF_REPLY),
1064 (statp->pfcode & RES_PRF_REPLY),
1077 if (!statp->pfcode)
H A Dres_findzonecut.c197 save_pfcode = statp->pfcode;
198 statp->pfcode |= RES_PRF_HEAD2 | RES_PRF_HEAD1 | RES_PRF_HEADX |
223 statp->pfcode = save_pfcode;
H A Dres_init.c231 statp->pfcode = 0;
/freebsd-13-stable/include/
H A Dresolv.h147 * XXX: If `sun' is defined, `options' and `pfcode' are
165 u_int pfcode; /*%< RES_PRF_ flags - see below. */ member in struct:__res_state
167 u_long pfcode; /*%< RES_PRF_ flags - see below. */ member in struct:__res_state
260 * Resolver "pfcode" values. Used by dig.
/freebsd-13-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c2070 int nlevels, pfcode, ptpshift, ptpindex, retval, usermode, writable; local
2126 pfcode = pf_error_code(usermode, prot, 0,
2128 vm_inject_pf(vm, vcpuid, pfcode, gla);
2183 pfcode = pf_error_code(usermode, prot, 0, pte);
2184 vm_inject_pf(vm, vcpuid, pfcode, gla);
2216 pfcode = pf_error_code(usermode, prot, 0, pte);
2217 vm_inject_pf(vm, vcpuid, pfcode, gla);
2233 pfcode = pf_error_code(usermode, prot, 1,
2235 vm_inject_pf(vm, vcpuid, pfcode, gla);

Completed in 139 milliseconds