Lines Matching refs:dk_label
63 static int vtoc_to_label(struct dk_label *label, struct extvtoc *vtoc,
83 static void dump_label(struct dk_label *label);
91 register struct dk_label *label; in checklabel()
113 struct dk_label *label; in checksum()
117 register short count = (sizeof (struct dk_label)) / (sizeof (short));
274 struct dk_label label; in write_label()
317 (void) memset((char *)&label, 0, sizeof (struct dk_label)); in write_label()
458 sizeof (struct dk_label)) == 0) { in write_label()
485 read_label(int fd, struct dk_label *label) in read_label()
747 vtoc_to_label(struct dk_label *label, struct extvtoc *vtoc, in vtoc_to_label()
762 (void) memset((char *)label, 0, sizeof (struct dk_label)); in vtoc_to_label()
893 label_to_vtoc(struct extvtoc *vtoc, struct dk_label *label) in label_to_vtoc()
1092 struct dk_label *label; in dump_label()