FreeBSD kernel kern code
|
Data Fields | |
int | refcnt |
struct priv_fw * | parent |
int | flags |
linker_file_t | file |
struct firmware | fw |
Definition at line 81 of file subr_firmware.c.
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 |
Definition at line 108 of file subr_firmware.c.
Referenced by firmware_get(), firmware_modevent(), firmware_register(), lookup(), and unloadentry().
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 |
Definition at line 82 of file subr_firmware.c.
Referenced by firmware_get(), firmware_modevent(), firmware_put(), firmware_unregister(), and unloadentry().