Searched refs:part_map_entry (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/mac68k/mac68k/
H A Ddisksubr.c96 static int whichType(struct part_map_entry *);
97 static void setpartition(struct part_map_entry *, struct partition *, int);
98 static int getNamedType(struct part_map_entry *, int, struct disklabel *, int,
126 whichType(struct part_map_entry *part)
169 setpartition(struct part_map_entry *part, struct partition *pp, int fstype)
179 getNamedType(struct part_map_entry *part, int num_parts, struct disklabel *lp,
249 struct part_map_entry *part;
266 part = (struct part_map_entry *)(dlbuf + DEV_BSIZE);
/netbsd-current/sys/arch/macppc/macppc/
H A Ddisksubr.c131 static int whichType(struct part_map_entry *, u_int8_t *, int *);
132 static void setpartition(struct part_map_entry *,
134 static int getNamedType(struct part_map_entry *, int,
167 whichType(struct part_map_entry *part, u_int8_t *fstype, int *clust)
253 setpartition(struct part_map_entry *part, struct partition *pp, int fstype)
263 getNamedType(struct part_map_entry *part, int num_parts, struct disklabel *lp, int type, int alt, int *maxslot)
325 struct part_map_entry *part;
348 part = (struct part_map_entry *)bp->b_data;
/netbsd-current/sys/arch/macppc/include/
H A Ddisklabel.h154 struct part_map_entry { struct
/netbsd-current/sys/arch/mac68k/include/
H A Ddisklabel.h121 struct part_map_entry { struct
/netbsd-current/sys/arch/macppc/stand/ofwboot/
H A Dofdev.c146 check_apm_root(struct part_map_entry *part, int *clust)
186 struct part_map_entry *pme;
192 pme = (struct part_map_entry *)buf;

Completed in 137 milliseconds