driver_info_module_t Struct Reference
[Driver information]

module info More...

#include <hd.h>


Data Fields

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


Detailed Description

module info


Field Documentation

unsigned driver_info_module_t::active

if module is currently active

char* driver_info_module_t::conf

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

for sb.o)

str_list_t* driver_info_module_t::hddb0

str_list_t * driver_info_module_t::hddb1

the actual driver database entries

str_list_t* driver_info_module_t::mod_args

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

unsigned driver_info_module_t::modprobe

modprobe or insmod

str_list_t* driver_info_module_t::names

(ordered) list of module names

union driver_info_u* driver_info_module_t::next

enum driver_info_type driver_info_module_t::type

driver info type


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