HomeSort by: relevance | last modified time | path
    Searched defs:sermintr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/atari/dev/
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 ");
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 ");

Completed in 22 milliseconds