Home
last modified time | relevance | path

Searched refs:XP_ACQ_EXCL (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/luna68k/dev/
H A Dxpbus.c149 if (before & XP_ACQ_EXCL) in xp_acquire()
168 after = before & ~(1 << xplx_devid) & ~XP_ACQ_EXCL; in xp_release()
H A Dxpbusvar.h45 #define XP_ACQ_EXCL (1 << 31) macro
H A Dxp.c154 a = xp_acquire(DEVID_XPBUS, XP_ACQ_EXCL); in xp_open()