Home
last modified time | relevance | path

Searched refs:bus_name (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c130 char bus_name[MAXPATHLEN + 1]; member
341 (void) strcpy(busp->bus_name, bus_path); in hpc_nexus_register_bus()
474 (void) strcpy(busp->bus_name, bus); in hpc_slot_register()
557 char *bus_name; in hpc_slot_unregister() local
587 bus_name = busp->bus_name; in hpc_slot_unregister()
645 if (strcmp(bus_name, busp->bus_name) == 0) in hpc_slot_unregister()
913 if (strcmp(path, busp->bus_name) == 0) in hpc_find_bus_by_name()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c1547 char *bus_name; member
1576 if (strncmp(bus, bus_info_array[i].bus_name, in apic_find_bus_type()
1577 strlen(bus_info_array[i].bus_name)) == 0) in apic_find_bus_type()