Searched refs:OTYP_VALID (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/i86hvm/io/
H A Dxdf_shell.c137 #define OTYP_VALID(otyp) ((otyp == OTYP_BLK) || \ macro
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c85 #define OTYP_VALID(i) (((i) == OTYP_CHR) || ((i) == OTYP_BLK)) macro
532 if ((dev == DDI_DEV_T_NONE) || (!OTYP_VALID(otyp)) || (vpp == NULL))
1604 if ((devp == NULL) || (!OTYP_VALID(otyp)) || (cr == NULL) ||

Completed in 69 milliseconds