Searched refs:modules_alias_path (Results 1 – 4 of 4) sorted by relevance
94 strlcpy(hardware->modules_alias_path, argv[i] + 14, in detect_parameters()95 sizeof(hardware->modules_alias_path)); in detect_parameters()96 convert_isolinux_filename(hardware->modules_alias_path, hardware); in detect_parameters()231 memset(hardware->modules_alias_path, 0, in init_hardware()232 sizeof hardware->modules_alias_path); in init_hardware()244 strcat(hardware->modules_alias_path, "modules.alias"); in init_hardware()595 hardware->modules_alias_path); in detect_pci()
216 char modules_alias_path[255]; member
150 int get_module_name_from_alias(struct pci_domain *pci_domain, char *modules_alias_path);
595 int get_module_name_from_alias(struct pci_domain *domain, char *modules_alias_path) in get_module_name_from_alias() argument623 f=zfopen(modules_alias_path, "r"); in get_module_name_from_alias()