FreeBSD kernel kern code
priv_fw Struct Reference
Collaboration diagram for priv_fw:

Data Fields

int refcnt
 
struct priv_fwparent
 
int flags
 
linker_file_t file
 
struct firmware fw
 

Detailed Description

Definition at line 81 of file subr_firmware.c.

Field Documentation

linker_file_t priv_fw::file

Definition at line 99 of file subr_firmware.c.

Referenced by firmware_put(), firmware_unregister(), loadimage(), and unloadentry().

int priv_fw::flags

Definition at line 90 of file subr_firmware.c.

Referenced by firmware_modevent(), firmware_put(), and unloadentry().

struct firmware priv_fw::fw
struct priv_fw* priv_fw::parent

Definition at line 88 of file subr_firmware.c.

Referenced by firmware_get(), firmware_put(), and firmware_register().

int priv_fw::refcnt

The documentation for this struct was generated from the following file: