pccbb_intrhand_list
struct pccbb_intrhand_list *pil, *newpil;
newpil = (struct pccbb_intrhand_list *)
malloc(sizeof(struct pccbb_intrhand_list), M_DEVBUF, M_WAITOK);
struct pccbb_intrhand_list *pil, **pil_prev;
struct pccbb_intrhand_list *pil;
struct pccbb_intrhand_list *sc_pil;
struct pccbb_intrhand_list *pil_next;
struct pccbb_intrhand_list;