Home
last modified time | relevance | path

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

/titanic_54/usr/src/boot/sys/boot/uboot/lib/
H A Dapi_public.h138 #define DEV_STA_OPEN 0x0001 /* open i.e. active */ macro
H A Dglue.c304 if (devices[handle].state != DEV_STA_OPEN) in dev_valid()