OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USER_VEC
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/arch/atari/atari/
intr.c
79
* - AUTO_VEC (mutually exclusive with
USER_VEC
)
81
* -
USER_VEC
(mutually exclusive with AUTO_VEC)
126
switch (type & (AUTO_VEC|
USER_VEC
)) {
136
case
USER_VEC
:
225
switch (ih->ih_type & (AUTO_VEC|
USER_VEC
)) {
232
case
USER_VEC
:
/src/sys/arch/atari/include/
intr.h
101
#define
USER_VEC
0x0002 /* We're dealing with an user-vector */
/src/sys/arch/atari/isa/
isa_hades.c
170
ihand = intr_establish((slot == 0) ? 3 : 15,
USER_VEC
, 0,
/src/sys/arch/atari/dev/
zs.c
357
if (intr_establish(36,
USER_VEC
, 0, (hw_ifun_t)zshard, sc) == NULL)
360
if (intr_establish(32,
USER_VEC
, 0, (hw_ifun_t)zshard, sc) == NULL)
363
if (intr_establish(34,
USER_VEC
, 0, (hw_ifun_t)zshard, sc) == NULL)
366
if (intr_establish(38,
USER_VEC
, 0, (hw_ifun_t)zshard, sc) == NULL)
369
if (intr_establish(44,
USER_VEC
, 0, (hw_ifun_t)zshard, sc) == NULL)
372
if (intr_establish(40,
USER_VEC
, 0, (hw_ifun_t)zshard, sc) == NULL)
375
if (intr_establish(42,
USER_VEC
, 0, (hw_ifun_t)zshard, sc) == NULL)
378
if (intr_establish(46,
USER_VEC
, 0, (hw_ifun_t)zshard, sc) == NULL)
dma.c
100
if (intr_establish(7,
USER_VEC
, 0, cdmaint, NULL) == NULL)
ser.c
303
if (intr_establish(1,
USER_VEC
, 0, (hw_ifun_t)sermintr, sc) == NULL)
305
if (intr_establish(2,
USER_VEC
, 0, (hw_ifun_t)sermintr, sc) == NULL)
307
if (intr_establish(14,
USER_VEC
, 0, (hw_ifun_t)sermintr, sc) == NULL)
309
if (intr_establish(9,
USER_VEC
, 0, (hw_ifun_t)sertrintr, sc) == NULL)
311
if (intr_establish(10,
USER_VEC
, 0, (hw_ifun_t)sertrintr, sc) == NULL)
313
if (intr_establish(11,
USER_VEC
, 0, (hw_ifun_t)sertrintr, sc) == NULL)
315
if (intr_establish(12,
USER_VEC
, 0, (hw_ifun_t)sertrintr, sc) == NULL)
lpt.c
177
if (intr_establish(0,
USER_VEC
, 0, (hw_ifun_t)lpthwintr, sc) == NULL)
hdfd.c
447
if (intr_establish(22,
USER_VEC
|FAST_VEC, 0,
/src/sys/arch/atari/pci/
pci_hades.c
171
ihand = intr_establish((slot == 3) ? 23 : 16 + slot,
USER_VEC
, 0,
/src/sys/arch/atari/vme/
if_we_vme.c
384
wsc->sc_ih = intr_establish(SMCTT_VECTOR - 64,
USER_VEC
, 0,
if_le_vme.c
461
if ((lesc->sc_intr = intr_establish(64,
USER_VEC
, 0,
Completed in 21 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025