Home
last modified time | relevance | path

Searched defs:disklabel_ops (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/sys/
H A Ddisklabel.h67 struct disklabel_ops { struct
68 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