HomeSort by relevance Sort by last modified time
    Searched refs:av_softinfo (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/uts/i86pc/sys/
smp_impldefs.h 82 extern void (*setsoftint)(int, struct av_softinfo *);
85 extern void (*kdisetsoftint)(int, struct av_softinfo *);
  /onnv/onnv-gate/usr/src/uts/common/sys/
ddi_intr_impl.h 157 struct av_softinfo;
167 struct av_softinfo *ih_pending; /* whether softint is pending */
  /onnv/onnv-gate/usr/src/cmd/mdb/i86pc/modules/common/
intr_common.c 83 typedef struct av_softinfo { struct
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
mp_machdep.c 125 void (*kdisetsoftint)(int, struct av_softinfo *)=
126 (void (*)(int, struct av_softinfo *))return_instr;
127 void (*setsoftint)(int, struct av_softinfo *)=
128 (void (*)(int, struct av_softinfo *))return_instr;
    [all...]
ddi_impl.c 873 extern void (*setsoftint)(int, struct av_softinfo *);
874 extern boolean_t av_check_softint_pending(struct av_softinfo *, boolean_t);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
avintr.c 51 typedef struct av_softinfo { struct

Completed in 420 milliseconds