From owner-freebsd-hackers Wed Jul 5 06:25:04 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA23022 for hackers-outgoing; Wed, 5 Jul 1995 06:25:04 -0700 Received: from tserv.lodgenet.com (lodgenet@vie1.rrnet.com [198.81.198.10]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA22978 for ; Wed, 5 Jul 1995 06:23:37 -0700 Received: from jake.lodgenet.com (jake.lodgenet.com [204.124.120.30]) by tserv.lodgenet.com (8.6.12/8.6.12) with ESMTP id IAA27454; Wed, 5 Jul 1995 08:24:30 -0500 Received: from localhost (localhost [127.0.0.1]) by jake.lodgenet.com (8.6.11/8.6.9) with SMTP id IAA24241; Wed, 5 Jul 1995 08:24:14 -0500 Message-Id: <199507051324.IAA24241@jake.lodgenet.com> X-Authentication-Warning: jake.lodgenet.com: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6 4/21/95 To: "Jonathan M. Bresler" cc: hackers@FreeBSD.org Subject: Re: splnet and if_ep.c In-reply-to: Your message of "Tue, 04 Jul 1995 20:07:43 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 05 Jul 1995 08:24:12 -0500 From: "Eric L. Hernes" Sender: hackers-owner@FreeBSD.org Precedence: bulk > > so the vote is in: -- 3, splnet 1, and the winner splimp 9. > this is code not a town meeting ;) i have not yet found the location > these are declared. can you ctags the whole kernel source tree? I've tried cd /sys/compile/MYKERNEL; make tags it says `see ../../kern/Makefile for tags' but that tries to tag all of the architectures (from the 4.4 dist, I assume) my favorite is: cd /sys; find . -name "*.[ch]" |xargs ctags -a but it usually bitches about multiply defined symbols amongst device drivers (most are static). but gives a fairly complete tags table. A while back when someone wanted a list of all options for a kernel build I went so far as cd /sys; find . -name "*.[ch]" |xargs grep '#if' >> somefile which I was gonna parse with some perl script, but I lost interest. > > jmb > > Jonathan M. Bresler jmb@kryten.atinc.com | Analysis & Technology, Inc. > FreeBSD Postmaster | 2341 Jeff Davis Hwy > play go. | Arlington, VA 22202 > ride bike. hack FreeBSD.--ah the good life | 703-418-2800 x346 > > eric. -- erich@lodgenet.com erich@rrnet.com