HomeSort by: relevance | last modified time | path
    Searched refs:apple_part_map_entry (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.sbin/sysinst/arch/mac68k/
md.h 87 struct apple_part_map_entry *blk;
157 extern struct apple_part_map_entry new_map[];
193 extern void reset_part_flags(struct apple_part_map_entry *);
194 extern int whichType(struct apple_part_map_entry *);
menus.md.de 58 map.blk = (struct apple_part_map_entry *)calloc(map.size,
59 sizeof(struct apple_part_map_entry));
62 sizeof(struct apple_part_map_entry));
92 sizeof(struct apple_part_map_entry));
120 map.blk = (struct apple_part_map_entry *)calloc(map.size,
121 sizeof(struct apple_part_map_entry));
124 sizeof(struct apple_part_map_entry));
menus.md.en 58 map.blk = (struct apple_part_map_entry *)calloc(map.size,
59 sizeof(struct apple_part_map_entry));
62 sizeof(struct apple_part_map_entry));
92 sizeof(struct apple_part_map_entry));
120 map.blk = (struct apple_part_map_entry *)calloc(map.size,
121 sizeof(struct apple_part_map_entry));
124 sizeof(struct apple_part_map_entry));
menus.md.es 58 map.blk = (struct apple_part_map_entry *)calloc(map.size,
59 sizeof(struct apple_part_map_entry));
62 sizeof(struct apple_part_map_entry));
92 sizeof(struct apple_part_map_entry));
120 map.blk = (struct apple_part_map_entry *)calloc(map.size,
121 sizeof(struct apple_part_map_entry));
124 sizeof(struct apple_part_map_entry));
md.c 51 static void setpartition(struct apple_part_map_entry *, char *, int);
53 static char *getFstype(struct apple_part_map_entry *, int, char *);
54 static char *getUse(struct apple_part_map_entry *, int, char *);
55 static char *getName(struct apple_part_map_entry *, int, char *);
80 struct apple_part_map_entry new_map[] =
140 struct apple_part_map_entry block;
180 * apple_part_map_entry in sys/bootblock.h, and the usage of it in
232 map.blk = (struct apple_part_map_entry *)malloc(map.size * blk_size);
579 struct apple_part_map_entry *part;
613 struct apple_part_map_entry *part
    [all...]
menus.md.pl 60 map.blk = (struct apple_part_map_entry *)calloc(map.size,
61 sizeof(struct apple_part_map_entry));
64 sizeof(struct apple_part_map_entry));
94 sizeof(struct apple_part_map_entry));
122 map.blk = (struct apple_part_map_entry *)calloc(map.size,
123 sizeof(struct apple_part_map_entry));
126 sizeof(struct apple_part_map_entry));
  /src/sbin/apmlabel/
apmlabel.c 63 static struct apple_part_map_entry *convert_part_map_entry(unsigned char *);
105 struct apple_part_map_entry *part;
260 static struct apple_part_map_entry *
263 struct apple_part_map_entry *part;
265 part = (struct apple_part_map_entry *)buf;
  /src/sys/dev/dkwedge/
dkwedge_apple.c 90 swap_apple_part_map_entry(struct apple_part_map_entry *ap)
143 struct apple_part_map_entry *ae;
  /src/usr.sbin/installboot/arch/
macppc.c 103 struct apple_part_map_entry pme;
  /src/sys/arch/macppc/stand/mkboothfs/
mkboothfs.c 71 struct apple_part_map_entry pme;
  /src/sys/arch/macppc/stand/installboot/
installboot.c 61 struct apple_part_map_entry pme;
  /src/sys/sys/
bootblock.h 852 struct apple_part_map_entry { struct

Completed in 21 milliseconds