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

/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
H A DDecode.c1329 UNDI_CALL_TABLE *tab_ptr; local
1364 tab_ptr = &api_table[CdbPtr->OpCode];
1366 if (tab_ptr->cpbsize != (UINT16) (DONT_CHECK) && tab_ptr->cpbsize != CdbPtr->CPBsize) {
1370 if (tab_ptr->dbsize != (UINT16) (DONT_CHECK) && tab_ptr->dbsize != CdbPtr->DBsize) {
1374 if (tab_ptr->opflags != (UINT16) (DONT_CHECK) && tab_ptr->opflags != CdbPtr->OpFlags) {
1384 if (tab_ptr->state != (UINT16) (-1)) {
1396 if (tab_ptr
[all...]

Completed in 25 milliseconds