Searched refs:objname (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | acpiphp_glue.c | 1041 char objname[64]; in handle_hotplug_event_bridge() local 1042 struct acpi_buffer buffer = { .length = sizeof(objname), in handle_hotplug_event_bridge() 1043 .pointer = objname }; in handle_hotplug_event_bridge() 1052 dbg("%s: Bus check notify on %s\n", __FUNCTION__, objname); in handle_hotplug_event_bridge() 1058 dbg("%s: Device check notify on %s\n", __FUNCTION__, objname); in handle_hotplug_event_bridge() 1064 dbg("%s: Device wake notify on %s\n", __FUNCTION__, objname); in handle_hotplug_event_bridge() 1069 dbg("%s: Device eject notify on %s\n", __FUNCTION__, objname); in handle_hotplug_event_bridge() 1073 warn("notify_handler: unknown event type 0x%x for %s\n", type, objname); in handle_hotplug_event_bridge() 1092 char objname[64]; in handle_hotplug_event_func() local 1093 struct acpi_buffer buffer = { .length = sizeof(objname), in handle_hotplug_event_func() [all …]
|