Searched refs:code (Results 126 - 150 of 474) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/kernel/network/dns_resolver/server/
H A Dmain.cpp143 int32 code; local
144 size = read_port(gRequestPort, &code, buffer, size);
149 switch (code) {
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp495 int32 code; local
496 if (link.FlushWithReply(code) == B_OK
497 && code == B_OK) {
513 int32 code; local
518 if (link.FlushWithReply(code) == B_OK
519 && code == B_OK)
1037 int32 code; local
1038 if (link.FlushWithReply(code) == B_OK && code == B_OK)
1111 int32 code; local
1137 int32 code; local
1154 int32 code; local
1190 int32 code; local
1267 int32 code; local
1533 int32 code; local
1592 int32 code; local
1631 int32 code; local
1659 int32 code; local
1709 int32 code; local
1733 int32 code; local
[all...]
/haiku/headers/os/add-ons/input_server/
H A DInputServerDevice.h52 virtual status_t Control(const char* device, void* cookie, uint32 code,
/haiku/src/servers/input/
H A DInputServer.cpp106 InputDeviceListItem::Control(uint32 code, BMessage* message) argument
108 fServerDevice->Control(fDevice.name, fDevice.cookie, code, message);
652 msg.AddInt32("code", B_MOUSE_TYPE_CHANGED);
691 msg.AddInt32("code", B_MOUSE_ACCELERATION_CHANGED);
714 msg.AddInt32("code", B_KEY_REPEAT_DELAY_CHANGED);
826 msg.AddInt32("code", B_KEY_MAP_CHANGED);
842 msg.AddInt32("code", B_KEY_LOCKS_CHANGED);
894 msg.AddInt32("code", B_MOUSE_SPEED_CHANGED);
920 msg.AddInt32("code", B_MOUSE_MAP_CHANGED);
947 msg.AddInt32("code", B_CLICK_SPEED_CHANGE
1107 int32 code; local
1404 ControlDevices(const char* name, input_device_type type, uint32 code, BMessage* message) argument
1507 int32 code; local
[all...]
/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/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h42 * * Redistributions of source code must retain the above copyright
1030 uint32_t inst_size; /* bytes of runtime code */
1032 uint32_t init_size; /* bytes of init code */
1034 uint32_t boot_size; /* bytes of bootstrap code */
1039 uint32_t inst_size; /* bytes of runtime code */
1041 uint32_t init_size; /* bytes of init code */
1043 uint32_t boot_size; /* bytes of bootstrap code */
3055 * code 011 010 001 000 | 100 101 110 111
6524 * The MCC is two letter-code, ascii upper case[A-Z] or '00' for world domain.
6527 * @mcc: given mobile country code
6727 uint8_t code; member in struct:iwm_cmd_header
[all...]
/haiku/src/system/kernel/
H A Dport.cpp93 int32 code; member in struct:__anon5::port_message
297 Read(const BReference<Port>& portRef, int32 code, ssize_t result) argument
302 fCode(code),
308 Read(port_id id, int32 readCount, int32 writeCount, int32 code, argument
314 fCode(code),
322 out.Print("port %ld read, read %ld, write %ld, code %lx: %ld",
337 Write(port_id id, int32 readCount, int32 writeCount, int32 code, argument
343 fCode(code),
352 out.Print("port %ld write, read %ld, write %ld, code %lx, size %ld: %ld",
368 Info(const BReference<Port>& portRef, int32 code, ssize_ argument
379 Info(port_id id, int32 readCount, int32 writeCount, int32 code, ssize_t result) argument
682 get_port_message(int32 code, size_t bufferSize, uint32 flags, bigtime_t timeout, port_message** _message, Port& port) argument
[all...]
/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/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.cpp135 MasterServerDevice::Control(const char* device, void* cookie, uint32 code, BMessage* message) argument
138 switch (code) {
154 BInputServerDevice::Control(device, cookie, code, message);
/haiku/src/system/libroot/os/
H A Dthread.c234 send_data(thread_id thread, int32 code, const void *buffer, size_t bufferSize) argument
236 return _kern_send_data(thread, code, buffer, bufferSize);
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Darch_smp_64.cpp36 unsigned char code[8]; member in struct:gdtr
60 TRACE("copying the trampoline code to %p from %p\n", (char*)trampolineCode, (const void*)&long_smp_trampoline);
61 TRACE("size of trampoline code = %" PRIu64 " bytes\n", (uint64)&long_smp_trampoline_end - (uint64)&long_smp_trampoline);
81 COPY_ARRAY(args->gdtr.code, 0xff, 0xff, 0, 0, 0, 0x9a, 0xcf, 0);
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_smp_32.cpp35 unsigned char code[8]; member in struct:gdtr
58 TRACE("copying the trampoline code to %p from %p\n", (char*)trampolineCode, (const void*)&smp_trampoline);
59 TRACE("size of trampoline code = %" PRIu64 " bytes\n", (uint64)&smp_trampoline_end - (uint64)&smp_trampoline);
79 COPY_ARRAY(args->gdtr.code, 0xff, 0xff, 0, 0, 0, 0x9a, 0xcf, 0);
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp215 RemoteView::MouseMoved(BPoint where, uint32 code, const BMessage *dragMessage) argument
310 RemoteView::_SendMouseMessage(uint16 code, BPoint where) argument
313 message.Start(code);
316 if (code == RP_MOUSE_MOVED)
325 if (code == RP_MOUSE_DOWN)
335 RemoteView::_SendKeyMessage(uint16 code, const char *bytes, int32 numBytes) argument
338 message.Start(code);
449 uint16 code; local
450 status_t status = message.NextMessage(code);
461 TRACE("code
[all...]
/haiku/src/system/boot/platform/riscv/
H A Dvirtio.cpp286 key = pkt.code;
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp694 DisassembledCode* code = instance->GetSourceCode(); local
696 if (code == NULL) {
698 code);
706 codeReference.SetTo(code, true);
708 codeReference.SetTo(code);
710 statement = code->StatementAtAddress(instructionPointer);
725 data << code->LineAt(i);
/haiku/src/bin/
H A Dsysinfo.cpp23 uint8 code; member in struct:cache_description
270 for (j = 0; sIntelCacheDescriptions[j].code; j++) {
271 if (cacheDescriptors[i] == sIntelCacheDescriptions[j].code) {
285 if (sIntelCacheDescriptions[j].code == 0)
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp14 * * Redistributions of source code must retain the above copyright notice,
95 void _HandleMessage(int32 code, const void* data,
373 MediaAddonServer::_HandleMessage(int32 code, const void* data, size_t size) argument
375 switch (code) {
419 ERROR("media_addon_server: received unknown message code %#08"
420 B_PRIx32 "\n", code);
433 int32 code; local
434 while ((size = read_port_etc(server->_ControlPort(), &code, data,
436 server->_HandleMessage(code, data, size);
/haiku/src/libs/bsd/
H A Derr.c10 * 1. Redistributions of source code must retain the above copyright
89 errc(int eval, int code, const char *fmt, ...) argument
93 verrc(eval, code, fmt, ap);
98 verrc(int eval, int code, const char *fmt, va_list ap) argument
107 fprintf(err_file, "%s\n", strerror(code));
154 warnc(int code, const char *fmt, ...) argument
158 vwarnc(code, fmt, ap);
163 vwarnc(int code, const char *fmt, va_list ap) argument
175 fprintf(err_file, "%s\n", strerror(code));
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dcommands.h29 void PutOverlayFlip(uint32 code, bool updateCoefficients);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dwin32_io.c296 * ntfs_w32error_to_errno - convert a win32 error code to the unix one
297 * @w32error: the win32 error code
543 static int ntfs_device_win32_setlock(HANDLE handle, ULONG code) argument
552 &io_status, code,
1058 * FALSE if not and errno is set to the error code.
1275 * set to the error code.
/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/src/preferences/appearance/
H A DCurView.cpp356 // out the #define LOAD_SETTINGS_FROM_DISK line to use the server query code
402 int32 code; local
406 link.GetNextMessage(code);
/haiku/src/system/boot/platform/u-boot/
H A Dconsole.cpp161 return key.code.ascii;
/haiku/src/system/boot/platform/next_m68k/
H A Dconsole.cpp233 if (key.code.ascii == 0) {
234 switch (key.code.bios) {
251 return key.code.ascii;
/haiku/src/system/boot/platform/bios_ia32/
H A Dconsole.cpp165 if (key.code.ascii == 0) {
166 switch (key.code.bios) {
187 return key.code.ascii;

Completed in 406 milliseconds

1234567891011>>