HomeSort by relevance Sort by last modified time
    Searched defs:avfunc (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/sun/sys/
avintr.h 61 typedef uint_t (*avfunc)(caddr_t, caddr_t); typedef
63 typedef uint_t (*avfunc)(); typedef
73 avfunc av_vector;
98 extern int add_avintr(dev_info_t *, int, avfunc, caddr_t);
99 extern void rem_avintr(dev_info_t *, int, avfunc);
100 extern int settrap(dev_info_t *, int, avfunc);
  /onnv/onnv-gate/usr/src/uts/common/sys/
avintr.h 46 typedef uint_t (*avfunc)(caddr_t, caddr_t); typedef
48 typedef uint_t (*avfunc)(); typedef
90 extern int add_avintr(void *intr_id, int lvl, avfunc xxintr, char *name,
92 extern int add_nmintr(int lvl, avfunc nmintr, char *name, caddr_t arg);
93 extern int add_avsoftintr(void *intr_id, int lvl, avfunc xxintr,
95 extern int rem_avsoftintr(void *intr_id, int lvl, avfunc xxintr);
98 extern void rem_avintr(void *intr_id, int lvl, avfunc xxintr, int vect);

Completed in 2699 milliseconds