Searched refs:GPT (Results 1 - 7 of 7) sorted by relevance
| /src/sbin/efi/ |
| H A D | Makefile | 7 GPT=${NETBSDSRCDIR}/sbin/gpt macro 9 .PATH: ${GPT} 12 CPPFLAGS+= -I${GPT}
|
| /src/distrib/utils/embedded/ |
| H A D | mkimage | 57 GPT=${TOOL_GPT:-gpt} 367 ${GPT} ${gpt_flags} ${image} destroy || true 370 ${GPT} ${gpt_flags} ${image} create ${gpt_create_flags} 371 ${GPT} ${gpt_flags} ${image} add -b ${initsecs} -s ${bootsecs} -l ${gpt_label_boot:-EFI} -t ${gpt_boot_type:-efi} 372 ${GPT} ${gpt_flags} ${image} set -a required -i 1 373 ${GPT} ${gpt_flags} ${image} add -a 4m -b ${ffsstart} -l ${gpt_label_ffs:-netbsd-root} -t ffs 374 ${GPT} ${gpt_flags} ${image} show
|
| /src/sys/dev/dkwedge/ |
| H A D | dkwedge_gpt.c | 135 * 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...] |
| /src/distrib/common/bootimage/ |
| H A D | Makefile.bootimage | 41 # 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 558 @echo creating GPT header and partition entries... 608 @echo create GPT image...
|
| /src/usr.sbin/sysinst/ |
| H A D | msg.mi.pl | 167 * $2 = short version of $1 GPT 179 * $2 = short version of $1 GPT 193 * $2 = short version of $1 GPT 1470 message parttype_gpt {Guid Partition Table (GPT)} 1471 message parttype_gpt_short {GPT} 1475 message ptn_gpt_type {GPT Type}
|
| H A D | msg.pm.pl | 58 message pmgptdisk {Dysku z GPT}
|
| H A D | gpt.c | 46 /*************** 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 9 milliseconds