Searched refs:error (Results 1 - 25 of 1097) sorted by relevance

1234567891011>>

/vbox/src/libs/xpcom18a4/nsprpub/config/
H A Dprdepend.h44 #error "Do not include this header file."
/vbox/src/libs/xpcom18a4/
H A DdependentLibs.h0 #error "This is linux specific and it works elsewhere, so it cannot be required, can it? VBoxXPCOMIPCC was the only one which used this file."
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pragma/
H A Derr.D_PRAGERR.d37 #pragma D error "this is an error message"
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfloatio.h54 #error "floating point buffers too small"
H A Dfgetws.c72 goto error;
79 goto error;
82 /* EOF/error, no characters read yet. */
83 goto error;
98 error:
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dinit.c68 #error "BYTE_ORDER is not defined, you have to define it in your cc.h"
71 #error "If you want to use broadcast filter per pcb on recv operations, you have to define IP_SOF_BROADCAST=1 in your lwipopts.h"
74 #error "If you want to use UDP Lite, you have to define LWIP_UDP=1 in your lwipopts.h"
77 #error "If you want to use SNMP, you have to define LWIP_UDP=1 in your lwipopts.h"
80 #error "If you want to use DHCP, you have to define LWIP_UDP=1 in your lwipopts.h"
83 #error "If you want to use IGMP, you have to define LWIP_UDP=1 in your lwipopts.h"
86 #error "If you want to use SNMP, you have to define LWIP_UDP=1 in your lwipopts.h"
89 #error "If you want to use DNS, you have to define LWIP_UDP=1 in your lwipopts.h"
93 #error "If you want to use ARP Queueing, you have to define MEMP_NUM_ARP_QUEUE>=1 in your lwipopts.h"
96 #error "I
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_error.c63 "Syntax error in type name", /* ECTF_SYNTAX */
83 ctf_errmsg(int error) argument
87 if (error >= ECTF_BASE && (error - ECTF_BASE) < _ctf_nerr)
88 str = _ctf_errlist[error - ECTF_BASE];
90 str = ctf_strerror(error);
92 return (str ? str : "Unknown error");
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dkir.h5 #error "kir.h can be used only with -DKEEP_IT_REAL"
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpci32.c19 #error This file must be compiled as 32-bit!
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_error.c15 void crStateError( int line, const char *file, GLenum error, const char *format, ... ) argument
21 CRASSERT(error != GL_NO_ERROR);
23 if (g->error == GL_NO_ERROR)
24 g->error = error;
35 switch (error) {
65 crWarning( "OpenGL error in %s, line %d: %s: %s\n",
74 GLenum e = g->error;
83 g->error = GL_NO_ERROR;
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dpower.c22 upower_call_function (const gchar *function, gboolean default_result, GError **error) argument
36 error);
47 error);
73 * @error: return location for a #GError, or %NULL
80 lightdm_suspend (GError **error) argument
82 return upower_call_function ("Suspend", TRUE, error);
100 * @error: return location for a #GError, or %NULL
107 lightdm_hibernate (GError **error) argument
109 return upower_call_function ("Hibernate", TRUE, error);
113 ck_call_function (const gchar *function, gboolean default_result, GError **error) argument
172 lightdm_restart(GError **error) argument
199 lightdm_shutdown(GError **error) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dplerror.c41 ** error numbers and print them to "syserr".
118 "<unused error code>",
130 PRErrorCode error = PR_GetError(); local
136 if ((error < PR_NSPR_ERROR_BASE) || (error >= lastError))
138 fd, " (%d)OUT OF RANGE, oserror = %d\n", error, oserror);
142 tags[error - PR_NSPR_ERROR_BASE], error, oserror);
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_glext.h31 # error "patched glext is required for OSX!"
/vbox/src/VBox/NetworkServices/NAT/
H A DVBoxNetNATHardened.cpp21 # error "Please define SERVICE_NAME"
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsIWeakReferenceUtils.h70 nsQueryReferent( nsIWeakReference* aWeakPtr, nsresult* error )
72 mErrorPtr(error)
86 do_QueryReferent( nsIWeakReference* aRawPtr, nsresult* error = 0 )
88 return nsQueryReferent(aRawPtr, error);
96 nsGetWeakReference( nsISupports* aRawPtr, nsresult* error )
98 mErrorPtr(error)
119 do_GetWeakReference( nsISupports* aRawPtr, nsresult* error = 0 )
121 return nsGetWeakReference(aRawPtr, error);
126 do_GetWeakReference( nsIWeakReference* aRawPtr, nsresult* error = 0 )
130 // is very likely to be a programmer error
[all...]
H A DnsIInterfaceRequestorUtils.h61 nsGetInterface( nsISupports* aSource, nsresult* error )
63 mErrorPtr(error)
77 do_GetInterface( nsISupports* aSource, nsresult* error = 0 )
79 return nsGetInterface(aSource, error);
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpacker.h22 extern void __PackError( int line, const char *file, GLenum error, const char *info );
24 # define __PackError( line, file, error, info) do { AssertReleaseFailed(); } while (0)
H A Dpack_error.c15 * Set the error handler callback
25 * OpenGL error.
27 void __PackError( int line, const char *file, GLenum error, const char *info) argument
32 pc->Error( line, file, error, info );
38 switch (error) {
68 crWarning( "GL error in packer: %s, line %d: %s: %s",
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcbase.cpp49 void RCBase::SetError(PRErrorCode error, PRInt32 oserror) argument
50 { PR_SetError(error, oserror); }
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dlnkops.c28 int error = -ENOMEM; local
34 error = 0;
40 error = -EPROTO;
43 nd_set_link(nd, error ? ERR_PTR(error) : path);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DmacDirectoryCopy.c56 #define CallCopyErrProc(userRoutine, error, failedOperation, srcVRefNum, srcDirID, srcName, dstVRefNum, dstDirID, dstName) \
57 (*(userRoutine))((error), (failedOperation), (srcVRefNum), (srcDirID), (srcName), (dstVRefNum), (dstDirID), (dstName))
105 CopyErrProcPtr errorHandler; /* pointer to error handling function */
107 OSErr error; /* temporary holder of results - saves 2 bytes of stack each level */ member in struct:EnumerateGlobals
108 Boolean bailout; /* set to true to by error handling function if fatal error */
190 theGlobals->result = noErr; /* clear error return on way back */
251 OSErr error; local
255 error = XGetVolumeInfoNoName(NULL, dstVRefNum, &pb);
256 if ( error
570 OSErr error; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Dwcsftime.c73 goto error;
75 goto error;
87 goto error;
91 goto error;
93 goto error;
97 goto error;
103 error:
/vbox/src/libs/libxml2-2.6.31/python/tests/
H A Dtstmem.py6 def error(msg, data): function
18 libxml2mod.xmlSetValidErrors(ctxt._o, error, error)
22 print "error doing DTD validation"
/vbox/include/iprt/nocrt/compiler/
H A Dcompiler.h34 # error "Unsupported compiler."
/vbox/include/iprt/nocrt/
H A Dfenv.h35 # error "IPRT: no fenv.h available for this platform, or the platform define is missing!"

Completed in 1436 milliseconds

1234567891011>>