Linux Kernel
3.7.1
|
Functions | |
def | tcm_mod_err |
def | tcm_mod_create_module_subdir |
def | tcm_mod_build_FC_include |
def | tcm_mod_build_SAS_include |
def | tcm_mod_build_iSCSI_include |
def | tcm_mod_build_base_includes |
def | tcm_mod_build_configfs |
def | tcm_mod_scan_fabric_ops |
def | tcm_mod_dump_fabric_ops |
def | tcm_mod_build_kbuild |
def | tcm_mod_build_kconfig |
def | tcm_mod_add_kbuild |
def | tcm_mod_add_kconfig |
def | main |
Variables | |
string | tcm_dir "" |
list | fabric_ops [] |
string | fabric_mod_dir "" |
string | fabric_mod_port "" |
string | fabric_mod_init_port "" |
tuple | parser optparse.OptionParser() |
string | action 'store' |
list | mandatories ['modname', 'protoident'] |
def tcm_mod_builder.main | ( | modname, | |
proto_ident | |||
) |
Definition at line 991 of file tcm_mod_builder.py.
def tcm_mod_builder.tcm_mod_add_kbuild | ( | tcm_dir, | |
fabric_mod_name | |||
) |
Definition at line 973 of file tcm_mod_builder.py.
def tcm_mod_builder.tcm_mod_add_kconfig | ( | tcm_dir, | |
fabric_mod_name | |||
) |
Definition at line 982 of file tcm_mod_builder.py.
def tcm_mod_builder.tcm_mod_build_base_includes | ( | proto_ident, | |
fabric_mod_dir_val, | |||
fabric_mod_name | |||
) |
Definition at line 195 of file tcm_mod_builder.py.
def tcm_mod_builder.tcm_mod_build_configfs | ( | proto_ident, | |
fabric_mod_dir_var, | |||
fabric_mod_name | |||
) |
Definition at line 209 of file tcm_mod_builder.py.
def tcm_mod_builder.tcm_mod_build_FC_include | ( | fabric_mod_dir_var, | |
fabric_mod_name | |||
) |
Definition at line 38 of file tcm_mod_builder.py.
def tcm_mod_builder.tcm_mod_build_iSCSI_include | ( | fabric_mod_dir_var, | |
fabric_mod_name | |||
) |
Definition at line 146 of file tcm_mod_builder.py.
def tcm_mod_builder.tcm_mod_build_kbuild | ( | fabric_mod_dir_var, | |
fabric_mod_name | |||
) |
Definition at line 928 of file tcm_mod_builder.py.
def tcm_mod_builder.tcm_mod_build_kconfig | ( | fabric_mod_dir_var, | |
fabric_mod_name | |||
) |
Definition at line 949 of file tcm_mod_builder.py.
def tcm_mod_builder.tcm_mod_build_SAS_include | ( | fabric_mod_dir_var, | |
fabric_mod_name | |||
) |
Definition at line 93 of file tcm_mod_builder.py.
def tcm_mod_builder.tcm_mod_create_module_subdir | ( | fabric_mod_dir_var | ) |
Definition at line 26 of file tcm_mod_builder.py.
def tcm_mod_builder.tcm_mod_dump_fabric_ops | ( | proto_ident, | |
fabric_mod_dir_var, | |||
fabric_mod_name | |||
) |
Definition at line 538 of file tcm_mod_builder.py.
def tcm_mod_builder.tcm_mod_err | ( | msg | ) |
Definition at line 22 of file tcm_mod_builder.py.
def tcm_mod_builder.tcm_mod_scan_fabric_ops | ( | tcm_dir | ) |
Definition at line 503 of file tcm_mod_builder.py.
Definition at line 1033 of file tcm_mod_builder.py.
string fabric_mod_dir "" |
Definition at line 18 of file tcm_mod_builder.py.
string fabric_mod_init_port "" |
Definition at line 20 of file tcm_mod_builder.py.
string fabric_mod_port "" |
Definition at line 19 of file tcm_mod_builder.py.
list fabric_ops [] |
Definition at line 17 of file tcm_mod_builder.py.
Definition at line 1039 of file tcm_mod_builder.py.
tuple parser optparse.OptionParser() |
Definition at line 1031 of file tcm_mod_builder.py.
string tcm_dir "" |
Definition at line 15 of file tcm_mod_builder.py.