Searched refs:code (Results 276 - 300 of 477) sorted by relevance

<<11121314151617181920

/haiku/headers/os/media/
H A DMediaEncoder.h49 virtual status_t AddTrackInfo(uint32 code, const char* data,
/haiku/headers/os/interface/
H A DStringView.h72 virtual status_t Perform(perform_code code, void* data);
H A DMenuBar.h80 virtual status_t Perform(perform_code code, void* data);
H A DDragger.h58 virtual status_t Perform(perform_code code, void* data);
H A DScrollBar.h44 virtual void MouseMoved(BPoint where, uint32 code,
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_intel.h11 * * Redistributions of source code must retain the above copyright
129 uint8_t code; member in struct:nvme_intel_smart_attribute
/haiku/src/servers/media/
H A Dmedia_server.cpp12 * * Redistributions of source code must retain the above copyright notice,
84 void _HandleMessage(int32 code, const void* data,
272 ServerApp::_HandleMessage(int32 code, const void* data, size_t size) argument
274 TRACE("ServerApp::HandleMessage %#" B_PRIx32 " enter\n", code);
275 switch (code) {
898 printf("media_server: received unknown message code %#08" B_PRIx32
899 "\n", code);
901 TRACE("ServerApp::HandleMessage %#" B_PRIx32 " leave\n", code);
912 int32 code; local
913 while ((size = read_port_etc(server->_ControlPort(), &code, dat
[all...]
/haiku/headers/private/virtio/
H A Dvirtio_defs.h185 uint16 code; member in struct:VirtioInputPacket
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.h100 void _KeyString(uint32 code, char* str, size_t len);
/haiku/src/system/boot/platform/u-boot/
H A Dconsole.cpp161 return key.code.ascii;
/haiku/src/kits/support/
H A DStringList.cpp365 BStringList::AllowsTypeCode(type_code code) const
367 return code == B_STRING_LIST_TYPE;
404 BStringList::Unflatten(type_code code, const void* buffer, ssize_t size) argument
406 if (code != B_STRING_LIST_TYPE)
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.h42 virtual status_t Perform(perform_code code, void* data);
/haiku/src/apps/haikudepot/model/
H A DModel.cpp600 BString code; local
601 if (item.FindString("code", &code) != B_OK) {
612 "nickname", code.String());
626 " be ignored", code.String());
670 // note that language identifiers are "code" in HDS and "id" in Haiku
674 HDDEBUG("rating [%s] retrieved from server", code.String());
912 && error.FindDouble("code", &errorCode) == B_OK) {
931 Model::RatingStabilityByCode(BString& code) const
937 if (aRatingStability->Code() == code)
[all...]
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp286 GenericThread::SendData(int32 code, void* buffer, size_t buffer_size) argument
288 return send_data(fThreadId, code, buffer, buffer_size);
/haiku/src/bin/network/telnetd/
H A Dtermstat.c8 * 1. Redistributions of source code must retain the above copyright
391 clientstat(int code, int parm1, int parm2) argument
400 * Process request from client. code tells what it is.
402 switch (code) {
/haiku/src/tests/kits/app/common/
H A DAppRunner.cpp226 int32 code; local
227 ssize_t bytes = read_port(port, &code, buffer, sizeof(buffer) - 1);
/haiku/src/kits/app/
H A DServerLink.cpp218 ServerLink::FlushWithReply(int32& code) argument
224 return GetNextMessage(code);
/haiku/src/apps/expander/
H A DGenericThread.cpp278 GenericThread::SendData(int32 code, void* buffer, size_t size) argument
280 return (send_data(fThreadId, code, buffer, size));
/haiku/src/kits/interface/
H A DGroupLayout.cpp338 BGroupLayout::Perform(perform_code code, void* _data) argument
340 return BTwoDimensionalLayout::Perform(code, _data);
/haiku/src/apps/packageinstaller/
H A DPackageInstall.cpp102 uint32 code = _Install(); local
106 BMessage message(code);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h219 bool Report(ppp_report_type type, int32 code, void *data, int32 length) argument
220 { return ReportManager().Report(type, code, data, length); }
/haiku/src/kits/debugger/arch/x86_64/disasm/
H A DDisassemblerX8664.cpp79 DisassemblerX8664::Init(target_addr_t address, const void* code, size_t codeSize) argument
91 fCode = (const uint8*)code;
/haiku/headers/os/app/
H A DLooper.h145 void* ReadRawFromPort(int32* code,
149 virtual BMessage* ConvertToMessage(void* raw, int32 code);
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp274 switch (data.code) {
753 // addresses have special handling to reduce code size
954 // addresses have special handling to reduce code size
1410 lcpheader.code = PPP_CONFIGURE_ACK;
1424 // addresses have special handling to reduce code size
1488 if (nak.code == PPP_CONFIGURE_NAK) {
1491 nak.code = PPP_CONFIGURE_REJECT;
1519 request->code = PPP_TERMINATE_REQUEST;
1547 ack->code = PPP_TERMINATE_ACK;
1555 ack.code
[all...]
/haiku/src/kits/media/
H A DDataExchange.cpp214 int32 code; local
215 status = read_port_etc(request->reply_port, &code, reply, replySize,

Completed in 223 milliseconds

<<11121314151617181920