Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/cam/
Dcam_xpt.c128 DM_RET_ERROR = 0x30, enumerator
1209 return(DM_RET_ERROR); in xptbusmatch()
1321 return(DM_RET_ERROR); in xptdevicematch()
1350 return(DM_RET_ERROR); in xptdevicematch()
1442 return(DM_RET_ERROR); in xptperiphmatch()
1562 if ((retval & DM_RET_ACTION_MASK) == DM_RET_ERROR) { in xptedtbusfunc()
1693 if ((retval & DM_RET_ACTION_MASK) == DM_RET_ERROR) { in xptedtdevicefunc()
1807 if ((retval & DM_RET_ACTION_MASK) == DM_RET_ERROR) { in xptedtperiphfunc()
1942 if ((retval & DM_RET_ACTION_MASK) == DM_RET_ERROR) { in xptplistperiphfunc()