Searched refs:GPT (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/distrib/utils/embedded/
H A Dmkimage57 GPT=${TOOL_GPT:-gpt}
289 ${GPT} ${gpt_flags} ${image} destroy || true
292 ${GPT} ${gpt_flags} ${image} create ${gpt_create_flags}
293 ${GPT} ${gpt_flags} ${image} add -b ${initsecs} -s ${bootsecs} -l ${gpt_label_boot:-EFI} -t ${gpt_boot_type:-efi}
294 ${GPT} ${gpt_flags} ${image} set -a required -i 1
295 ${GPT} ${gpt_flags} ${image} add -a 4m -b ${ffsstart} -l ${gpt_label_ffs:-netbsd-root} -t ffs
296 ${GPT} ${gpt_flags} ${image} show
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dgcc_compat.c272 #define GPT LONGLONG macro
274 #define GPT INT macro
281 { GPT, "pointer" },
/netbsd-current/sys/dev/dkwedge/
H A Ddkwedge_gpt.c135 * here. If a GPT is found, then the search stops, and
136 * the GPT is authoritative.
139 /* Read in the GPT Header. */
175 aprint_verbose("%s: GPT GUID: %s\n", pdk->dk_name, guid_str);
181 aprint_error("%s: bogus GPT entry size: %u\n",
190 aprint_error("%s: WARNING: clamping number of GPT entries to "
199 aprint_error("%s: GPT block numbers out of range\n",
213 aprint_error("%s: unable to read GPT partition array, "
220 aprint_error("%s: bad GPT partition array CRC\n",
307 DKWEDGE_DISCOVERY_METHOD_DECL(GPT,
[all...]
/netbsd-current/distrib/common/bootimage/
H A DMakefile.bootimage41 # set yes if target disk image requires GPT partition
44 # set yes if target disk image requires GPT partition
74 # Size of a region reserved for the secondary GPT table/entry
546 @echo creating GPT header and partition entries...
596 @echo create GPT image...
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dgcc_compat.c379 #define GPT LONGLONG macro
381 #define GPT INT macro
388 { GPT, "pointer" },
/netbsd-current/usr.sbin/sysinst/
H A Dmsg.mi.pl167 * $2 = short version of $1 GPT
179 * $2 = short version of $1 GPT
193 * $2 = short version of $1 GPT
1469 message parttype_gpt {Guid Partition Table (GPT)}
1470 message parttype_gpt_short {GPT}
1474 message ptn_gpt_type {GPT Type}
H A Dmsg.pm.pl58 message pmgptdisk {Dysku z GPT}
H A Dgpt.c46 /*************** GPT ************************************************/
47 /* a GPT based disk_partitions interface */
170 bool has_gpt; /* disk already has a GPT */
184 #error impossible small GPT prologue
286 static const char regpart_prefix[] = "GPT part - ";
332 else if (strcmp(p_type, "Pri GPT table") == 0) {
337 } else if (strcmp(p_type, "Sec GPT table") == 0)
339 else if(strcmp(p_type, "Sec GPT header") == 0)
380 /* If the GPT was not complete (e.g. truncated image), barf */
1574 * If no GPT o
[all...]

Completed in 104 milliseconds