Searched refs:devicePathSize (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/bless-103/libbless/EFI/
H A DBLValidateXMLBootOption.c55 static EFI_DEVICE_PATH_PROTOCOL * _getBootDevicePath(BLContextPtr context, io_registry_entry_t options, CFStringRef name, size_t *devicePathSize);
60 size_t devicePathSize, CFArrayRef xmlPath);
73 size_t bootOptionSize, devicePathSize; local
91 devicePath = _getBootDevicePath(context, optionsNode, binaryName, &devicePathSize);
99 ret = _validate(context, bootOption, bootOptionSize, devicePath, devicePathSize, xmlPath);
189 static EFI_DEVICE_PATH_PROTOCOL * _getBootDevicePath(BLContextPtr context, io_registry_entry_t options, CFStringRef name, size_t *devicePathSize) argument
209 *devicePathSize = CFDataGetLength(dataRef);
210 buffer = (EFI_DEVICE_PATH_PROTOCOL *)calloc(*devicePathSize, sizeof(char));
214 memcpy(buffer, CFDataGetBytePtr(dataRef), *devicePathSize);
261 size_t devicePathSize, CFArrayRe
259 _validate(BLContextPtr context, BLESS_EFI_LOAD_OPTION *bootOption, size_t bootOptionSize, EFI_DEVICE_PATH_PROTOCOL *devicePath, size_t devicePathSize, CFArrayRef xmlPath) argument
[all...]

Completed in 133 milliseconds