Home
last modified time | relevance | path

Searched refs:LE_LOCK (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/arch/hp300/dev/
Dif_lereg.h47 #define LE_LOCK 0x08 /* lock status register */ macro
/netbsd/src/sys/arch/hp300/stand/common/
Dif_lereg.h60 #define LE_LOCK 0x08 /* lock status register */ macro
/netbsd/src/sys/dev/
Dlockstat.h71 #define LE_LOCK 0x08 /* track locks */ macro
Dlockstat.c231 if ((le->le_flags & LE_LOCK) != 0) in lockstat_start()
/netbsd/src/usr.sbin/lockstat/
Dmain.c301 le.le_flags |= LE_LOCK; in main()