Lines Matching refs:ap_id
194 event_process(char *ap_id, char *req, char *acpi_event_type) in event_process() argument
203 ap_id, req); in event_process()
207 apids[0] = ap_id; in event_process()
218 "board '%s' has been assigned successfully", ap_id); in event_process()
227 "board '%s' has been powered on successfully", ap_id); in event_process()
236 "board '%s' has been connected successfully", ap_id); in event_process()
245 "board '%s' has been configured successfully", ap_id); in event_process()
251 "board '%s' has been added into system successfully", ap_id); in event_process()
259 syslog(LOG_ERR, "failed to add board '%s' into system", ap_id); in event_process()
270 char *ap_id, *req, *acpi_event_type; in notify_hotplug() local
302 if (nvlist_lookup_string(attr_list, DR_AP_ID, &ap_id) != 0) { in notify_hotplug()
308 debug_print(2, "%s = '%s'", DR_AP_ID, ap_id ? ap_id : "<null>"); in notify_hotplug()
309 if ((ap_id == NULL) || (strlen(ap_id) == 0)) { in notify_hotplug()
341 (void) event_process(ap_id, req, acpi_event_type); in notify_hotplug()