get_module_param
r = get_module_param(module_name, param, value, sizeof(value));
r = get_module_param(module_name, param, &value, sizeof(value));