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

/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPReportManager.h27 void DisableReports(ppp_report_type type, thread_id thread);
H A DKPPPManager.h62 void (*DisableReports)(ppp_report_type type, thread_id thread); member in struct:ppp_interface_module_info
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterfaceListener.cpp192 interface.DisableReports(PPP_ALL_REPORTS, fReportThread);
203 Manager().DisableReports(PPP_ALL_REPORTS, fReportThread);
H A DPPPInterface.cpp312 PPPInterface::DisableReports(ppp_report_type type, thread_id thread) const function in class:PPPInterface
H A DPPPManager.cpp414 PPPManager::DisableReports(ppp_report_type type, thread_id thread) const function in class:PPPManager
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterface.h48 bool DisableReports(ppp_report_type type, thread_id thread) const;
H A DPPPManager.h51 bool DisableReports(ppp_report_type type, thread_id thread) const;
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPReportManager.cpp104 KPPPReportManager::DisableReports(ppp_report_type type, thread_id thread) function in class:KPPPReportManager
H A DKPPPInterface.cpp550 ReportManager().DisableReports(request->type, request->thread);
1099 ReportManager().DisableReports(PPP_CONNECTION_REPORT, find_thread(NULL));

Completed in 80 milliseconds