Searched defs:disklabel_ops (Results 1 – 1 of 1) sorted by relevance
67 struct disklabel_ops { struct68 struct uuid type; /* uuid specifies disklabel type */69 int labelsize; /* size of disklabel in bytes */71 const char *(*op_readdisklabel)74 int (*op_setdisklabel)100 typedef struct disklabel_ops *disklabel_ops_t; argument