freebsd-dev/sys/geom/part
Andrey V. Elsukov 55514bdfc0 Fix regression introduced in r215088: gpart(8) reports
"arg0 'provider': Invalid argument" after creating new partition
table.
Move code for search of existing geom into g_part_find_geom
function and use this function instead of g_part_parm_geom
in g_part_ctl_create.

Approved by:	kib (mentor)
2010-11-11 12:13:41 +00:00
..
g_part_apm.c Teach gpart about bootcode on APM. 2010-05-16 22:21:33 +00:00
g_part_bsd.c Don't leak memory on destruction. 2010-06-02 17:17:11 +00:00
g_part_ebr.c The canonical way to print __func__ when using KASSERT() is to write 2010-10-13 11:35:59 +00:00
g_part_gpt.c Reimplemented "gpart destroy -F". Now it does all work in kernel. 2010-10-25 16:23:35 +00:00
g_part_if.m Reimplemented "gpart destroy -F". Now it does all work in kernel. 2010-10-25 16:23:35 +00:00
g_part_mbr.c The canonical way to print __func__ when using KASSERT() is to write 2010-10-13 11:35:59 +00:00
g_part_pc98.c Some schemes can allocate memory for internal purposes but when 2010-09-25 18:27:29 +00:00
g_part_vtoc8.c Fix some whitespace nits. 2010-05-24 17:33:02 +00:00
g_part.c Fix regression introduced in r215088: gpart(8) reports 2010-11-11 12:13:41 +00:00
g_part.h Reimplemented "gpart destroy -F". Now it does all work in kernel. 2010-10-25 16:23:35 +00:00