freebsd-nq/lib/libdisk
Marcel Moolenaar 7bf298bcad Don't use type unknown for partitions that we don't care about because
the chunk will never be added to the list in that case. Use type mbr
for GPT nested MBRs and use type part for any partition we don't know
or care about. Since the subtype is 0, this should not cause confusion.
2004-08-05 17:44:07 +00:00
..
blocks.c
change.c
chunk.c
create_chunk.c
disk.c
libdisk.3
libdisk.h
Makefile
open_disk.c Typo in comment. 2004-08-02 19:57:37 +00:00
open_ia64_disk.c Don't use type unknown for partitions that we don't care about because 2004-08-05 17:44:07 +00:00
rules.c
tst01.c
write_alpha_disk.c
write_amd64_disk.c
write_disk.c
write_i386_disk.c
write_ia64_disk.c
write_pc98_disk.c
write_powerpc_disk.c
write_sparc64_disk.c