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

/netbsd-6-1-5-RELEASE/usr.sbin/wsconscfg/
H A Dwsconscfg.c65 struct wsdisplay_addscreendata asd; local
77 asd.screentype = 0;
78 asd.emul = 0;
87 asd.emul = optarg;
109 asd.screentype = optarg;
153 asd.idx = idx;
154 if (ioctl(wsfd, WSDISPLAYIO_ADDSCREEN, &asd) == -1) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dattributes.h295 Attributes_section_data(const Attributes_section_data& asd) argument
301 new Vendor_object_attributes(*asd.vendor_object_attributes_[vendor]);
385 Output_attributes_section_data(const Attributes_section_data& asd) argument
386 : Output_section_data(1), attributes_section_data_(asd)
/netbsd-6-1-5-RELEASE/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.c317 struct wsdisplay_addscreendata *asd,
320 asd->screentype = (char *)NETBSD32PTR64(asd32->screentype);
321 asd->emul = (char *)NETBSD32PTR64(asd32->emul);
322 asd->idx = asd32->idx;
530 netbsd32_from_wsdisplay_addscreendata(struct wsdisplay_addscreendata *asd, argument
534 NETBSD32PTR32(asd32->screentype, asd->screentype);
535 NETBSD32PTR32(asd32->emul, asd->emul);
536 asd32->idx = asd->idx;
316 netbsd32_to_wsdisplay_addscreendata(struct netbsd32_wsdisplay_addscreendata *asd32, struct wsdisplay_addscreendata *asd, u_long cmd) argument
/netbsd-6-1-5-RELEASE/dist/pf/sbin/pfctl/
H A Dpfctl_parser.h77 int asd; /* anchor stack depth */ member in struct:pfctl
H A Dparse.y672 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++;
H A Dpfctl.c1398 pf.asd = 0;
/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dpf.c2526 int asd = 0; local
2583 pf_step_into_anchor(&asd, &ruleset, rs_num,
2587 pf_step_out_of_anchor(&asd, &ruleset, rs_num, &r,
3084 int asd = 0; local
3332 pf_step_into_anchor(&asd, &ruleset,
3335 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset,
3745 int asd = 0; local
3785 pf_step_into_anchor(&asd, &ruleset,
3788 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset,

Completed in 131 milliseconds