Lines Matching defs:partition
74 #define V_UNASSIGNED 0x00 /* unassigned partition */
75 #define V_BOOT 0x01 /* Boot partition */
80 #define V_STAND 0x06 /* Stand partition */
81 #define V_VAR 0x07 /* Var partition */
82 #define V_HOME 0x08 /* Home partition */
83 #define V_ALTSCTR 0x09 /* Alternate sector partition */
84 #define V_CACHE 0x0a /* CacheFS partition (obsolete) */
88 #define V_SYSTEM 0x0c /* EFI/GPT system partition */
89 #define V_BIOS_BOOT 0x18 /* BIOS Boot partition */
91 #define V_UNKNOWN 0xff /* Unknown partition */
96 #define V_UNMNT 0x01 /* Unmountable partition */
109 struct partition {
110 ushort_t p_tag; /* ID tag of partition */
112 daddr_t p_start; /* start sector no of partition */
113 long p_size; /* # of blocks in partition */
124 struct partition v_part[V_NUMPAR]; /* partition headers */
125 time_t timestamp[V_NUMPAR]; /* partition timestamp (unsupported) */
130 ushort_t p_tag; /* ID tag of partition */
133 diskaddr_t p_start; /* start sector no of partition */
134 diskaddr_t p_size; /* # of blocks in partition */
147 struct extpartition v_part[V_NUMPAR]; /* partition headers */
148 uint64_t timestamp[V_NUMPAR]; /* partition timestamp (unsupported) */
204 uint16_t p_tag; /* ID tag of partition */
206 daddr32_t p_start; /* start sector no of partition */
207 int32_t p_size; /* # of blocks in partition */
218 struct partition32 v_part[V_NUMPAR]; /* partition headers */
219 time32_t timestamp[V_NUMPAR]; /* partition timestamp (unsupported) */