Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/bebox/stand/boot/
Dfd.c149 #define INT_ALIVE 0x00000001 /* Device is Alive and Available */ macro
215 un->un_flags = INT_ALIVE; in fdinit()
235 if (!(un->un_flags & INT_ALIVE)) { in fdopen()