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

  /src/sbin/efi/
Makefile 7 GPT=${NETBSDSRCDIR}/sbin/gpt
9 .PATH: ${GPT}
12 CPPFLAGS+= -I${GPT}
30 SRCS+= gpt.c
  /src/distrib/utils/embedded/
mkimage 57 GPT=${TOOL_GPT:-gpt}
177 if $gpt; then
226 gpt=false
357 if $gpt; then
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 ff
    [all...]
  /src/usr.sbin/sysinst/
README.md_defs 8 GPT at the beginning of the disk to allow e.g. a bootloader
12 /* Size limit for the initial GPT part, in bytes */
113 HAVE_GPT_BOOT defined if the architecture can boot from GPT
msg.pm.fr 58 message pmgptdisk {Disque avec GPT}
msg.pm.de 58 message pmgptdisk {Festplatte mit GPT}
msg.pm.en 60 message pmgptdisk {GPT-labeled disk}
msg.pm.es 58 message pmgptdisk {Disco con GPT}
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}
msg.pm.pl 58 message pmgptdisk {Dysku z GPT}
msg.mi.de 176 * $2 = short version of $1 GPT
188 * $2 = short version of $1 GPT
201 * $2 = short version of $1 GPT
1554 message parttype_gpt {Guid Partition Table (GPT)}
1555 message parttype_gpt_short {GPT}
1559 message ptn_gpt_type {GPT-Typ}
gpt.c 1 /* $NetBSD: gpt.c,v 1.32 2024/03/24 17:29:58 martin Exp $ */
46 /*************** GPT ************************************************/
47 /* a GPT based disk_partitions interface */
51 * gpt type -l | wc -l */
170 bool has_gpt; /* disk already has a GPT */
184 #error impossible small GPT prologue
199 * Parse a part of "gpt show" output into a struct gpt_part_entry.
277 "gpt -rq header %s", dev) != 0)
286 static const char regpart_prefix[] = "GPT part - ";
293 if (collect(T_OUTPUT, &textbuf, "gpt -r show -a %s 2>/dev/null", dev
    [all...]
  /src/sys/dev/dkwedge/
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, 0, dkwedge_discover_gpt)
    [all...]

Completed in 36 milliseconds