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

/freebsd-10.0-release/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp513 const coff_aux_section_definition *asd; local
514 if (error(coff->getAuxSymbol<coff_aux_section_definition>(i, asd)))
518 , unsigned(asd->Length)
519 , unsigned(asd->NumberOfRelocations)
520 , unsigned(asd->NumberOfLinenumbers)
521 , unsigned(asd->CheckSum))
523 , unsigned(asd->Number)
524 , unsigned(asd->Selection));
/freebsd-10.0-release/sbin/pfctl/
H A Dpfctl_parser.h78 int asd; /* anchor stack depth */ member in struct:pfctl
H A Dparse.y753 pf->asd++;
762 pf->astack[pf->asd] = rs->anchor;
767 pf->asd--;
768 pf->anchor = pf->astack[pf->asd];
793 if (pf->astack[pf->asd + 1]) {
796 &pf->astack[pf->asd]->ruleset,
892 pf->astack[pf->asd + 1] ? pf->alast->name : $2);
894 pf->astack[pf->asd + 1] = NULL;
5132 r->nr = pf->astack[pf->asd]->match++;
H A Dpfctl.c1454 pf.asd = 0;
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf_lb.c132 int asd = 0; local
191 pf_step_into_anchor(anchor_stack, &asd,
195 pf_step_out_of_anchor(anchor_stack, &asd, &ruleset,
H A Dpf.c2993 int asd = 0; local
3263 pf_step_into_anchor(anchor_stack, &asd,
3267 if (r == NULL && pf_step_out_of_anchor(anchor_stack, &asd,
3633 int asd = 0; local
3686 pf_step_into_anchor(anchor_stack, &asd,
3690 if (r == NULL && pf_step_out_of_anchor(anchor_stack, &asd,

Completed in 182 milliseconds