Home
last modified time | relevance | path

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

/titanic_44/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)) in ldi_vp_from_dev()
1604 if ((devp == NULL) || (!OTYP_VALID(otyp)) || (cr == NULL) || in ldi_open_by_dev()
/titanic_44/usr/src/uts/i86pc/i86hvm/io/
H A Dxdf_shell.c137 #define OTYP_VALID(otyp) ((otyp == OTYP_BLK) || \ macro