Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Oct 1995 03:03:59 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, wollman@lcs.mit.edu
Cc:        current@freebsd.org
Subject:   Re: Errors building some LKMs in -current
Message-ID:  <199510181703.DAA05231@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>I chose `foo_mod' because it was unlikely to conflict with anything
>that already existed in the code.  `foo_init' is simply the wrong
>name, because these are /not/ ``initialization'' functions; they are
>initialization-status-teardown functions.

How about `foo_dispatch'.  The examples in /usr/src/lkm/*.c are all
named `foo_init' but they just invoke the DISPATCH() macro.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510181703.DAA05231>