FreeBSD kernel CXGBE device code
if_cc.c File Reference
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/module.h>
Include dependency graph for if_cc.c:

Go to the source code of this file.

Functions

 __FBSDID ("$FreeBSD$")
 
static int mod_event (module_t mod, int cmd, void *arg)
 
 DECLARE_MODULE (if_cc, if_cc_mod, SI_SUB_EXEC, SI_ORDER_ANY)
 
 MODULE_VERSION (if_cc, 1)
 
 MODULE_DEPEND (if_cc, cc, 1, 1, 1)
 

Variables

static moduledata_t if_cc_mod = {"if_cc", mod_event}
 

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ DECLARE_MODULE()

DECLARE_MODULE ( if_cc  ,
if_cc_mod  ,
SI_SUB_EXEC  ,
SI_ORDER_ANY   
)

◆ mod_event()

static int mod_event ( module_t  mod,
int  cmd,
void *  arg 
)
static

Definition at line 36 of file if_cc.c.

◆ MODULE_DEPEND()

MODULE_DEPEND ( if_cc  ,
cc  ,
,
,
 
)

◆ MODULE_VERSION()

MODULE_VERSION ( if_cc  ,
 
)

Variable Documentation

◆ if_cc_mod

moduledata_t if_cc_mod = {"if_cc", mod_event}
static

Definition at line 41 of file if_cc.c.