Searched refs:Report (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPReportManager.h32 bool Report(ppp_report_type type, int32 code, void *data, int32 length);
H A DKPPPInterface.h218 //! Shortcut to KPPPReportManager::Report() of this interface's report manager.
219 bool Report(ppp_report_type type, int32 code, void *data, int32 length) function in class:KPPPInterface
220 { return ReportManager().Report(type, code, data, length); }
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDReportItem.h20 HIDReport * Report() { return fReport; }; function in class:HIDReportItem
H A DHIDCollection.cpp274 HIDReport *report = item->Report();
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPReportManager.cpp168 KPPPReportManager::Report(ppp_report_type type, int32 code, void *data, int32 length) function in class:KPPPReportManager
170 TRACE("KPPPReportManager: Report(type=%d code=%ld length=%ld) to %ld receivers\n",
207 TRACE("KPPPReportManager::Report(): timed out sending\n");
H A DKPPPStateMachine.cpp119 // Report a down event to parent if we are not usable anymore.
144 Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_UP_SUCCESSFUL,
263 Interface().Report(PPP_CONNECTION_REPORT,
324 Interface().Report(PPP_CONNECTION_REPORT,
562 Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_DEVICE_UP_FAILED,
698 Interface().Report(PPP_CONNECTION_REPORT,
713 Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_CONNECTION_LOST,
729 Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_DOWN_SUCCESSFUL,
754 Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_GOING_UP,
H A DKPPPInterface.cpp271 Report(PPP_DESTRUCTION_REPORT, 0, &fID, sizeof(ppp_interface_id));

Completed in 100 milliseconds