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

/macosx-10.9.5/bless-98/libbless/HFS/
H A DBLUpdateBooter.c45 int32_t specCount)
43 BLUpdateBooter(BLContextPtr context, const char * device, BLUpdateBooterFileSpec *specs, int32_t specCount) argument
/macosx-10.9.5/bless-98/libbless/RAID/
H A DBLUpdateRAIDBooters.c286 int32_t specCount = 0, currentCount = 0; local
292 specCount = 1; // plist
293 if(labelData) specCount += 2;
294 if(bootxData) specCount += 1;
296 spec = calloc(specCount, sizeof(spec[0]));
361 status = BLUpdateBooter(context, device, spec, specCount);
/macosx-10.9.5/bless-98/
H A Dsetboot.c128 int32_t specCount = 0, currentCount = 0; local
238 if(labelData) specCount += 2;
239 if(bootxData) specCount += 1;
241 spec = calloc(specCount, sizeof(spec[0]));
283 ret = BLUpdateBooter(context, booterDev, spec, specCount);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dtridpars.cpp707 int32_t specCount = 0; local
748 if (delimiter == 0 && specCount > 0) {
771 ++specCount;
/macosx-10.9.5/bless-98/libbless/
H A Dbless.h756 int32_t specCount);

Completed in 199 milliseconds