Searched refs:code (Results 76 - 100 of 474) sorted by last modified time

1234567891011>>

/haiku/src/system/kernel/util/
H A Dring_buffer.cpp352 ring_buffer_write_to_port(struct ring_buffer *buffer, port_id port, int32 code,
363 status = write_port_etc(port, code, buffer->buffer + buffer->first, length,
376 status = writev_port_etc(port, code, vecs, 2, length, flags, timeout);
/haiku/src/apps/serialconnect/
H A DSerialWindow.cpp389 int32 code; local
390 item->Message()->FindInt32("databits", &code);
392 if (code == dataBits)
400 int32 code; local
401 item->Message()->FindInt32("stopbits", &code);
403 if (code == stopBits)
412 int32 code; local
413 item->Message()->FindInt32("parity", &code);
415 if (code == parity)
424 int32 code; local
437 int32 code = 0; local
459 BString code; local
[all...]
/haiku/src/apps/resedit/
H A DResFields.cpp14 TypeCodeField::TypeCodeField(const type_code &code, ResourceData *data) argument
15 : BStringField(MakeTypeString(code).String()),
16 fTypeCode(code),
/haiku/headers/os/kernel/
H A DOS.h132 extern ssize_t read_port(port_id port, int32 *code, void *buffer,
134 extern ssize_t read_port_etc(port_id port, int32 *code, void *buffer,
136 extern status_t write_port(port_id port, int32 code, const void *buffer,
138 extern status_t write_port_etc(port_id port, int32 code, const void *buffer,
359 extern status_t send_data(thread_id thread, int32 code, const void *buffer,
/haiku/src/apps/terminal/
H A DTermView.cpp1681 int32 code; local
1682 if (message->FindInt32("index", &code) == B_OK)
3134 // single byte character/code, just feed that
H A DAppearPrefView.cpp317 int code = charset->GetConversionID(); local
321 if (msg->FindInt32("op") == code) {
/haiku/src/kits/media/
H A DMediaRoster.cpp20 * * Redistributions of source code must retain the above copyright notice,
1141 // con_status contains the status code to be supplied to
1630 int32 code; local
1631 status = read_port(request.reply_port, &code, &reply, sizeof(reply));
2370 // code will do the real assignment.
2469 rv = web->Unflatten(reply.code, data, reply.size);
2553 int32 code; local
2554 status = read_port(request.reply_port, &code, _info,
/haiku/src/kits/app/
H A DMessage.cpp1049 /* we have to sync the what code as it is a public member */
1075 /* we have to sync the what code as it is a public member */
2327 int32 code;
2328 ssize_t size = read_port(replyPort, &code, buffer, sizeof(buffer));
2364 int32 code;
2365 result = handle_reply(replyPort, &code, replyTimeout, reply);
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.cpp9 * 1. Redistributions of source code must retain the above copyright
264 int32 code,
270 BBufferConsumer::HandleMessage(code, data, size) &&
271 BBufferProducer::HandleMessage(code, data, size) &&
272 BControllable::HandleMessage(code, data, size) &&
273 BMediaNode::HandleMessage(code, data, size))
274 BMediaNode::HandleBadMessage(code, data, size);
730 // Return B_OK if all is well; otherwise return an appropriate error code."
263 HandleMessage( int32 code, const void* data, size_t size) argument
/haiku/src/apps/mail/
H A DContent.cpp155 const struct { const char *name; int32 code; } entities[] = {
160 // "code" is the corresponding unicode
226 first = entities[i].code;
1707 TTextView::MouseMoved(BPoint where, uint32 code, const BMessage *msg)
1726 BTextView::MouseMoved(where, code, msg);
2527 // because if it isn't, the code below won't work correctly...
/haiku/headers/os/interface/
H A DView.h187 virtual void MouseMoved(BPoint where, uint32 code,
603 virtual status_t Perform(perform_code code, void* data);
H A DPictureButton.h55 virtual void MouseMoved(BPoint where, uint32 code,
79 virtual status_t Perform(perform_code code, void* data);
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLogWriter.cpp10 * 1. Redistributions of source code must retain the above copyright
42 static const char* log_what_to_string(log_what code) argument
44 const char* s = "Unknown log_what code!";
45 switch (code)
158 // Enable or disable a particular log_what code's output
/haiku/headers/private/kernel/
H A Dthread_types.h499 int32 code; member in struct:BKernel::Thread::__anon96
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp71 kill_interruptable_write_port(port_id port, int32 code, const void *buffer, argument
74 return write_port_etc(port, code, buffer, bufferSize, B_KILL_CAN_INTERRUPT,
80 debugger_write(port_id port, int32 code, const void *buffer, size_t bufferSize, argument
84 "port: %" B_PRId32 ", code: %" B_PRIx32 ", message: %p, size: %lu, "
86 thread_get_current_thread()->team->id, port, code, buffer, bufferSize,
119 error = write_port_etc(port, code, buffer, bufferSize,
1519 broadcast_debugged_thread_message(Thread *nubThread, int32 code, argument
1551 code, message, size);
/haiku/src/kits/interface/
H A DAlert.cpp463 BAlert::Perform(perform_code code, void* _data) argument
465 switch (code) {
472 return BWindow::Perform(code, _data);
H A DTabView.cpp577 BTabView::Perform(perform_code code, void* _data) argument
579 switch (code) {
590 return BView::Perform(code, _data);
H A DButton.cpp376 BButton::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
378 bool inside = (code != B_EXITED_VIEW) && Bounds().Contains(where);
515 BButton::Perform(perform_code code, void* _data) argument
517 switch (code) {
580 return BControl::Perform(code, _data);
H A DMenuField.cpp541 BMenuField::MouseMoved(BPoint point, uint32 code, const BMessage* message) argument
543 BView::MouseMoved(point, code, message);
852 BMenuField::Perform(perform_code code, void* _data) argument
854 switch (code) {
927 return BView::Perform(code, _data);
/haiku/src/bin/debug/strace/
H A Dstrace.cpp822 int32 code; local
824 ssize_t messageSize = read_port(debuggerPort, &code, &message,
836 switch (code) {
H A Dsignals.cpp65 signal_code(int signal, int code) argument
68 switch (code) {
78 switch (code) {
90 switch (code) {
102 switch (code) {
108 switch (code) {
115 switch (code) {
121 switch (code) {
131 switch (code) {
144 sprintf(buffer, "%d", code);
[all...]
/haiku/src/apps/deskbar/
H A DBarMenuBar.cpp257 // skip the fancy BMenuBar drawing code
270 TBarMenuBar::MouseMoved(BPoint where, uint32 code, const BMessage* message) argument
272 // the following code parallels that in ExpandoMenuBar for DnD tracking
277 BMenuBar::MouseMoved(where, code, message);
281 switch (code) {
296 BMenuBar::MouseMoved(where, code, message);
H A DExpandoMenuBar.h80 virtual void MouseMoved(BPoint where, uint32 code,
/haiku/src/add-ons/kernel/network/protocols/icmp6/
H A Dicmp6.cpp234 TRACE((" got type %u, code %u, checksum 0x%x\n", header.icmp6_type,
302 icmp6_error_received(net_error code, net_buffer* data) argument
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp759 virtual void MouseMoved(BPoint where, uint32 code, argument

Completed in 191 milliseconds

1234567891011>>