HomeSort by: relevance | last modified time | path
    Searched defs:read_bsd_label (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/mac68k/mac68k/
disksubr.c 102 static const char *read_bsd_label(char *, struct disklabel *, int *);
373 read_bsd_label(char *dlbuf, struct disklabel *lp, int *match) function in typeref:typename:const char *
452 msg = read_bsd_label(bp->b_data, lp, &match);
disksubr.c 102 static const char *read_bsd_label(char *, struct disklabel *, int *);
373 read_bsd_label(char *dlbuf, struct disklabel *lp, int *match) function in typeref:typename:const char *
452 msg = read_bsd_label(bp->b_data, lp, &match);
  /src/sys/arch/macppc/macppc/
disksubr.c 140 static const char *read_bsd_label(dev_t, void (*)(struct buf *),
393 read_bsd_label(dev_t dev, void (*strat)(struct buf *), struct disklabel *lp, function in typeref:typename:const char *
445 printf("read_bsd_label() found "
671 msg = read_bsd_label(dev, strat, lp, osdep);
disksubr.c 140 static const char *read_bsd_label(dev_t, void (*)(struct buf *),
393 read_bsd_label(dev_t dev, void (*strat)(struct buf *), struct disklabel *lp, function in typeref:typename:const char *
445 printf("read_bsd_label() found "
671 msg = read_bsd_label(dev, strat, lp, osdep);

Completed in 22 milliseconds