OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asd
(Results
1 - 6
of
6
) 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/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 26 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026