OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:needpsl
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amiga/dev/
com_supio.c
122
u_int16_t
needpsl
;
local in function:com_supio_attach
145
needpsl
= PSL_S | (supa->supio_ipl << 8);
147
if (ipl2spl_table[IPL_SERIAL] <
needpsl
) {
149
"from 0x%x to 0x%x\n", ipl2spl_table[IPL_SERIAL],
needpsl
);
150
ipl2spl_table[IPL_SERIAL] =
needpsl
;
gvpio.c
105
u_int16_t
needpsl
;
local in function:gvpioattach
140
needpsl
= PSL_S|PSL_IPL6;
141
if (ipl2spl_table[IPL_SERIAL] <
needpsl
) {
145
needpsl
);
146
ipl2spl_table[IPL_SERIAL] =
needpsl
;
Completed in 12 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025