Searched refs:code (Results 151 - 175 of 474) sorted by last modified time

1234567891011>>

/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.h75 uint32 code, bool abbreviated = false);
80 bool _FunctionKeyLabel(uint32 code, char* text,
87 bool _IsKeyPressed(uint32 code);
88 bool _KeyState(uint32 code) const;
89 void _SetKeyState(uint32 code, bool pressed);
90 Key* _KeyForCode(uint32 code);
91 void _InvalidateKey(uint32 code);
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dtracing.c37 int32 code; local
39 size_t sz = read_port_etc(pid, &code, buffer, 1024, B_TIMEOUT, 1000 * 1000);
/haiku/src/kits/media/
H A DMediaNode.cpp13 * * Redistributions of source code must retain the above copyright notice,
304 // Transmits the error code specified by what to anyone
561 // We just trip into debugger, code that tries to do this is broken.
790 BMediaNode::HandleBadMessage(int32 code, const void* buffer, size_t size) argument
794 TRACE("BMediaNode::HandleBadMessage: code %#08" B_PRIx32 ", buffer %p, size %"
795 B_PRIuSIZE "\n", code, buffer, size);
796 if (code < NODE_MESSAGE_START || code > TIMESOURCE_MESSAGE_END) {
797 ERROR("BMediaNode::HandleBadMessage: unknown code!\n");
/haiku/headers/os/media/
H A DMediaNode.h225 void HandleBadMessage(int32 code,
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.cpp9 * 1. Redistributions of source code must retain the above copyright
155 int32 code,
161 BBufferConsumer::HandleMessage(code, pData, size) &&
162 BBufferProducer::HandleMessage(code, pData, size) &&
163 BControllable::HandleMessage(code, pData, size) &&
164 BMediaNode::HandleMessage(code, pData, size))
165 BMediaNode::HandleBadMessage(code, pData, size);
516 // Return B_OK if all is well; otherwise return an appropriate error code."
154 HandleMessage( int32 code, const void* pData, size_t size) argument
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp61 switch (pkt.code) {
78 TRACE("%d", pkt.code);
83 switch (pkt.code) {
97 TRACE("%d", pkt.code);
102 switch (pkt.code) {
113 TRACE("%d", pkt.code);
391 if (pkt.code < 256)
392 SetBitTo(fNewState.keys[pkt.code / 8], pkt.code % 8,
412 KeyboardHandler::_KeyString(uint32 code, cha argument
[all...]
H A DVirtioInputDevice.h100 void _KeyString(uint32 code, char* str, size_t len);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h472 uint8_t code; member in struct:iwn_tx_cmd
1191 uint8_t code; member in struct:iwn_phy_calib
1210 uint8_t code; member in struct:iwn5000_phy_calib_crystal
1220 uint8_t code; member in struct:iwn5000_phy_calib_temp_offset
1231 uint8_t code; member in struct:iwn5000_phy_calib_temp_offsetv2
1242 uint8_t code; member in struct:iwn_phy_calib_gain
H A Dif_iwn.c2826 * advertise these capabilities. Thus this code
3289 * Yes, the rate control code doesn't know these are A-MPDU
3351 switch (calib->code) {
3383 calib->code);
3387 "saving calibration result idx=%d, code=%d len=%d\n", idx, calib->code, len);
3922 * Mark the entry so the above code will check it
4440 * The original driver code only enabled protection for OFDM rates.
4882 cmd->code = IWN_CMD_TX_DATA;
5241 iwn_cmd(struct iwn_softc *sc, int code, cons argument
7551 iwn_addba_response(struct ieee80211_node *ni, struct ieee80211_tx_ampdu *tap, int code, int baparamset, int batimeout) argument
[all...]
/haiku/src/bin/network/ftpd/
H A Dftpd.c8 * 1. Redistributions of source code must retain the above copyright
954 * is that sgetpwnam() is known to be called from ftpd code only.
1224 * the following code is stolen from imap-uw PAM authentication module and
2035 * A helper macro to avoid code duplication
2354 int c, code;
2358 code = lstat(filename, &st) == 0 && S_ISDIR(st.st_mode) ? 212 : 213;
2365 lreply(code, "Status of %s:", filename);
2394 reply(code, "End of status.");
3077 /* more proper error code? */
3156 perror_reply(int code, cha
[all...]
/haiku/src/kits/package/
H A DFetchFileJob.cpp164 uint16 code = httpResult->StatusCode(); local
165 uint16 codeClass = BHttpRequest::StatusCodeClass(code);
176 switch (code) {
/haiku/src/tests/kits/net/service/
H A Dtestserver.py48 be set as the status code in the response.
117 def send_response(self, code, message=None):
118 self.log_request(code)
119 self.send_response_only(code, message)
130 # tests in HttpTests hard-code the entire expected response body for
/haiku/headers/private/virtio/
H A Dvirtio_defs.h185 uint16 code; member in struct:VirtioInputPacket
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_phy.c10 * 1. Redistributions of source code must retain the above copyright
311 uint8_t code = rt->info[i].dot11Rate; local
323 code &= IEEE80211_RATE_VAL;
325 code |= IEEE80211_RATE_MCS;
330 rt->rateCodeToIndex[code] = i;
H A Dieee80211_ht.c10 * 1. Redistributions of source code must retain the above copyright
216 int code, int baparamset, int batimeout);
487 * code paths, could also do it here).
2488 uint16_t baparamset, batimeout, code; local
2493 code = le16dec(frm+3);
2507 "code %d", tid, dialogtoken, code);
2516 "received %d, tid %d code %d",
2517 tap->txa_token, dialogtoken, tid, code);
2527 "received %s, tid %d code
2566 uint16_t baparamset, code; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c11 * 1. Redistributions of source code must retain the above copyright
505 * Setup dynamic sysctl's now that country code and
1079 * Map SKU+country code to region code for radar bin'ing.
3638 int code, int baparamset, int batimeout)
3652 if (code == IEEE80211_STATUS_SUCCESS) {
3693 "%s: request failed with code %d, destroy bastream %p\n",
3694 __func__, code, bas->bastream);
3700 return sc->sc_addba_response(ni, tap, code, baparamset, batimeout);
3637 mwl_addba_response(struct ieee80211_node *ni, struct ieee80211_tx_ampdu *tap, int code, int baparamset, int batimeout) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c11 * 1. Redistributions of source code must retain the above copyright
688 * during the beacon setup code.
1895 * This can be called by the net80211 code.
1941 * AC and TID are overridden. The TID/TXQ code assumes the
3076 * all the relevant code paths have been fixed.
3082 * be reset or the completion code will get upset with you.
3722 * Eventually, the code to send the BAR should be broken out
4534 * to force the next bit of code to free the buffer
4600 * Common code for aggregate excessive retry/subframe retry.
4628 * to force the next bit of code t
5996 ath_addba_response(struct ieee80211_node *ni, struct ieee80211_tx_ampdu *tap, int status, int code, int batimeout) argument
[all...]
H A Dif_ath_tx.h10 * 1. Redistributions of source code must retain the above copyright
125 int code, int batimeout);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c679 uint8_t code = rt->info[i].rateCode; local
682 HALASSERT(code < N(rt->rateCodeToIndex));
683 rt->rateCodeToIndex[code] = i;
684 HALASSERT((code | rt->info[i].shortPreamble) <
686 rt->rateCodeToIndex[code | rt->info[i].shortPreamble] = i;
1154 * NB: This is a private routine used by per-chip code to
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300eep.h620 extern int CompressionHeaderUnpack(u_int8_t *best, int *code, int *reference, int *length, int *major, int *minor);
628 extern int ar9300_compression_header_unpack(u_int8_t *best, int *code, int *reference, int *length, int *major, int *minor);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpivar.h121 uint8_t code; member in struct:wpi_buf
/haiku/src/kits/interface/
H A DScrollBar.cpp679 BScrollBar::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
1074 BScrollBar::Perform(perform_code code, void* _data) argument
1076 switch (code) {
1142 return BView::Perform(code, _data);
1478 // TODO: Add redraw code to reflect the changes
/haiku/src/servers/input/
H A DAddOnManager.cpp677 // IDs are specified using code like the following 3 lines:
708 // IDs are specified using code like the following 3 lines:
858 uint32 code = 0;
861 if (message->FindInt32("code", (int32*)&code) != B_OK)
867 code, hasMessage ? &controlMessage : NULL);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp236 uint16 code; local
237 status_t result = message.NextMessage(code);
244 TRACE("got message code %" B_PRIu16 " with %" B_PRIu32 " bytes\n", code,
247 if (code >= RP_MOUSE_MOVED && code <= RP_MODIFIERS_CHANGED) {
253 switch (code) {
311 TRACE_ERROR("unhandled remote event code %u\n", code);
/haiku/src/servers/app/
H A DServerWindow.h128 void _DispatchMessage(int32 code,
130 void _DispatchViewMessage(int32 code,
132 void _DispatchViewDrawingMessage(int32 code,
134 bool _DispatchPictureMessage(int32 code,
149 uint32 code) const;

Completed in 456 milliseconds

1234567891011>>