Home | History | Annotate | Download | only in DxeIpl

Lines Matching refs:Table

540   IN  STATUS_CODE_LOOKUP_TABLE  *Table,

555 IN STATUS_CODE_LOOKUP_TABLE *Table,
563 Search the input table for a matching value and return the token associated
569 Table Pointer to first entry in an array of table entries.
588 if ((Table[Current].Value == (-1)) ||
589 (Table[Current].Value == Value)) {
590 *Token = Table[Current].Token;