Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
Dxcall.h40 #define XC_HIGHPRI_IPL(ipl) (XC_HIGHPRI | xc_encode_ipl(ipl))
58 unsigned int xc_encode_ipl(int);
/netbsd/src/sys/kern/
Dsubr_xcall.c194 xc_encode_ipl(int ipl) in xc_encode_ipl() function