/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | compile-et.pl | 66 sub code { subroutine 68 $code = $table_base + $table_item_count; 72 printf H "#define %-40s (%dL)\n", $macro, $code; 120 &code($2, $3); 123 &code($macro, $1);
|
H A D | prerror.c | 55 PR_IMPLEMENT(void) PR_SetError(PRErrorCode code, PRInt32 osErr) argument 58 thread->errorCode = code;
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/ |
H A D | biosint.c | 46 char code[64]; local 47 copy_from_real ( code, chain_vector->segment, 48 chain_vector->offset, sizeof ( code ) ); 49 DBG_HDA ( *chain_vector, code, sizeof ( code ) ); 64 * Note that this operation may fail, if some external code has hooked
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | icmp.h | 17 uint8_t code; member in struct:icmp_header
|
H A D | icmp6.h | 22 uint8_t code; member in struct:icmp6_header 29 uint8_t code; member in struct:neighbour_solicit 42 uint8_t code; member in struct:neighbour_advert
|
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/ |
H A D | XPCOMException.java | 44 * <code>errorcode</code> field. 65 * NS_ERROR_FAILURE as the error code. 74 * Constructs a new XPCOMException instance with the given code, passing 77 * @param code internal XPCOM error ID 79 public XPCOMException(long code) { argument 80 this(code, "Internal XPCOM error"); 84 * Constructs a new XPCOMException instance with an error code and message. 86 * @param code internal XPCOM error ID 89 public XPCOMException(long code, Strin argument [all...] |
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/ |
H A D | icmp.c | 8 * 1. Redistributions of source code must retain the above copyright notice, 50 u8_t code; local 71 code = *(((u8_t *)p->payload)+1); 119 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" code %"S16_F" not supported.\n", (s16_t)type, (s16_t)code));
|
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | post.c | 38 * 3 | Start of executable code | 47 uint8_t code; member in struct:rom_hdr_tag 71 /* Scan for ROMs in the given range and execute their POST code. */ 88 rom_init = (void __far *)&rom->code;
|
/vbox/src/libs/zlib-1.2.6/contrib/infback9/ |
H A D | inftree9.h | 12 information needed to do the operation requested by the code that 14 table that indexes more bits of the code. op indicates whether 16 distance, an end-of-block, or an invalid code. For a table 19 is the number of extra bits to get after the code. bits is 20 the number of bits in this code or part of the code to drop off 26 unsigned char bits; /* bits in this part of the code */ 27 unsigned short val; /* offset in table or code value */ 28 } code; typedef in typeref:struct:__anon17358 35 01000000 - invalid code [all...] |
/vbox/src/libs/zlib-1.2.6/ |
H A D | inftrees.h | 12 information needed to do the operation requested by the code that 14 table that indexes more bits of the code. op indicates whether 16 distance, an end-of-block, or an invalid code. For a table 19 is the number of extra bits to get after the code. bits is 20 the number of bits in this code or part of the code to drop off 26 unsigned char bits; /* bits in this part of the code */ 27 unsigned short val; /* offset in table or code value */ 28 } code; typedef in typeref:struct:__anon17374 35 01000000 - invalid code [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/ |
H A D | icmp.c | 14 * 1. Redistributions of source code must retain the above copyright notice, 71 static void icmp_send_response(struct pbuf *p, u8_t type, u8_t code); 93 u8_t code; local 111 code = *(((u8_t *)p->payload)+1); 243 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" code %"S16_F" not supported.\n", 244 (s16_t)type, (s16_t)code)); 283 u8_t type, code; local 288 if (p->tot_len < 4) { /* type(1), code(1), checksum(2) */ 304 code = *(((u8_t *)p->payload)+1); 318 if (code ! 395 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) argument [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_error.c | 41 { EDT_NOREG, "Insufficient registers to generate code" }, 42 { EDT_NOTUPREG, "Insufficient tuple registers to generate code" }, 196 int code; member in struct:__anon15995 213 if (faults[i].code == fault)
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | iso.c | 48 iso_send_msg(uint8 code) argument 59 out_uint8(s, code); 108 /* Receive a message on the ISO layer, return code */ 110 iso_recv_msg(uint8 * code, uint8 * rdpver) argument 147 in_uint8(s, *code); 148 if (*code == ISO_PDU_DT) 183 out_uint8(s, ISO_PDU_DT); /* code */ 194 uint8 code = 0; local 196 s = iso_recv_msg(&code, rdpver); 202 if (code ! 216 uint8 code; local [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prerror.h | 85 ** Return the current threads last set error code. 90 ** Return the current threads last set os error code. This is used for 91 ** machine specific code that desires the underlying os error. 128 * The interfaces for error-code-translation described in the rest of 134 ** Description: Localizable error code to string function. 137 ** NSPR provides a mechanism for converting an error code to a 142 ** error code is from, and the low order 8 bits are a sequential error 144 ** error code is not a multiple of 256, such error code assignments 152 ** values in the error code ar 289 NSPR_API(const char *) PR_ErrorToName(PRErrorCode code); variable [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
H A D | LzmaDec.h | 52 UInt32 range, code; member in struct:__anon10462 98 LZMA_STATUS_NOT_SPECIFIED, /* use main error code instead */
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
H A D | LzmaDec.h | 52 UInt32 range, code; member in struct:__anon10238 98 LZMA_STATUS_NOT_SPECIFIED, /* use main error code instead */
|
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/ |
H A D | asn1_enc.c | 15 * 1. Redistributions of source code must retain the above copyright notice, 498 u8_t code; local 500 code = sub_id >> shift; 501 if ((code != 0) || (tail != 0)) 504 *msg_ptr = code | 0x80;
|
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | fsm.c | 300 u_char code, 317 PUTCHAR(code, outp); 321 FSMDEBUG((LOG_INFO, "fsm_sdata(%s): Sent code %d,%d,%d.\n", 322 PROTO_NAME(f), code, id, outlen)); 332 u_char code, id; local 336 * Parse header (code, id and length). 344 GETCHAR(code, inp); 364 FSMDEBUG((LOG_INFO, "fsm_input(%s):%d,%d,%d\n", PROTO_NAME(f), code, id, l)); 366 * Action depends on code. 368 switch (code) { 298 fsm_sdata( fsm *f, u_char code, u_char id, u_char *data, int datalen ) argument 524 int code, reject_if_disagree; local 647 fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) argument 772 u_char code, id; local [all...] |
H A D | pap.c | 320 u_char code, id; local 324 * Parse header (code, id and length). 332 GETCHAR(code, inp); 346 * Action depends on code. 348 switch (code) { 361 default: /* XXX Need code reject */ 564 u_char code, 577 PUTCHAR(code, outp); 584 UPAPDEBUG((LOG_INFO, "pap_sresp: Sent code %d, id %d s=%d\n", 585 code, i 562 upap_sresp( upap_state *u, u_char code, u_char id, char *msg, int msglen ) argument [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/ |
H A D | icmp6.c | 14 * 1. Redistributions of source code must retain the above copyright notice, 67 static void icmp6_send_response(struct pbuf *p, u8_t code, u32_t data, u8_t type); 274 * @param c ICMPv6 code for the unreachable type 300 * @param c ICMPv6 code for the time exceeded type 313 * @param c ICMPv6 code for the param problem type 327 * @param code Code of the ICMPv6 header 332 icmp6_send_response(struct pbuf *p, u8_t code, u32_t data, u8_t type) argument 354 icmp6hdr->code = code; 363 ((code [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/ |
H A D | asn1_enc.c | 15 * 1. Redistributions of source code must retain the above copyright notice, 499 u8_t code; local 501 code = (u8_t)(sub_id >> shift); 502 if ((code != 0) || (tail != 0)) 505 *msg_ptr = code | 0x80;
|
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | fsm.c | 385 u_char code, id; local 389 * Parse header (code, id and length). 397 GETCHAR(code, inp); 417 FSMDEBUG(LOG_INFO, ("fsm_input(%s):%d,%d,%d\n", PROTO_NAME(f), code, id, l)); 419 * Action depends on code. 421 switch (code) { 432 fsm_rconfnakrej(f, code, id, inp, len); 450 !(*f->callbacks->extcode)(f, code, id, inp, len) ) { 464 int code, reject_if_disagree; local 494 * to protocol-specific code fo 594 fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) argument 735 u_char code, id; local 867 fsm_sdata( fsm *f, u_char code, u_char id, u_char *data, int datalen) argument [all...] |
H A D | pap.c | 338 u_char code, id; local 342 * Parse header (code, id and length). 350 GETCHAR(code, inp); 364 * Action depends on code. 366 switch (code) { 379 default: /* XXX Need code reject */ 380 UPAPDEBUG(LOG_INFO, ("pap_input: UNHANDLED default: code: %d, id: %d, len: %d.\n", code, id, len)); 584 upap_sresp(upap_state *u, u_char code, u_char id, char *msg, int msglen) argument 593 PUTCHAR(code, out [all...] |
/vbox/src/VBox/Additions/haiku/VBoxMouse/ |
H A D | VBoxMouse.cpp | 19 * This code is based on: 233 status_t VBoxMouse::Control(const char *device, void *cookie, uint32 code, BMessage *message) argument 235 switch (code) 241 return BInputServerDevice::Control(device, cookie, code, message);
|
/vbox/src/VBox/Additions/common/VBoxVideo/ |
H A D | VBVABase.cpp | 3 * VirtualBox Video driver, common code - VBVA initialisation and helper 366 RTDECL(bool) VBoxVBVAOrderSupported(PVBVABUFFERCONTEXT pCtx, unsigned code) argument 375 if (pVBVA->hostFlags.u32SupportedOrders & (1 << code))
|