/src/sys/arch/atari/atari/ |
disksubr.c | 55 static int bsd_label(dev_t, void (*)(struct buf *), 109 e = bsd_label(dev, strat, lp, 0, clp != NULL ? &clp->cd_label : NULL); 196 bsd_label(dev_t dev, void (*strat)(struct buf *), struct disklabel *label, function in typeref:typename:int 365 j = bsd_label(dev, strat, dl, blkno, &apt.at_label);
|
/src/sys/arch/atari/stand/installboot/ |
disklabel.c | 62 static int bsd_label(int, off_t, struct disklabel *); 90 if ((e = bsd_label(fd, (off_t)0, dl)) < 0) 106 bsd_label(int fd, off_t offs, struct disklabel *label) function in typeref:typename:int 180 if ((e = bsd_label(fd, offs, label)) < 0)
|
/src/sys/arch/atari/stand/tostools/aptck/ |
disklbl.c | 42 static int bsd_label PROTO((disk_t *, u_int)); 57 e = bsd_label(dd, LABELSECTOR); 88 bsd_label(disk_t *dd, u_int offset) function in typeref:typename:int 175 if ((e = bsd_label(dd, offs)) < 0) {
|
/src/sys/arch/atari/stand/edahdi/ |
edahdi.c | 99 int bsd_label(int, u_int); 133 if ((rv = bsd_label(fd, LABELSECTOR)) < 0) 334 bsd_label(int fd, u_int offset) function in typeref:typename:int
|