Home
last modified time | relevance | path

Searched refs:FilePathNode (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dsread.c63 FILEPATH_DEVICE_PATH *FilePathNode; in OpenSimpleReadFile() local
128 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()