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

  /src/sys/arch/evbmips/sbmips/
systemsw.h 51 void *(*s_intr_establish)(u_int, u_int, member in struct:systemsw
63 #define cpu_intr_establish(n,s,f,a) ((*systemsw.s_intr_establish)(n,s,f,a))
  /src/sys/arch/sbmips/include/
systemsw.h 53 void *(*s_intr_establish)(u_int, u_int, member in struct:systemsw
65 #define cpu_intr_establish(n,s,f,a) ((*systemsw.s_intr_establish)(n,s,f,a))

Completed in 11 milliseconds