Home | History | Annotate | Download | only in FvSimpleFileSystemDxe

Lines Matching refs:Instance

46 // Struct representing an instance of the "filesystem". There will be one of

62 // create such an instance except for the "root directory", which will only
69 FV_FILESYSTEM_INSTANCE *Instance;
113 #define FVFS_GET_FIRST_FILE(Instance) FVFS_FILE_FROM_LINK (GetFirstNode (&Instance->FileHead))
115 #define FVFS_GET_FIRST_FILE_INFO(Instance) FVFS_FILE_INFO_FROM_LINK (GetFirstNode (&Instance->FileInfoHead))
153 @param DriverBinding Protocol instance pointer.
175 @param DriverBinding Protocol instance pointer.
197 @param DriverBinding Protocol instance pointer.
219 @param This A pointer to the EFI_FILE_PROTOCOL instance that is the file
259 @param This A pointer to the EFI_FILE_PROTOCOL instance that is the file
274 @param This A pointer to the EFI_FILE_PROTOCOL instance that is the file
302 @param This A pointer to the EFI_FILE_PROTOCOL instance that is the file
330 @param This A pointer to the EFI_FILE_PROTOCOL instance that is the file
349 @param This A pointer to the EFI_FILE_PROTOCOL instance that is the
369 @param This A pointer to the EFI_FILE_PROTOCOL instance that is the file
390 @param This A pointer to the EFI_FILE_PROTOCOL instance that is the
406 @param This A pointer to the EFI_FILE_PROTOCOL instance that is the file
435 @param This A pointer to the EFI_FILE_PROTOCOL instance that is the file
478 @param FvProtocol A pointer to the EFI_FIRMWARE_VOLUME2_PROTOCOL instance.
479 @param FvFileInfo A pointer to the FV_FILESYSTEM_FILE_INFO instance that is a struct
503 EFI_COMPONENT_NAME_PROTOCOL instance.
553 EFI_COMPONENT_NAME_PROTOCOL instance.