HomeSort by: relevance | last modified time | path
    Searched refs:mbr_partition (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/tests/include/sys/
t_bootblock.c 60 ATF_TC_WITHOUT_HEAD(mbr_partition);
61 ATF_TC_BODY(mbr_partition, tc)
63 ATF_CHECK_EQ(16, sizeof(struct mbr_partition));
70 ATF_TP_ADD_TC(tp, mbr_partition);
  /src/sys/arch/arc/include/
disklabel.h 57 struct mbr_partition mbrparts[MBR_PART_COUNT];
  /src/sys/arch/bebox/include/
disklabel.h 55 struct mbr_partition mbrparts[MBR_PART_COUNT];
  /src/sys/arch/cobalt/include/
disklabel.h 56 struct mbr_partition mbrparts[MBR_PART_COUNT];
  /src/sys/arch/emips/include/
disklabel.h 52 struct mbr_partition mbrparts[MBR_PART_COUNT];
  /src/sys/arch/ibmnws/include/
disklabel.h 52 struct mbr_partition mbrparts[MBR_PART_COUNT];
  /src/sys/arch/landisk/include/
disklabel.h 57 struct mbr_partition mbrparts[MBR_PART_COUNT];
  /src/sys/arch/mvmeppc/include/
disklabel.h 52 struct mbr_partition mbrparts[MBR_PART_COUNT];
  /src/sys/arch/playstation2/include/
disklabel.h 56 struct mbr_partition dosparts[MBR_PART_COUNT];
  /src/sys/arch/prep/include/
disklabel.h 50 struct mbr_partition mbrparts[MBR_PART_COUNT];
  /src/sys/arch/rs6000/include/
disklabel.h 50 struct mbr_partition mbrparts[MBR_PART_COUNT];
  /src/sys/arch/sandpoint/include/
disklabel.h 50 struct mbr_partition mbrparts[MBR_PART_COUNT];
  /src/sys/arch/sh3/include/
disklabel.h 55 struct mbr_partition mbrparts[MBR_PART_COUNT];
  /src/sys/arch/evbppc/include/
disklabel.h 63 struct mbr_partition mbrparts[MBR_PART_COUNT];
  /src/sys/arch/or1k/include/
disklabel.h 50 struct mbr_partition mbrparts[MBR_PART_COUNT];
  /src/sys/arch/riscv/include/
disklabel.h 50 struct mbr_partition mbrparts[MBR_PART_COUNT];
  /src/usr.sbin/sysinst/
mbr.h 99 void disp_cur_part(struct mbr_partition *, int, int);
100 int partsoverlap(struct mbr_partition *, int, int);
  /src/sys/arch/evbmips/sbmips/
disksubr.c 42 #define NO_MBR_SIGNATURE ((struct mbr_partition *) -1)
44 static struct mbr_partition *
45 mbr_findslice(struct mbr_partition* dp, struct buf *bp);
53 struct mbr_partition *
54 mbr_findslice(struct mbr_partition *dp, struct buf *bp)
56 struct mbr_partition *ourdp = NULL;
98 struct mbr_partition *dp;
153 struct mbr_partition *ourdp = NULL;
269 struct mbr_partition *dp;
294 struct mbr_partition *ourdp = NULL
    [all...]
  /src/sys/arch/hpc/hpc/
disksubr.c 51 #define NO_MBR_SIGNATURE ((struct mbr_partition *) -1)
53 static struct mbr_partition *
54 mbr_findslice(struct mbr_partition* dp, struct buf *bp);
62 struct mbr_partition *
63 mbr_findslice(struct mbr_partition *dp, struct buf *bp)
65 struct mbr_partition *ourdp = NULL;
128 struct mbr_partition *dp;
182 struct mbr_partition *ourdp = NULL;
320 struct mbr_partition *dp;
344 struct mbr_partition *ourdp = NULL
    [all...]
  /src/sys/arch/playstation2/playstation2/
disksubr.c 41 #define NO_MBR_SIGNATURE ((struct mbr_partition *) -1)
43 static struct mbr_partition *
44 mbr_findslice(struct mbr_partition* dp, struct buf *bp);
52 struct mbr_partition *
53 mbr_findslice(struct mbr_partition *dp, struct buf *bp)
55 struct mbr_partition *ourdp = NULL;
98 struct mbr_partition *dp;
152 struct mbr_partition *ourdp = NULL;
268 struct mbr_partition *dp;
292 struct mbr_partition *ourdp = NULL
    [all...]
  /src/sys/arch/sbmips/sbmips/
disksubr.c 42 #define NO_MBR_SIGNATURE ((struct mbr_partition *) -1)
44 static struct mbr_partition *
45 mbr_findslice(struct mbr_partition* dp, struct buf *bp);
53 struct mbr_partition *
54 mbr_findslice(struct mbr_partition *dp, struct buf *bp)
56 struct mbr_partition *ourdp = NULL;
98 struct mbr_partition *dp;
153 struct mbr_partition *ourdp = NULL;
269 struct mbr_partition *dp;
294 struct mbr_partition *ourdp = NULL
    [all...]
  /src/sys/arch/hpcmips/include/
disklabel.h 70 struct mbr_partition mbrparts[MBR_PART_COUNT];
  /src/sys/arch/prep/stand/installboot/
installboot.c 47 int load_prep_partition(int, struct mbr_partition *);
183 load_prep_partition(int devfd, struct mbr_partition *ppp)
186 struct mbr_partition *mbrp;
196 mbrp = (struct mbr_partition *)&mbr[MBR_PART_OFFSET];
223 struct mbr_partition ppp;
  /src/sys/arch/ofppc/stand/ofwboot/
mbr.c 99 struct mbr_partition *p;
113 for (p = (struct mbr_partition *)(buf + MBR_PART_OFFSET), i = 0;
  /src/sys/arch/arm/arm/
disksubr_mbr.c 91 struct mbr_partition *mbrp;
119 struct mbr_partition *ourmbrp = NULL;
217 struct mbr_partition *mbrp;
219 struct mbr_partition *ourmbrp = NULL;

Completed in 16 milliseconds

1 2 3