Home
last modified time | relevance | path

Searched refs:modules_alias_path (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/hdt/
Dhdt-common.c94 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()
Dhdt-common.h216 char modules_alias_path[255]; member
/external/syslinux/com32/include/sys/
Dpci.h150 int get_module_name_from_alias(struct pci_domain *pci_domain, char *modules_alias_path);
/external/syslinux/com32/lib/pci/
Dscan.c595 int get_module_name_from_alias(struct pci_domain *domain, char *modules_alias_path) in get_module_name_from_alias() argument
623 f=zfopen(modules_alias_path, "r"); in get_module_name_from_alias()