From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 3 17:33:56 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCEBF37B401 for ; Thu, 3 Jul 2003 17:33:56 -0700 (PDT) Received: from ns1.itga.com.au (ns1.itga.com.au [202.53.40.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1EAD43FB1 for ; Thu, 3 Jul 2003 17:33:52 -0700 (PDT) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns1.itga.com.au (8.12.9/8.12.9) with ESMTP id h640XpUl016955; Fri, 4 Jul 2003 10:33:51 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (localhost [127.0.0.1]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id KAA18426; Fri, 4 Jul 2003 10:33:50 +1000 (EST) Message-Id: <200307040033.KAA18426@lightning.itga.com.au> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 From: Gregory Bond To: KAREN THODE In-reply-to: Your message of Thu, 03 Jul 2003 15:20:17 -0700. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 04 Jul 2003 10:33:50 +1000 Sender: gnb@itga.com.au cc: freebsd-bugs@freebsd.org Subject: Re: kern/40723: Disabling multicast on vlan interface caused kernel panic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 00:33:57 -0000 > Could someone tell me the file where the ROUNDUP() macro/function is defined? Brute Force way: hellcat$ find /usr/src -name '*.h' -print0 | xargs -0 grep "define *ROUNDUP" /usr/src/sys/gmon.h:#define ROUNDUP(x,y) roundup(x,y) hellcat$ Let-someone-else-do-the-brute-force way: http://minnie.tuhs.org/FreeBSD-srctree/FreeBSD.html