ser.c | 224 static int sermintr(void *); 303 if (intr_establish(1, USER_VEC, 0, (hw_ifun_t)sermintr, sc) == NULL) 305 if (intr_establish(2, USER_VEC, 0, (hw_ifun_t)sermintr, sc) == NULL) 307 if (intr_establish(14, USER_VEC, 0, (hw_ifun_t)sermintr, sc) == NULL) 1198 sermintr(void *arg) function in typeref:typename:int 1219 serstatus(sc, "sermintr ");
|