bsd_label
e = bsd_label(dev, strat, lp, 0, clp != NULL ? &clp->cd_label : NULL);
j = bsd_label(dev, strat, dl, blkno, &apt.at_label);
static int bsd_label(dev_t, void (*)(struct buf *),
if ((rv = bsd_label(fd, LABELSECTOR)) < 0)
int bsd_label(int, u_int);
if ((e = bsd_label(fd, offs, label)) < 0)
static int bsd_label(int, off_t, struct disklabel *);
if ((e = bsd_label(fd, (off_t)0, dl)) < 0)
if ((e = bsd_label(dd, offs)) < 0) {
static int bsd_label PROTO((disk_t *, u_int));
e = bsd_label(dd, LABELSECTOR);