Home | History | Annotate | Download | only in mac68k

Lines Matching defs:int

55 	int type;               /* Entry type from above */
75 int usefull; /* on install, clobber entire disk */
78 int size; /* number of blocks in map for I/O */
79 int in_use_cnt; /* number of block in current use in map */
80 int usable_cnt; /* number of partitions usable by NetBSD */
81 int hfs_cnt; /* number of MacOS partitions found */
82 int root_cnt; /* number of root partitions in map */
83 int swap_cnt; /* number of swap partitions in map */
84 int usr_cnt; /* number of usr partitions in map */
85 int selected; /* current partition selection in mblk */
86 int mblk[MAXPARTITIONS];/* map block number of usable partition */
112 unsigned int root : 1; /* FS contains a Root FS */
113 unsigned int usr : 1; /* FS contains a Usr FS */
114 unsigned int crit : 1; /* FS contains a "Critical"? FS */
115 unsigned int used : 1; /* FS in use */
116 unsigned int : 7;
117 unsigned int slice : 5; /* Slice number to assocate with plus one */
118 unsigned int part : 16; /* reserved, but we'll hide disk part here */
192 extern void disp_selected_part(int);
194 extern int whichType(struct apple_part_map_entry *);