From owner-freebsd-current@FreeBSD.ORG Wed Jul 30 00:15:18 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C11C37B404 for ; Wed, 30 Jul 2003 00:15:18 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 9951143F3F for ; Wed, 30 Jul 2003 00:15:17 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 78324 invoked from network); 30 Jul 2003 07:15:16 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 30 Jul 2003 07:15:16 -0000 X-pair-Authenticated: 209.68.2.70 Date: Wed, 30 Jul 2003 02:14:30 -0500 (CDT) From: Mike Silbersack To: current@freebsd.org Message-ID: <20030730021052.P88169@odysseus.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: show locks w/o ddb? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 30 Jul 2003 07:15:18 -0000 This may be a dumb question, but is there a way to call whatever "show locks" calls from within the kernel, similar to how we can call backtrace()? Thanks, Mike "Silby" Silbersack