From owner-freebsd-hackers Sat Oct 4 23:47:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA02319 for hackers-outgoing; Sat, 4 Oct 1997 23:47:29 -0700 (PDT) Received: from proxy4.ba.best.com (root@proxy4.ba.best.com [206.184.139.15]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA02314 for ; Sat, 4 Oct 1997 23:47:26 -0700 (PDT) Received: from shellx.best.com (shellx.best.com [206.86.0.11]) by proxy4.ba.best.com (8.8.7/8.8.BEST) with ESMTP id XAA13178 for ; Sat, 4 Oct 1997 23:45:28 -0700 (PDT) Received: from localhost (mdean@localhost) by shellx.best.com (8.8.6/8.8.3) with SMTP id XAA17787 for ; Sat, 4 Oct 1997 23:45:27 -0700 (PDT) Date: Sat, 4 Oct 1997 23:45:27 -0700 (PDT) From: mdean To: freebsd-hackers@freebsd.org Subject: Kernel function index. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is there an easy way to index all of the functions and structs in the kernel source tree? So that if I for instance want to know where the bubba() function is defined or struct foo I can do somethnig to the extent of a locate on the kernel sourcetext?