From owner-freebsd-geom@FreeBSD.ORG Mon Nov 29 08:51:13 2010 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B4DC1065672 for ; Mon, 29 Nov 2010 08:51:13 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 42CA28FC0C for ; Mon, 29 Nov 2010 08:51:13 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id oAT8pCkG002362 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 29 Nov 2010 00:51:12 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id oAT8pC4L002361; Mon, 29 Nov 2010 00:51:12 -0800 (PST) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA07256; Mon, 29 Nov 10 00:45:07 PST Date: Mon, 29 Nov 2010 00:44:47 -0800 From: perryh@pluto.rain.com To: bu7cher@yandex.ru Message-Id: <4cf367ff.58BO71PlaI7w0e4r%perryh@pluto.rain.com> References: <4cf21cd3.UbQ57eYkszW60Ww4%perryh@pluto.rain.com> <4CF34297.4070300@yandex.ru> <4cf35138.VleaJCYj4z5kd9WX%perryh@pluto.rain.com> <4CF35809.6050704@yandex.ru> In-Reply-To: <4CF35809.6050704@yandex.ru> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-geom@freebsd.org Subject: Re: G_PART macro definitions X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2010 08:51:13 -0000 "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] files. 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. There's a description of what I currently think is happening at http://lists.freebsd.org/pipermail/freebsd-questions/2010-November/224466.html