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

/macosx-10.10.1/bless-103/libbless/EFI/
H A DBLValidateXMLBootOption.c53 static int _getBootOptionNumber(BLContextPtr context, io_registry_entry_t options, uint16_t *bootOptionNumber);
54 static BLESS_EFI_LOAD_OPTION * _getBootOptionData(BLContextPtr context, io_registry_entry_t options, uint16_t bootOptionNumber, size_t *bootOptionSize);
68 uint16_t bootOptionNumber = 0; local
83 ret = _getBootOptionNumber(context, optionsNode, &bootOptionNumber);
87 bootOption = _getBootOptionData(context, optionsNode, bootOptionNumber, &bootOptionSize);
116 static int _getBootOptionNumber(BLContextPtr context, io_registry_entry_t options, uint16_t *bootOptionNumber) argument
137 *bootOptionNumber = CFSwapInt16LittleToHost(*orderBuffer);
144 static BLESS_EFI_LOAD_OPTION * _getBootOptionData(BLContextPtr context, io_registry_entry_t options, uint16_t bootOptionNumber, size_t *bootOptionSize) argument
151 snprintf(bootName, sizeof(bootName), "%s:Boot%04hx", kBL_GLOBAL_NVRAM_GUID, bootOptionNumber);
165 contextprintf(context, kBLLogLevelError, "Could not access Boot%04hx\n", bootOptionNumber);
[all...]

Completed in 119 milliseconds