Home
last modified time | relevance | path

Searched refs:partition_type (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dpk_disklabel.c235 int partition_type = block[partition_type_fields[partition]]; in block0_is_fdisk() local
238 switch (partition_type) { in block0_is_fdisk()
269 partition_type, in block0_is_fdisk()
272 if (partition_type != 0 && is_active && active < 0) in block0_is_fdisk()
/netbsd-src/sys/arch/arm/arm/
H A Ddisksubr_acorn.c239 if (bb->partition_type == PARTITION_FORMAT_RISCBSD) { in filecore_label_read()
245 } else if (bb->partition_type == PARTITION_FORMAT_RISCIX) { in filecore_label_read()
378 if (bb->partition_type != PARTITION_FORMAT_RISCBSD) { in filecore_label_locate()
/netbsd-src/usr.sbin/sysinst/arch/acorn32/
H A Dmd.c109 if (fcbb->partition_type == PARTITION_FORMAT_RISCBSD) in md_get_info()
111 else if (fcbb->partition_type == PARTITION_FORMAT_RISCIX) { in md_get_info()
/netbsd-src/sys/sys/
H A Ddisklabel_acorn.h89 uint8_t partition_type; member
/netbsd-src/sys/arch/acorn32/stand/lib/
H A Driscospart.c163 if (bb->partition_type == PARTITION_FORMAT_RISCBSD) in getdisklabel_acorn()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-loop-distribution.c226 enum partition_type { enum
259 enum partition_type type;
2458 auto_vec<enum partition_type> scc_types; in break_alias_scc_partitions()
2900 enum partition_type type = ((*partitions)[0])->type; in finalize_partitions()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-loop-distribution.cc230 enum partition_type { enum
263 enum partition_type type;
2497 auto_vec<enum partition_type> scc_types; in break_alias_scc_partitions()
2939 enum partition_type type = ((*partitions)[0])->type; in finalize_partitions()
H A DChangeLog-201725076 * tree-loop-distribution.c (enum partition_type): New.
/netbsd-src/sbin/disklabel/
H A Dmain.c1127 switch (fcbb->partition_type) {