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

  /src/usr.sbin/wsconscfg/
wsconscfg.c 64 struct wsdisplay_addscreendata asd; local in function:main
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/dist/pf/sbin/pfctl/
pfctl_parser.h 77 int asd; /* anchor stack depth */ member in struct:pfctl
  /src/sys/dist/pf/net/
pf.c 2530 int asd = 0; local in function:pf_match_translation
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 in function:pf_test_rule
3334 pf_step_into_anchor(&asd, &ruleset,
3337 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset,
3747 int asd = 0; local in function:pf_test_fragment
3787 pf_step_into_anchor(&asd, &ruleset,
3790 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset,

Completed in 44 milliseconds