Home
last modified time | relevance | path

Searched refs:intrmask_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dsystm.h452 static __inline intrmask_t splhigh(void) { return 0; } in splhigh()
453 static __inline intrmask_t splimp(void) { return 0; } in splimp()
454 static __inline intrmask_t splnet(void) { return 0; } in splnet()
455 static __inline intrmask_t spltty(void) { return 0; } in spltty()
456 static __inline void splx(intrmask_t ipl __unused) { return; } in splx()
H A Dtypes.h287 typedef __uint32_t intrmask_t; /* Interrupt mask (spl, xxx_imask...) */ typedef