Searched refs:FilePathNode (Results 1 – 1 of 1) sorted by relevance
61 FILEPATH_DEVICE_PATH *FilePathNode; in OpenSimpleReadFile() local112 FilePathNode = (FILEPATH_DEVICE_PATH *) *FilePath; in OpenSimpleReadFile()113 while (!IsDevicePathEnd(&FilePathNode->Header)) { in OpenSimpleReadFile()119 if (DevicePathType(&FilePathNode->Header) != MEDIA_DEVICE_PATH || in OpenSimpleReadFile()120 DevicePathSubType(&FilePathNode->Header) != MEDIA_FILEPATH_DP) { in OpenSimpleReadFile()144 FilePathNode->PathName, in OpenSimpleReadFile()159 FilePathNode = (FILEPATH_DEVICE_PATH *) NextDevicePathNode(&FilePathNode->Header); in OpenSimpleReadFile()