Searched refs:code (Results 276 - 300 of 474) sorted by path

<<111213141516171819

/haiku/headers/private/netservices/
H A DHttpRequest.h60 static bool IsInformationalStatusCode(int16 code);
61 static bool IsSuccessStatusCode(int16 code);
62 static bool IsRedirectionStatusCode(int16 code);
63 static bool IsClientErrorStatusCode(int16 code);
64 static bool IsServerErrorStatusCode(int16 code);
65 static int16 StatusCodeClass(int16 code);
H A DNetworkCookieJar.h74 virtual bool AllowsTypeCode(type_code code) const;
75 virtual status_t Unflatten(type_code code,
/haiku/headers/private/netservices2/
H A DHttpResult.h96 int16 code = 0; member in struct:BPrivate::Network::BHttpStatusClass::BHttpStatus
/haiku/headers/private/system/
H A Dsyscalls.h181 extern status_t _kern_send_data(thread_id thread, int32 code,
/haiku/headers/private/virtio/
H A Dvirtio_defs.h185 uint16 code; member in struct:VirtioInputPacket
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dcommands.h29 void PutOverlayFlip(uint32 code, bool updateCoefficients);
/haiku/src/add-ons/accelerants/radeon/
H A Dpll.c187 dividers->post_code = pll->post_divs[best_post_div_idx].code;
189 dividers->extra_post_code = pll->post_divs[best_extra_post_div_idx].code;
359 // in the original code, they set it to 330kHz if PAL is requested and
363 // in the original code, they don't define an upper limit
380 // in sample code, these limits are set in a strange way;
385 // in sample code, they use a variable post divider during calculation, but
393 // in sample code, lower limit is 4, but in register spec they say everything but 0/1
/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/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/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacexcep.h22 * copy of the source code appearing in this file ("Covered Code") an
24 * base code distributed originally by Intel ("Original Intel Code") to copy,
43 * Redistribution of source code of any substantial portion of the Covered
55 * Redistribution of source code of any substantial portion of the Covered
122 * 1. Redistributions of source code must retain the above copyright
159 * Exception code classes
164 #define AE_CODE_AML 0x3000 /* From executing AML code */
171 * Macros to insert the exception code classes
173 #define EXCEP_ENV(code) ((ACPI_STATUS) (code | AE_CODE_ENVIRONMENTA
[all...]
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A DATKeymap.h16 #define HID_CONSUMER(code) ((B_HID_USAGE_PAGE_CONSUMER << 16) | (B_HID_UID_CON_##code))
17 #define HID_GD(code) ((B_HID_USAGE_PAGE_GENERIC_DESKTOP << 16) | (B_HID_UID_GD_##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/add-ons/kernel/busses/usb/
H A Dohci.cpp1358 // spec says that in most cases condition code
1376 uint8 code = OHCI_ITD_GET_BUFFER_CONDITION_CODE(offset); local
1377 packet_descriptor->status = _GetStatusOfConditionCode(code);
/haiku/src/add-ons/kernel/drivers/input/virtio_input/
H A Dvirtio_input.cpp84 switch (pkt.code) {
101 TRACE("%d", pkt.code);
106 switch (pkt.code) {
120 TRACE("%d", pkt.code);
125 switch (pkt.code) {
136 TRACE("%d", pkt.code);
/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/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/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/iaxwifi200/dev/pci/
H A Dif_iwx.c55 * * Redistributions of source code must retain the above copyright
5752 int idx, code, async, group_id; local
5757 code = hcmd->id;
5796 if (iwx_cmd_groupid(code) == 0) {
5797 code = IWX_WIDE_ID(IWX_LONG_GROUP, code);
5802 group_id = iwx_cmd_groupid(code);
5840 cmd->hdr_wide.opcode = iwx_cmd_opcode(code);
5845 cmd->hdr_wide.version = iwx_cmd_version(code);
5880 DPRINTF(("%s: sending command 0x%x\n", __func__, code));
5978 iwx_cmd_done(struct iwx_softc *sc, int qid, int idx, int code) argument
9726 int qid, idx, code; local
9744 int qid, idx, code, handled = 1; local
[all...]
H A Dif_iwxreg.h36 * * Redistributions of source code must retain the above copyright
1498 uint32_t inst_size; /* bytes of runtime code */
1500 uint32_t init_size; /* bytes of init code */
1502 uint32_t boot_size; /* bytes of bootstrap code */
1507 uint32_t inst_size; /* bytes of runtime code */
1509 uint32_t init_size; /* bytes of init code */
1511 uint32_t boot_size; /* bytes of bootstrap code */
3310 * code 011 010 001 000 | 100 101 110 111
5451 * @u.add.cb_size: size code
7626 * The MCC is two letter-code, asci
7794 uint8_t code; member in struct:iwx_cmd_header
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c70 * * Redistributions of source code must retain the above copyright
6295 int idx, code, async, group_id; local
6300 code = hcmd->id;
6332 group_id = iwm_cmd_groupid(code);
6374 cmd->hdr_wide.opcode = iwm_cmd_opcode(code);
6379 cmd->hdr_wide.version = iwm_cmd_version(code);
6382 cmd->hdr.code = code;
6527 iwm_cmd_done(struct iwm_softc *sc, int qid, int idx, int code) argument
6549 DEVNAME(sc), code));
10975 int qid, idx, code; local
10993 int qid, idx, code, handled = 1; local
[all...]
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/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpivar.h121 uint8_t code; member in struct:wpi_buf
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
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...]

Completed in 339 milliseconds

<<111213141516171819