awacs.c | 308 int cirq, oirq, iirq, cirq_type, oirq_type, iirq_type; local in function:awacs_attach 348 cirq_type = intr[1] ? IST_LEVEL : IST_EDGE; 355 cirq_type = ca->ca_intr[1] ? IST_LEVEL : IST_EDGE; 362 cirq_type = oirq_type = iirq_type = IST_EDGE; 367 intr_establish_xname(cirq, cirq_type, IPL_BIO, awacs_status_intr, sc,
|