Searched defs:code (Results 76 - 100 of 126) sorted by relevance

123456

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dlcp.c84 * Callbacks for fsm code. (CI = Configuration Information)
374 * lcp_extcode - Handle a LCP-specific code.
376 static int lcp_extcode(fsm *f, int code, u_char id, u_char *inp, int len) argument
380 switch( code ){
737 #define NAKCIVOID(opt, neg, code) \
745 code \
747 #define NAKCICHAP(opt, neg, code) \
757 code \
759 #define NAKCICHAR(opt, neg, code) \
768 code \
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dlcp.c113 * Callbacks for fsm code. (CI = Configuration Information)
404 * lcp_extcode - Handle a LCP-specific code.
407 lcp_extcode(fsm *f, int code, u_char id, u_char *inp, int len) argument
411 switch( code ){
779 #define NAKCIVOID(opt, neg, code) \
787 code \
789 #define NAKCICHAP(opt, neg, code) \
799 code \
801 #define NAKCICHAR(opt, neg, code) \
810 code \
1774 int code, id, len, olen; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dint13.h280 uint8_t code[440]; member in struct:master_boot_record
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfip.h33 /** Protocol code */
34 uint16_t code; member in struct:fip_header
48 /** FIP protocol code */
/vbox/src/VBox/Devices/PC/ipxe/src/net/tcp/
H A Dhttpcore.c56 __einfo_uniqify ( EINFO_EIO, 0x01, "Unrecognised HTTP response code" )
167 * @v rc Return status code
224 * Convert HTTP response code to return status code
226 * @v response HTTP response code
227 * @ret rc Return status code
253 * @ret rc Return status code
257 unsigned int code; local
266 /* Locate and check response code */
270 code
[all...]
/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp189 * @return IPRT status code.
207 * @returns VBox status code.
251 * @return IPRT status code.
694 * @return IPRT status code.
805 VRDEORDERCODE *code = (VRDEORDERCODE *)ptr; local
808 switch(code->u32Code)
1142 /* Conversion table for key code range 32-127 (which happen to equal the ASCII codes).
1143 * Values 0xe0?? indicate that a 0xe0 scancode will be sent first (extended keys), then code ?? is sent */
1146 // Conversion table for VNC key code range 32-127
1157 int code local
[all...]
/vbox/src/VBox/RDP/client-1.8.3/vrdp/
H A Drdpusb.c101 * @returns VBox status code.
114 * @returns VBox status code.
122 * @returns VBox status code.
130 * @returns VBox status code.
138 * @returns VBox status code.
146 * @returns VBox status code.
154 * @returns VBox status code.
167 * @returns VBox status code.
175 * @returns VBox status code.
323 rdpusb_init_packet(uint32 len, uint8 code) argument
345 rdpusb_send_reply(uint8_t code, uint8_t status, uint32_t devid) argument
355 rdpusb_send_access_denied(uint8_t code, uint32_t devid) argument
464 uint8 code; local
[all...]
/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp249 CURLcode code = curl_easy_perform(pS3Int->pCurl); local
250 if (code == CURLE_OK)
263 switch(code)
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlsave.c112 * @code: the error number
119 xmlSaveErr(int code, xmlNodePtr node, const char *extra) argument
123 switch(code) {
139 __xmlSimpleError(XML_FROM_OUTPUT, code, node, msg, extra);
H A Druntest.c352 int code = -1; local
368 code = err->code;
379 if (code == XML_ERR_OK)
410 if (code == XML_ERR_OK)
474 if (code == XML_ERR_OK)
490 if (code == XML_ERR_OK)
502 if (code == XML_ERR_OK)
1647 * Returns 0 in case of success, an error code otherwise
1734 * Returns 0 in case of success, an error code otherwis
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacio.c101 PRErrorCode code; local
105 code = PR_OUT_OF_MEMORY_ERROR;
108 code = PR_FILE_NOT_FOUND_ERROR;
111 code = PR_FILE_EXISTS_ERROR;
114 code = PR_IO_ERROR;
118 code = PR_INVALID_DEVICE_STATE_ERROR;
122 code = PR_NAME_TOO_LONG_ERROR;
125 code = PR_INSUFFICIENT_RESOURCES_ERROR;
131 code = PR_NO_ACCESS_RIGHTS_ERROR;
134 code
[all...]
H A Dmacsockotpt.c75 static pascal void DNSNotifierRoutine(void * contextPtr, OTEventCode code, OTResult result, void * cookie);
76 static pascal void NotifierRoutine(void * contextPtr, OTEventCode code, OTResult result, void * cookie);
77 static pascal void RawEndpointNotifierRoutine(void * contextPtr, OTEventCode code, OTResult result, void * cookie);
318 static pascal void NotifierRoutine(void * contextPtr, OTEventCode code, OTResult result, void * cookie) argument
329 switch (code)
383 result = -3199 - discon.reason; // obtain the negative error code
477 // PR_ASSERT(code != 0);
1091 static pascal void RawEndpointNotifierRoutine(void * contextPtr, OTEventCode code, OTResult result, void * cookie) argument
1100 switch (code)
1960 // it can call arbitrary user code (includin
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader_sm1.c418 static const struct wined3d_sm1_opcode_info *shader_get_opcode(const struct wined3d_sm1_data *priv, DWORD code) argument
426 if ((code & WINED3DSI_OPCODE_MASK) == opcode_table[i].opcode
436 code, code, code & WINED3DSI_OPCODE_MASK, shader_version);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/
H A DVBoxNetLwf-win.cpp3 * VBoxNetLwf-win.cpp - NDIS6 Bridged Networking Driver, Windows-specific code.
219 static const char *vboxNetLwfWinStatusToText(NDIS_STATUS code) argument
221 switch (code)
1119 case 1: Log2((" + IPv6-ICMP: destination unreachable, code %d\n", pHdr[1])); break;
1122 default: Log2((" + IPv6-ICMP: unknown type %d, code %d\n", pHdr[0], pHdr[1])); break;
1131 case 3: Log2((" + ICMP: destination unreachable, code %d\n", pHdr[1])); break;
1132 default: Log2((" + ICMP: unknown type %d, code %d\n", pHdr[0], pHdr[1])); break;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_eeprom.c3153 static void ar9300_comp_hdr_unpack(u8 *best, int *code, int *reference, argument
3162 *code = ((value[0] >> 5) & 0x0007);
3219 int code,
3226 switch (code) {
3259 "unknown compression code %d\n", code);
3311 int code; local
3368 ar9300_comp_hdr_unpack(word, &code, &reference,
3371 "Found block at %x: code=%d ref=%d length=%d major=%d minor=%d\n",
3372 cptr, code, referenc
3217 ar9300_compress_decision(struct ath_hw *ah, int it, int code, int reference, u8 *mptr, u8 *word, int length, int mdata_size) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXIEproto.h508 CARD8 code; member in struct:__anon2379
518 CARD8 code; member in struct:__anon2380
533 CARD8 code; member in struct:__anon2381
548 CARD8 code; member in struct:__anon2382
563 CARD8 code; member in struct:__anon2383
575 CARD8 code; member in struct:__anon2384
594 CARD8 code; member in struct:__anon2385
611 CARD8 code; member in struct:__anon2386
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader_sm1.c414 static const struct wined3d_sm1_opcode_info *shader_get_opcode(const struct wined3d_sm1_data *priv, DWORD code) argument
422 if ((code & WINED3DSI_OPCODE_MASK) == opcode_table[i].opcode
432 code, code, code & WINED3DSI_OPCODE_MASK, shader_version);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader_sm1.c421 static const struct wined3d_sm1_opcode_info *shader_get_opcode(const struct wined3d_sm1_data *priv, DWORD code) argument
429 if ((code & WINED3DSI_OPCODE_MASK) == opcode_table[i].opcode
439 code, code, code & WINED3DSI_OPCODE_MASK, shader_version);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispVRDP.cpp479 static BOOL vrdpReportOrder(PVBOXDISPDEV pDev, const void *pOrder, unsigned cbOrder, unsigned code) argument
481 BOOL bRc = vrdpWriteHdr(pDev, VRDP_MAKE_OP(code));
662 unsigned code)
676 bRc = vrdpReportOrder (pDev, pvOrder, cbOrder, code);
696 unsigned code)
702 vrdpReportOrderGeneric (pDev, pClipRects, pvOrder, cbOrder, code);
658 vrdpReportOrderGeneric(PVBOXDISPDEV pDev, const VRDPCLIPRECTS *pClipRects, const void *pvOrder, unsigned cbOrder, unsigned code) argument
691 vrdpReportOrderGenericBounds(PVBOXDISPDEV pDev, const VRDPCLIPRECTS *pClipRects, const VRDEORDERBOUNDS *pBounds, const void *pvOrder, unsigned cbOrder, unsigned code) argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c118 * There is an assertion in this code that NSPR's definition of PRIOVec
1467 ** Note: this code doesn't release the scheduler lock.
2107 int code,
2885 * Variables used by the GC code, initialized in _MD_InitSegs().
3207 * succeeded or failed, and if it failed, what the error code is.
3209 * The function returns the error code. An error code of 0 means
3600 * Some platforms don't have poll(). For easier porting of code
2105 HPUX9_ClockInterruptHandler( int sig, int code, struct sigcontext *scp) argument
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/
H A Dxpt_struct.h15 * The Original Code is mozilla.org code.
198 PRUint16 code; member in struct:__anon17351
352 /* why bother with a struct? - other code relies on this being a struct */
/vbox/src/recompiler/tests/
H A Dtest-i386.c1379 /* 16 bit code test */
1390 /* build a code segment */
1635 /* move code to proper address. We use the same layout as a .com
1696 printf("ERROR: unhandled vm86 return code (0x%x)\n", ret);
2005 /* self modifying code test */
2006 uint8_t code[] = { variable
2034 printf("self modifying code:\n");
2035 printf("func1 = 0x%x\n", ((FuncType *)code)());
2037 code[1] = i;
2038 printf("func%d = 0x%x\n", i, ((FuncType *)code)());
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/
H A D_sre.c7 * 1999-10-24 fl created (based on existing template matcher code)
444 /* <LITERAL> <code> */
451 /* <CATEGORY> <code> */
459 /* <CHARSET> <bitmap> (16 bits per code word) */
465 /* <CHARSET> <bitmap> (32 bits per code word) */
876 /* <LITERAL> <code> */
887 /* <NOT_LITERAL> <code> */
904 /* <AT> <code> */
913 /* <CATEGORY> <code> */
991 /* <BRANCH> <0=skip> code <JUM
2677 PyObject* code; local
2806 _validate_charset(SRE_CODE *code, SRE_CODE *end) argument
2891 _validate_inner(SRE_CODE *code, SRE_CODE *end, Py_ssize_t groups) argument
3184 _validate_outer(SRE_CODE *code, SRE_CODE *end, Py_ssize_t groups) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c16 * 1999-10-24 fl created (based on existing template matcher code)
453 /* <LITERAL> <code> */
460 /* <CATEGORY> <code> */
468 /* <CHARSET> <bitmap> (16 bits per code word) */
474 /* <CHARSET> <bitmap> (32 bits per code word) */
885 /* <LITERAL> <code> */
896 /* <NOT_LITERAL> <code> */
913 /* <AT> <code> */
922 /* <CATEGORY> <code> */
1000 /* <BRANCH> <0=skip> code <JUM
2666 PyObject* code; local
2795 _validate_charset(SRE_CODE *code, SRE_CODE *end) argument
2880 _validate_inner(SRE_CODE *code, SRE_CODE *end, Py_ssize_t groups) argument
3173 _validate_outer(SRE_CODE *code, SRE_CODE *end, Py_ssize_t groups) argument
[all...]
/vbox/include/VBox/RemoteDesktop/
H A DVRDE.h105 /* Version 2: look for VRDE_USB_VERSION_2 comments in the code. */
107 /* Version 3: look for VRDE_USB_VERSION_3 comments in the code. */
151 * only the status code (VRDEUSBREQRETHDR only):
169 /* The operation code for which the reply was sent by the client. */
170 uint8_t code; member in struct:_VRDEUSBPKTHDR
187 uint8_t code; member in struct:_VRDE_USB_REQ_OPEN_PARM
201 uint8_t code; member in struct:_VRDE_USB_REQ_CLOSE_PARM
212 uint8_t code; member in struct:_VRDE_USB_REQ_RESET_PARM
226 uint8_t code; member in struct:_VRDE_USB_REQ_SET_CONFIG_PARM
241 uint8_t code; member in struct:_VRDE_USB_REQ_CLAIM_INTERFACE_PARM
256 uint8_t code; member in struct:_VRDE_USB_REQ_RELEASE_INTERFACE_PARM
271 uint8_t code; member in struct:_VRDE_USB_REQ_INTERFACE_SETTING_PARM
298 uint8_t code; member in struct:_VRDE_USB_REQ_QUEUE_URB_PARM
322 uint8_t code; member in struct:_VRDE_USB_REQ_REAP_URB_PARM
372 uint8_t code; member in struct:_VRDE_USB_REQ_CLEAR_HALTED_EP_PARM
387 uint8_t code; member in struct:_VRDE_USB_REQ_CANCEL_URB_PARM
404 uint8_t code; member in struct:_VRDE_USB_REQ_DEVICE_LIST_PARM
484 uint8_t code; member in struct:_VRDEUSBREQNEGOTIATEPARM
[all...]

Completed in 175 milliseconds

123456