Re: G_PART macro definitions

2010-11-29 Thread Marcel Moolenaar
On Nov 29, 2010, at 12:44 AM, per...@pluto.rain.com wrote: > "Andrey V. Elsukov" wrote: > >>> I would expect to find -- somewhere -- some definitions along the >>> lines of >>> >>> #define G_PART_PROBE(table, cp) (*(table->XXX))(table, cp) >> >> They are generated from g_part_if.m by with awk

Current problem reports assigned to freebsd-geom@FreeBSD.org

2010-11-29 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker

Re: G_PART macro definitions

2010-11-29 Thread Andrey V. Elsukov
On 29.11.2010 11:44, per...@pluto.rain.com wrote: > Aha! That explains why I couldn't find them in the source distribution. > > I don't yet have a build directory, because the system isn't up > and running yet -- I'm trying to figure out why my disk partitions > are not being recognized correctly

Re: G_PART macro definitions

2010-11-29 Thread perryh
"Andrey V. Elsukov" wrote: > > I would expect to find -- somewhere -- some definitions along the > > lines of > > > > #define G_PART_PROBE(table, cp) (*(table->XXX))(table, cp) > > They are generated from g_part_if.m by with awk script. Look at your > build directory, there are g_part_if.[ch] fi