Searched refs:FilePathNode (Results 1 – 1 of 1) sorted by relevance
63 FILEPATH_DEVICE_PATH *FilePathNode; in OpenSimpleReadFile() local128 FilePathNode = (FILEPATH_DEVICE_PATH *)AlignedFilePath; in OpenSimpleReadFile()129 while (!IsDevicePathEnd(&FilePathNode->Header)) { in OpenSimpleReadFile()135 if (DevicePathType(&FilePathNode->Header) != MEDIA_DEVICE_PATH || in OpenSimpleReadFile()136 DevicePathSubType(&FilePathNode->Header) != MEDIA_FILEPATH_DP) { in OpenSimpleReadFile()160 FilePathNode->PathName, in OpenSimpleReadFile()175 FilePathNode = (FILEPATH_DEVICE_PATH *) NextDevicePathNode(&FilePathNode->Header); in OpenSimpleReadFile()