Searched refs:event_id (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/ofed/management/opensm/osmeventplugin/src/
H A Dosmeventplugin.c151 static void report(void *_log, osm_epi_event_id_t event_id, void *event_data) argument
155 switch (event_id) {
/freebsd-10.0-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_event_plugin.h158 osm_epi_event_id_t event_id, void *event_data);
H A Dosm_opensm.h507 void osm_opensm_report_event(osm_opensm_t *osm, osm_epi_event_id_t event_id,
/freebsd-10.0-release/contrib/wpa/src/wps/
H A Dwps_er.h90 unsigned int event_id; member in struct:wps_er
H A Dwps_er.c462 ap->er->event_id, ap->id, 1800);
1210 unsigned int event_id; local
1212 event_id = atoi(uri + 7);
1213 if (event_id != er->event_id) {
1215 "unknown event id %u", event_id);
1284 if (os_get_random((unsigned char *) &er->event_id,
1285 sizeof(er->event_id)) < 0) {
1289 /* Limit event_id to < 32 bits to avoid issues with atoi() */
1290 er->event_id
[all...]
/freebsd-10.0-release/usr.sbin/acpi/acpidump/
H A Dacpidump.h86 u_int32_t event_id; member in struct:TCPApc_event
H A Dacpi.c625 switch (pc_event->event_id) {
639 TCPA_pcclient_strings[pc_event->event_id]);
644 pc_event->event_id);
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_opensm.c485 void osm_opensm_report_event(osm_opensm_t *osm, osm_epi_event_id_t event_id, argument
495 p->impl->report(p->plugin_data, event_id, event_data);
/freebsd-10.0-release/sys/dev/acpi_support/
H A Dacpi_wmi.c130 UINT32 event_id, ACPI_BUFFER *out);
467 * (event_id equals "notify" passed in the callback)
470 acpi_wmi_get_event_data_method(device_t dev, UINT32 event_id, ACPI_BUFFER *out) argument
484 params[0].Integer.Value = event_id;
489 ((UINT8) winfo->ginfo.oid[0] == event_id)) {

Completed in 189 milliseconds