Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starfire/sys/
H A Didn.h3784 #define VALID_DLPIOP(op) (((op) == DLIOCRAW) || \ macro
3791 VALID_DLPIOP(op))
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn.c1829 if (VALID_DLPIOP(cmd)) { in idnioctl()