HomeSort by: relevance | last modified time | path
    Searched refs:asd (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.sbin/wsconscfg/
wsconscfg.c 64 struct wsdisplay_addscreendata asd; local
76 asd.screentype = 0;
77 asd.emul = 0;
86 asd.emul = optarg;
108 asd.screentype = optarg;
152 asd.idx = idx;
153 if (ioctl(wsfd, WSDISPLAYIO_ADDSCREEN, &asd) == -1) {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
ptype-offsets.cc 152 struct asd struct
205 struct asd f;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
ptype-offsets.cc 152 struct asd struct
205 struct asd f;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
COFFDump.cpp 695 const coff_aux_section_definition *asd; local
697 coff->getAuxSymbol<coff_aux_section_definition>(SI + 1, asd))
700 int32_t AuxNumber = asd->getNumber(Symbol->isBigObj());
704 , unsigned(asd->Length)
705 , unsigned(asd->NumberOfRelocations)
706 , unsigned(asd->NumberOfLinenumbers)
707 , unsigned(asd->CheckSum))
710 , unsigned(asd->Selection));
  /src/sys/compat/netbsd32/
netbsd32_ioctl.c 457 struct wsdisplay_addscreendata *asd, u_long cmd)
460 asd->screentype = (char *)NETBSD32PTR64(asd32->screentype);
461 asd->emul = (char *)NETBSD32PTR64(asd32->emul);
462 asd->idx = asd32->idx;
962 netbsd32_from_wsdisplay_addscreendata(struct wsdisplay_addscreendata *asd,
966 NETBSD32PTR32(asd32->screentype, asd->screentype);
967 NETBSD32PTR32(asd32->emul, asd->emul);
968 asd32->idx = asd->idx;
  /src/dist/pf/sbin/pfctl/
pfctl_parser.h 77 int asd; /* anchor stack depth */ member in struct:pfctl
parse.y 672 pf->asd++;
681 pf->astack[pf->asd] = rs->anchor;
686 pf->asd--;
687 pf->anchor = pf->astack[pf->asd];
711 if (pf->astack[pf->asd + 1]) {
714 &pf->astack[pf->asd]->ruleset,
760 0, 0, 0, pf->astack[pf->asd + 1] ?
763 pf->astack[pf->asd + 1] = NULL;
4805 r->nr = pf->astack[pf->asd]->match++;
pfctl.c 1398 pf.asd = 0;
  /src/sys/dist/pf/net/
pf.c 2530 int asd = 0; local
2587 pf_step_into_anchor(&asd, &ruleset, rs_num,
2591 pf_step_out_of_anchor(&asd, &ruleset, rs_num, &r,
3086 int asd = 0; local
3334 pf_step_into_anchor(&asd, &ruleset,
3337 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset,
3747 int asd = 0; local
3787 pf_step_into_anchor(&asd, &ruleset,
3790 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset,

Completed in 28 milliseconds