From owner-freebsd-current@FreeBSD.ORG Wed Nov 7 15:27:33 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BEBC992E for ; Wed, 7 Nov 2012 15:27:33 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (lrosenman-1-pt.tunnel.tserv8.dal1.ipv6.he.net [IPv6:2001:470:1f0e:3ad::2]) by mx1.freebsd.org (Postfix) with ESMTP id 7E66F8FC0A for ; Wed, 7 Nov 2012 15:27:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Message-ID:Subject:To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=LnhTXoTLxj/b9TduCB1Y62kh/roSsYdGlZb4A/uZPzA=; b=EIO4AyKEsOlAmTO7LThsQfgSwrEQppnWos1rmrxJm7GcnwiTM9gRSs1W/eYn5d95UF+hVx9PKeubCzIYS7BXxudte89bPrEXZjAh/rb2RGwJnhAdqDoVJ3pUXYlvHBPyfksnjXfn4aEGK1Ol9ao0uLTRuvSByxutOaCvWWhPCcc=; Received: from localhost.lerctr.org ([127.0.0.1]:25282 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpa (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1TW7XQ-0008eR-EK for freebsd-current@freebsd.org; Wed, 07 Nov 2012 09:27:32 -0600 Received: from [32.97.110.60] by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Wed, 07 Nov 2012 09:27:32 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 07 Nov 2012 09:27:32 -0600 From: Larry Rosenman To: Subject: sysutils/lsof Author Question (for CLANG).... Message-ID: <5d4c4abe37bd6fffd0c206c1b7b68ce1@webmail.lerctr.org> X-Sender: ler@lerctr.org User-Agent: Roundcube Webmail/0.8.2 X-Spam-Score: -3.3 (---) X-LERCTR-Spam-Score: -3.3 (---) X-Spam-Report: SpamScore (-3.3/5.0) ALL_TRUSTED=-1, BAYES_00=-1.9, RP_MATCHES_RCVD=-0.37 X-LERCTR-Spam-Report: SpamScore (-3.3/5.0) ALL_TRUSTED=-1, BAYES_00=-1.9, RP_MATCHES_RCVD=-0.37 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2012 15:27:34 -0000 Vic Abell (the lsof author) asked me the following: In adjusting for clang I have come up with an unanswered question. Where is the VOP_UNLOCK() macro defined? I've done a full search of all the files in /usr/src/sys and can't find its definition, but I find many, many uses. Perhaps someone on the freebsd-current list knows. Can someone help me help him?