Lines Matching refs:Item
82 Selects a firmware configuration item for reading.
84 Following this call, any data read from this item will start from
85 the beginning of the configuration item's data.
87 @param[in] QemuFwCfgItem - Firmware Configuration item to read
96 DEBUG ((EFI_D_INFO, "Select Item: 0x%x\n", (UINT16)(UINTN) QemuFwCfgItem));
192 item where the previous read ended.
217 item where the previous write ended.
243 @return Value of Firmware Configuration item read
263 @return Value of Firmware Configuration item read
283 @return Value of Firmware Configuration item read
303 @return Value of Firmware Configuration item read
321 Find the configuration item corresponding to the firmware configuration file.
324 @param[out] Item - Configuration item corresponding to the file, to be passed
337 OUT FIRMWARE_CONFIG_ITEM *Item,
364 *Item = SwapBytes16 (FileSelect);