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

/macosx-10.10.1/kext_tools-384.1.4/
H A Dbrtest.c33 " brtest erasefiles <srcVol> <bootDev> [-f]\n"
34 " brtest copyfiles <src> [options] <bootDev> [<BlessStyle>]\n"
108 CFStringRef bootDev = NULL; local
130 // brtest copyfiles <src> <bootDev>[/<dir>] [<BlessStyle>]
199 bootDev = CFStringCreateWithBytes(nil, (UInt8*)targetSpec,
204 bootDev = CFStringCreateWithFileSystemRepresentation(nil, targetSpec);
214 // warn if hostVol requires Boot!=Root but bootDev isn't one of its helpers
218 if (!CFArrayContainsValue(helpers, searchRange, bootDev)) {
252 CFShow(bootDev);
258 bootDev, targetDi
[all...]
/macosx-10.10.1/bless-103/libbless/EFI/
H A DBLValidateXMLBootOption.c266 EFI_DEVICE_PATH_PROTOCOL *bootDev; local
284 bootDev = (EFI_DEVICE_PATH_PROTOCOL *)&bootOption->Description[i+1];
288 || (0 != memcmp(bootDev, devicePath, devicePathSize))) {
293 OptionalData = ((EFI_UINT8 *)bootDev) + bootOption->FilePathListLength;

Completed in 432 milliseconds