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

/macosx-10.9.5/disklabel-6/
H A Dutil.h33 extern int WriteMetadata(const char *, CFDictionaryRef);
H A Dprops.c171 if (WriteMetadata(dev, md) != 1) {
H A Dutil.c570 if (WriteMetadata(dev, dict) == -1) {
586 WriteMetadata(const char *dev, CFDictionaryRef dict) { function
608 warnx("WriteMetadata: cannot allocate %u bytes\n", mSize);
625 warn("WriteMetadata: cannot seek to offset %qu for device %s", off, dev);

Completed in 295 milliseconds