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

  /src/sys/arch/macppc/macppc/
disksubr.c 138 static const char *read_dos_label(dev_t, void (*)(struct buf *),
468 read_dos_label(dev_t dev, void (*strat)(struct buf *), struct disklabel *lp, struct cpu_disklabel *osdep) function in typeref:typename:const char *
666 /* read_dos_label figures out labelsector/offset */
667 msg = read_dos_label(dev, strat, lp, osdep);
disksubr.c 138 static const char *read_dos_label(dev_t, void (*)(struct buf *),
468 read_dos_label(dev_t dev, void (*strat)(struct buf *), struct disklabel *lp, struct cpu_disklabel *osdep) function in typeref:typename:const char *
666 /* read_dos_label figures out labelsector/offset */
667 msg = read_dos_label(dev, strat, lp, osdep);
disksubr.c 138 static const char *read_dos_label(dev_t, void (*)(struct buf *),
468 read_dos_label(dev_t dev, void (*strat)(struct buf *), struct disklabel *lp, struct cpu_disklabel *osdep) function in typeref:typename:const char *
666 /* read_dos_label figures out labelsector/offset */
667 msg = read_dos_label(dev, strat, lp, osdep);
  /src/sys/arch/ofppc/ofppc/
disksubr.c 88 static const char *read_dos_label(dev_t, void (*)(struct buf *),
110 read_dos_label(dev_t dev, void (*strat)(struct buf *), struct disklabel *lp, function in typeref:typename:const char *
765 * read_dos_label figures out labelsector/offset itself
767 msg = read_dos_label(dev, strat, lp, osdep);
disksubr.c 88 static const char *read_dos_label(dev_t, void (*)(struct buf *),
110 read_dos_label(dev_t dev, void (*strat)(struct buf *), struct disklabel *lp, function in typeref:typename:const char *
765 * read_dos_label figures out labelsector/offset itself
767 msg = read_dos_label(dev, strat, lp, osdep);
disksubr.c 88 static const char *read_dos_label(dev_t, void (*)(struct buf *),
110 read_dos_label(dev_t dev, void (*strat)(struct buf *), struct disklabel *lp, function in typeref:typename:const char *
765 * read_dos_label figures out labelsector/offset itself
767 msg = read_dos_label(dev, strat, lp, osdep);

Completed in 34 milliseconds