Searched defs:error (Results 126 - 150 of 199) sorted by relevance

12345678

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxtcp.c136 * Socket error. Currently used to save connect(2) errors so that
137 * we can decide if we need to send ICMP error.
150 * initial pbuf that we might need to build ICMP error.
394 * error handling is different in these two cases, we leave it up to
416 * Used for POLLMGR_CHAN_PXTCP_RESET and by port-forwarding (on error
998 pxtcp_pcb_heard(void *arg, struct tcp_pcb *newpcb, err_t error) argument
1008 LWIP_UNUSED_ARG(error); /* always ERR_OK */
1074 pxtcp_pcb_accept(void *arg, struct tcp_pcb *pcb, err_t error) argument
1079 LWIP_UNUSED_ARG(error); /* always ERR_OK */
1202 err_t error; local
1254 err_t error; local
1326 pxtcp_pcb_connected(void *arg, struct tcp_pcb *pcb, err_t error) argument
1352 pxtcp_pcb_recv(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t error) argument
2007 err_t error; local
2159 err_t error; local
2381 pxtcp_pcb_err(void *arg, err_t error) argument
[all...]
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dgreeter.c221 GError *error = NULL; local
236 status = g_io_channel_write_chars (priv->to_server_channel, (gchar *) message, message_length, NULL, &error);
237 if (error)
238 g_warning ("Error writing to daemon: %s", error->message);
239 g_clear_error (&error);
388 GError *error = NULL; local
402 &error);
403 if (error)
404 g_warning ("Error reading from server: %s", error->message);
405 g_clear_error (&error);
480 lightdm_greeter_connect_sync(LightDMGreeter *greeter, GError **error) argument
1068 lightdm_greeter_start_session_sync(LightDMGreeter *greeter, const gchar *session, GError **error) argument
[all...]
H A Duser.c206 GError *error = NULL; local
211 g_key_file_load_from_file (config, USER_CONFIG_FILE, G_KEY_FILE_NONE, &error);
212 if (error && !g_error_matches (error, G_FILE_ERROR, G_FILE_ERROR_NOENT))
213 g_warning ("Failed to load configuration from %s: %s", USER_CONFIG_FILE, error->message); // FIXME: Don't make warning on no file, just info
214 g_clear_error (&error);
388 GError *error = NULL; local
400 &error);
401 if (error)
402 g_warning ("Error updating user %s: %s", g_dbus_proxy_get_object_path (object->proxy), error
480 GError *error = NULL; local
598 GError *error = NULL; local
690 GError *error = NULL; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DXplugin.h87 /* An async request encountered an error. Argument is of type
126 /* Structure used to report an error asynchronously. Passed as the "arg"
132 xp_error error; member in struct:xp_async_error_event_struct
302 XP_BOUNDS or an error is raised. The id of the newly created window
349 Note that an error is raised when trying to lock an already locked
369 regions are immediately redisplayed. Note that it's an error to
426 Note that specifying XP_DEPTH is an error. */
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.cpp500 DBusError *error,
506 dbus_bool_t ret = dbus_message_get_args_valist(message, error,
751 dbus_error_is_set(&dbErr) ? dbErr.message : "No error information available");
765 dbus_error_is_set(&dbErr) ? dbErr.message : "No error information available");
784 dbus_error_is_set(&dbErr) ? dbErr.message : "No error information available");
950 /* Don't complain/bail out with an error if network stack is not up; can happen
1343 VBoxServiceError("VMInfo/Network: Network enumeration for interface %RU32 failed with error %Rrc\n", cIfsReported, rc);
1373 VBoxServiceError("VMInfo/Network: Failed retrieving old network interfaces count with error %Rrc\n", rc);
499 vboxService_dbus_message_get_args(DBusMessage *message, DBusError *error, int first_arg_type, ...) argument
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DXplugin.h87 /* An async request encountered an error. Argument is of type
126 /* Structure used to report an error asynchronously. Passed as the "arg"
132 xp_error error; member in struct:xp_async_error_event_struct
302 XP_BOUNDS or an error is raised. The id of the newly created window
349 Note that an error is raised when trying to lock an already locked
369 regions are immediately redisplayed. Note that it's an error to
426 Note that specifying XP_DEPTH is an error. */
/vbox/include/VBox/
H A Dusblib-win.h236 USBSUP_ERROR error; /* [out] USBSUP_XFER_XXX */ member in struct:__anon284
/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c51 * @msg: a string to accompany the error message
56 if ((ctxt->sax != NULL) && (ctxt->sax->error != NULL))
57 ctxt->sax->error(ctxt->userData, "%s: out of memory\n", msg);
67 * @error: the error number
68 * @msg: the error message
72 * Handle a validation error
75 xmlErrValid(xmlParserCtxtPtr ctxt, xmlParserErrors error, argument
84 ctxt->errNo = error;
88 ctxt->vctxt.error, ctx
115 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar *str1, const xmlChar *str2) argument
146 xmlWarnMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar *str1) argument
171 xmlNsErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar *str1, const xmlChar *str2) argument
195 xmlNsWarnMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, const xmlChar *str1, const xmlChar *str2) argument
[all...]
H A Dc14n.c68 /* error number */
69 int error; member in struct:_xmlC14NCtx
122 * Some factorized error routines *
130 * Handle a redefinition of memory error
145 * Handle a redefinition of param error
160 * Handle a redefinition of internal error
168 "Internal error : %s\n", extra);
175 * Handle a redefinition of invalid node error
190 * Handle a redefinition of unknown node error
205 * Handle a redefinition of relative namespace error
229 xmlC14NErr(xmlC14NCtxPtr ctxt, xmlNodePtr node, int error, const char * msg) argument
[all...]
H A DdebugXML.c88 * Returns 1 if in scope, -1 in case of argument error,
153 * @error: the error code
155 * Handle a debug error.
158 xmlDebugErr(xmlDebugCtxtPtr ctxt, int error, const char *msg) argument
163 error, XML_ERR_ERROR, NULL, 0,
168 xmlDebugErr2(xmlDebugCtxtPtr ctxt, int error, const char *msg, int extra) argument
173 error, XML_ERR_ERROR, NULL, 0,
178 xmlDebugErr3(xmlDebugCtxtPtr ctxt, int error, const char *msg, const char *extra) argument
183 error, XML_ERR_ERRO
[all...]
H A Dschematron.c196 /* error rreporting data */
198 xmlSchematronValidityErrorFunc error;/* the callback in case of errors */ member in struct:_xmlSchematronParserCtxt
234 * @error: the error code
235 * @msg: the error message
239 * Handle a parser error
242 xmlSchematronPErr(xmlSchematronParserCtxtPtr ctxt, xmlNodePtr node, int error, argument
251 channel = ctxt->error;
256 error, XML_ERR_ERROR, NULL, 0,
297 * Returns the new pointer or NULL in case of error
[all...]
H A Dxinclude.c95 * XInclude error handler *
121 * @msg: the error message
124 * Handle an XInclude error
127 xmlXIncludeErr(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, int error, argument
133 error, XML_ERR_ERROR, NULL, 0,
143 * @msg: the error message
149 xmlXIncludeWarn(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, int error,
153 error, XML_ERR_WARNING, NULL, 0,
310 * Returns -1 in case of error, the index in the stack otherwise
1276 goto error;
[all...]
H A Dxpointer.c21 * TODO: better handling of error cases, the full expression should
57 "Internal error at %s:%d\n", \
62 * Some factorized error routines *
70 * Handle a redefinition of attribute error
86 * Handle a redefinition of attribute error
89 xmlXPtrErr(xmlXPathParserContextPtr ctxt, int error, argument
93 ctxt->error = error;
96 NULL, NULL, XML_FROM_XPOINTER, error,
103 ctxt->context->lastError.code = error;
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxpath.h45 * The set of XPath error codes.
133 * Returns -1 in case of error, 0 otherwise
338 /* error reporting mechanism */
340 xmlStructuredErrorFunc error; /* the callback in case of errors */ member in struct:_xmlXPathContext
341 xmlError lastError; /* the last error */
370 int error; /* error code */ member in struct:_xmlXPathParserContext
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A Dipcdclient.cpp1160 // if the requested sender has died while waiting, return an error
1162 return NS_ERROR_ABORT; // XXX better error code?
1342 IPC_OnConnectionEnd(nsresult error) argument
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng2-win.c23 - 1.02: fixed cut-and-paste error in usage screen (oops...)
160 /* not used for now, but should be for error-checking:
226 int error = 0; local
335 while (*++argv && !error) {
338 ++error;
342 ++error;
346 ++error;
350 ++error;
358 ++error;
362 ++error;
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglamor_utils.h29 #error This file can only be included by glamor_priv.h
1341 int error; local
1382 serverClient, &error);
1410 serverClient, &error);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglamor_utils.h29 #error This file can only be included by glamor_priv.h
1263 int error; local
1304 serverClient, &error);
1332 serverClient, &error);
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_db.c70 Fixed data type error in StartPoint().
71 (This error did not exist prior to v1.7
369 int error; local
373 error = 0;
380 error = 0;
383 error = EINVAL;
386 return (error);
652 fprintf(stderr, "input parameter error\n");
730 fprintf(stderr, "socket() error %d\n", *sockfd);
2157 fprintf(stderr, "error i
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Darbel.h257 struct arbelprm_completion_with_error error; member in union:arbelprm_completion_entry
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c83 const char *dc_name; /* name for error messages */
84 const char *dc_desc; /* desc for error messages */
251 int error = errno; local
257 (void) fprintf(stderr, ": %s\n", strerror(error));
306 error(const char *fmt, ...) function
418 error("cleaned up old anonymous "
529 error("cleaned up forceload directives in %s\n", fname);
564 error("added forceload directives to %s\n", g_ofile);
761 error("failed to match %s:%s:%s:%s: %s\n",
872 error(dat
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/phantom/
H A Dphantom.c442 * @ret byte Byte read, or negative error
865 * @ret index RX descriptor index, or negative error
920 * @ret index TX descriptor index, or negative error
1515 * @ret len Total transfer length (for reads), or negative error
1528 unsigned int error; local
1578 error = ( ( status >> 8 ) & 0xff );
1579 if ( error ) {
1580 DBGC ( phantom, "Phantom %p CLP command error %02x\n",
1581 phantom, error );
1636 * @ret len Length of setting, or negative error
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvmxnet3.h376 uint32_t error; member in struct:vmxnet3_queue_status
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdesktop.c390 text = "Internal licensing error";
415 text = "Client license error";
420 text = "Network error during licensing protocol";
447 text = "Internal protocol error";
659 error("iconv support not available\n");
721 error("invalid geometry\n");
730 error("invalid geometry\n");
800 error("invalid button size\n");
825 error("Invalid server colour depth.\n");
1018 error("Unknow
1456 error(char *format, ...) function
[all...]
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_vnode.c191 int error; local
196 error = sfprov_open(node->sf_sffs->sf_handle, node->sf_path, &fp, flag);
197 if (error == 0)
430 int error; local
432 error = sfprov_get_attr(node->sf_sffs->sf_handle, node->sf_path,
434 if (error == ENOENT)
436 if (error == 0)
439 return (error);
542 * already existed, an error is returned.
559 int error local
662 int error; local
720 int error = 0; local
875 int error = 0; local
918 int error; local
960 int error; local
989 int error = 0; local
1053 int error = 0; local
1163 int error; local
1188 int error; local
1245 int error; local
1350 int error; local
1408 int error; local
1523 int error = 0; local
1606 int error = 0; local
1760 int error = 0; local
1883 int error = 0; local
1930 int error = 0; local
1994 int error; local
2059 int error; local
2114 int error; local
2212 int error = 0; local
[all...]

Completed in 113 milliseconds

12345678