Searched refs:code (Results 126 - 150 of 477) sorted by relevance

1234567891011>>

/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp281 int32 type, code;
283 message->FindInt32("code", &code);
285 if(type == PPP_MANAGER_REPORT && code == PPP_REPORT_INTERFACE_CREATED) {
296 UpdateStatus(code);
303 ConnectionView::UpdateStatus(int32 code) argument
308 if(code == PPP_REPORT_UP_SUCCESSFUL) {
319 if(fKeepLabel && code != PPP_REPORT_GOING_UP && code != PPP_REPORT_UP_SUCCESSFUL)
328 switch(code) {
[all...]
H A DConnectionView.h44 void UpdateStatus(int32 code);
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DFrameInterface.cpp84 uint8 ident, uint8 code)
97 frame->code = code;
83 SpawmSignal(HciConnection* conn, L2capChannel* channel, net_buffer* buffer, uint8 ident, uint8 code) argument
/haiku/src/tests/kits/app/blooper/
H A DIsMessageWaitingTest.cpp155 int32 code;
156 read_port(_get_looper_port_(Looper), &code, (void*)buffer, count);
157 cout << "code: " << code << endl;
/haiku/headers/os/interface/
H A DStringItem.h31 virtual status_t Perform(perform_code code, void* arg);
/haiku/src/apps/cortex/addons/common/
H A DSoundUtils.h10 * 1. Redistributions of source code must retain the above copyright
67 int32 code, ...);
/haiku/src/apps/cortex/support/
H A DSoundUtils.h10 * 1. Redistributions of source code must retain the above copyright
67 int32 code, ...);
/haiku/src/bin/rc/
H A Dcompile.h42 type_code code; // type code member in struct:type_t
/haiku/src/tests/servers/app/drawing_debugger/
H A DDrawingDebugger.cpp143 int32 code = 0; local
144 status_t result = read_port_etc(port, &code, buffer, bufferSize,
153 switch (code) {
170 printf("unsupported code '%.4s'\n", (char *)&code);
/haiku/src/tests/servers/app/newClipping/
H A DMyView.h16 virtual void MouseMoved(BPoint where, uint32 code, const BMessage *a_message);
/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);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPReportManager.cpp161 \param code The report code belonging to the report type.
168 KPPPReportManager::Report(ppp_report_type type, int32 code, void *data, int32 length) argument
170 TRACE("KPPPReportManager: Report(type=%d code=%ld length=%ld) to %ld receivers\n",
171 type, code, length, fReportRequests.CountItems());
189 report.code = code;
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoE.h23 // the code value used for query reports
55 uint8 code; member in struct:pppoe_header
H A DDiscoveryPacket.cpp12 DiscoveryPacket::DiscoveryPacket(uint8 code, uint16 sessionID) argument
13 : fCode(code),
31 SetCode(header.code);
146 header->code = Code();
/haiku/src/kits/debugger/arch/x86/disasm/
H A DDisassemblerX86.h22 virtual status_t Init(target_addr_t address, const void* code,
/haiku/src/kits/debugger/arch/x86_64/disasm/
H A DDisassemblerX8664.h23 virtual status_t Init(target_addr_t address, const void* code,
/haiku/src/kits/media/
H A DReaderPlugin.cpp70 Reader::Perform(perform_code code, void* _data) argument
/haiku/src/apps/deskbar/
H A DBarMenuBar.h64 virtual void MouseMoved(BPoint where, uint32 code,
/haiku/src/apps/haikudepot/model/
H A DRatingStability.h17 const BString& code,
/haiku/src/apps/haikudepot/ui/
H A DFilterView.cpp129 category code. If the supplied code was found and the item marked
134 FilterView::_SelectCategoryCode(BMenu* menu, const BString& code) argument
138 if (_MatchesCategoryCode(item, code)) {
148 FilterView::_MatchesCategoryCode(BMenuItem* item, const BString& code) argument
154 message->FindString("code", &itemCode);
155 return itemCode == code;
166 message->AddString("code", category->Code());
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_regdomain.c126 ieee80211_countrycode2name(u_int16_t code) argument
133 if (ieee80211_r_ctry[i].cn_code == code)
175 ieee80211_countrycode2regdomain(u_int16_t code) argument
180 if (ieee80211_r_ctry[i].cn_code == code)
/haiku/src/apps/haikudepot/packagemodel/
H A DDepotInfo.cpp217 DepotInfo::SetWebAppRepositoryCode(const BString& code) argument
219 fWebAppRepositoryCode = code;
224 DepotInfo::SetWebAppRepositorySourceCode(const BString& code) argument
226 fWebAppRepositorySourceCode = code;
H A DScreenshotInfo.h17 ScreenshotInfo(const BString& code,
/haiku/src/kits/app/
H A DLinkReceiver.cpp76 LinkReceiver::GetNextMessage(int32 &code, bigtime_t timeout) argument
112 code = header->code;
116 header->code, fReplySize, header->code, header->flags, fReceivePort));
148 return header->code;
165 // Here we take advantage of the compiler's dead-code elimination
227 int32 code;
234 bytesRead = read_port_etc(fReceivePort, &code, fRecvBuffer,
239 bytesRead = read_port(fReceivePort, &code, fRecvBuffe
[all...]
/haiku/headers/libs/iconv/
H A Diconv.h51 /* Allocates descriptor for code conversion from encoding `fromcode' to
110 (unsigned int code,
131 (wchar_t code,

Completed in 274 milliseconds

1234567891011>>