av_softinfo
struct av_softinfo;
struct av_softinfo *ih_pending; /* whether softint is pending */
extern void (*setsoftint)(int, struct av_softinfo *);
extern boolean_t av_check_softint_pending(struct av_softinfo *, boolean_t);
void (*kdisetsoftint)(int, struct av_softinfo *)=
(void (*)(int, struct av_softinfo *))return_instr;
void (*setsoftint)(int, struct av_softinfo *)=
(void (*)(int, struct av_softinfo *))return_instr;
extern void (*setsoftint)(int, struct av_softinfo *);
extern void (*kdisetsoftint)(int, struct av_softinfo *);