libhd  5.0
Data Fields
driver_info_module_t Struct Reference

module info More...

#include <hd.h>

Data Fields

union driver_info_unext
 
enum driver_info_type type
 driver info type More...
 
str_list_thddb0
 
str_list_thddb1
 the actual driver database entries More...
 
unsigned active:1
 if module is currently active More...
 
unsigned modprobe:1
 modprobe or insmod More...
 
str_list_tnames
 (ordered) list of module names More...
 
str_list_tmod_args
 list of module args (corresponds to the module name list) More...
 
char * conf
 conf.modules entry, if any (e.g. More...
 

Detailed Description

module info

Field Documentation

◆ active

unsigned driver_info_module_t::active

if module is currently active

Referenced by dump_normal(), and expand_driver_info().

◆ conf

char* driver_info_module_t::conf

conf.modules entry, if any (e.g.

for sb.o)

Referenced by dump_normal(), expand_driver_info(), and free_driver_info().

◆ hddb0

str_list_t* driver_info_module_t::hddb0

Referenced by expand_driver_info().

◆ hddb1

str_list_t * driver_info_module_t::hddb1

the actual driver database entries

Referenced by expand_driver_info().

◆ mod_args

str_list_t* driver_info_module_t::mod_args

list of module args (corresponds to the module name list)

Referenced by dump_normal(), expand_driver_info(), and free_driver_info().

◆ modprobe

unsigned driver_info_module_t::modprobe

modprobe or insmod

Referenced by dump_normal(), hd_module_list(), and hddb_to_device_driver().

◆ names

str_list_t* driver_info_module_t::names

(ordered) list of module names

Referenced by dump_normal(), expand_driver_info(), free_driver_info(), hd_module_list(), and int_wlan().

◆ next

union driver_info_u* driver_info_module_t::next

◆ type

enum driver_info_type driver_info_module_t::type

driver info type


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