Searched defs:error (Results 101 - 125 of 199) sorted by relevance

12345678

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dprofile.c489 int error; local
494 error = DDI_SUCCESS;
498 error = DDI_SUCCESS;
501 error = DDI_FAILURE;
503 return (error);
H A Dfasttrap.c1979 * Report an error if the process doesn't exist
2019 * Report an error if the process doesn't exist
2091 int error; local
2096 error = DDI_SUCCESS;
2100 error = DDI_SUCCESS;
2103 error = DDI_FAILURE;
2105 return (error);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dfbt.c586 int error; local
599 if ((fp = ctf_modopen(mp, &error)) == NULL) {
628 if ((pfp = ctf_modopen(mod->mod_mp, &error)) == NULL) {
761 int error; local
766 error = DDI_SUCCESS;
770 error = DDI_SUCCESS;
773 error = DDI_FAILURE;
775 return (error);
/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_tftpd.c149 err_t error; local
170 error = udp_bind(tftpd.pcb, &proxy_netif->ip_addr, TFTP_SERVER_PORT);
171 if (error != ERR_OK) {
173 return error;
302 * Finally, create PCB. Before this point any error was reported
455 * an error reply from a new pcb is not recognized as such and is not
512 err_t error; local
518 error = udp_bind(pcb, ipX_2_ip(&tftpd.pcb->local_ip), 0);
519 if (error != ERR_OK) {
527 error
886 tftp_error(struct xfer *xfer, u16_t error, const char *fmt, ...) argument
917 tftpd_error(ip_addr_t *addr, u16_t port, u16_t error, const char *fmt, ...) argument
937 tftp_verror(u16_t error, const char *fmt, va_list ap) argument
[all...]
H A Dpxdns.c209 err_t error; local
223 error = ERR_MEM;
229 error = ERR_MEM;
233 error = udp_bind(pxdns->pcb4, IP_ADDR_ANY, 53);
234 if (error != ERR_OK) {
238 error = udp_bind_ip6(pxdns->pcb6, IP6_ADDR_ANY, 53);
239 if (error != ERR_OK) {
285 return error;
767 err_t error; local
835 error
854 err_t error; local
[all...]
H A Dpxping.c614 int error = -status; local
615 DPRINTF(("%s: sendto: %R[sockerr]\n", __func__, error));
640 switch (error) {
739 int error = -status; local
740 DPRINTF(("%s: sendto: %R[sockerr]\n", __func__, error));
751 switch (error) {
1334 * Check if this incoming ICMP error (destination unreachable or time
1399 DPRINTF2(("%s: ignoring ICMP error for original ICMP type %d\n",
1446 * Note that the checksum of the outer ICMP error message is
1450 ip_addr_copy(error_ip, iph->src); /* node that reports the error */
1875 err_t error; local
1914 err_t error; local
1939 err_t error; local
1982 err_t error; local
[all...]
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_prov.c912 * - EINVAL - Internal error of some kind
925 int error; local
944 error = sfprov_diropen(mnt, path, &fp);
945 if (error != 0)
953 error = (ENOSPC);
967 error = (ENOSPC);
980 error = (ENOSPC);
987 error = vboxCallDirInfo(&vbox_client, &fp->map, fp->handle,
989 switch (error) {
1001 error
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dbuffer.c126 GLenum error; local
131 /* Make sure that the gl error is cleared. Do not use checkGLcall
133 * if an error during VBO creation occurs we can fall back to non-vbo operation
145 error = gl_info->gl_ops.gl.p_glGetError();
146 if (!This->buffer_object || error != GL_NO_ERROR)
148 ERR("Failed to create a VBO with error %s (%#x)\n", debug_glerror(error), error);
155 error = gl_info->gl_ops.gl.p_glGetError();
156 if (error !
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A DparserInternals.c93 * Some factorized error routines *
103 * Handle a redefinition of attribute error
130 * @xmlerr: the error number
131 * @msg: the error message
135 * Handle an encoding error
160 * @msg: the error message
161 * @str: error informations
163 * Handle an internal error
187 * @error: the error numbe
194 xmlErrEncodingInt(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *msg, int val) argument
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.py227 def error(self, msg): member in class:SAXCallback
592 # For the error callback severities
600 # register the libxml2 error handler
603 """Register a Python written function to for error reporting.
604 The function is called back as f(ctx, error). """
611 # use libxst's error handler instead
630 """Register an error handler that will be called back as
653 Register error and warning handlers for DTD validation.
666 Register error and warning handlers for Schema validation.
679 Register error an
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/untgz/
H A Duntgz.c119 void error OF((const char *));
150 /* error message for the filename */
166 /* on error return -1 */
259 error("Out of memory");
326 /* 0 on error */
406 error(gzerror(in, &err));
413 action = TGZ_INVALID; /* force error exit */
450 error("bad long name");
513 error(gzerror(in, &err));
562 error("broke
593 void error(const char *msg) function
[all...]
/vbox/src/VBox/ValidationKit/testdriver/
H A Dreporter.py189 """Increates the error count."""
194 """Sets time out indicator for the current test and increases the error counter."""
233 return ('internal error', 0);
440 self.log(0, 'error opening %s: %s' % (sDstFilename, oXcpt), sCaller, sTsPrf);
447 self.log(0, 'error reading %s: %s' % (sSrcFilename, oXcpt), sCaller, sTsPrf);
453 self.log(0, 'error writing %s: %s' % (sDstFilename, oXcpt), sCaller, sTsPrf);
876 g_oReporter.log(0, 'internal-error: Hit exception #2! %s' % (traceback.format_exc()), sCaller, sTsPrf);
889 g_oReporter.log(0, 'internal-error: Hit exception! %s' % (traceback.format_exc()), None, sTsPrf);
892 g_oReporter.log(0, 'internal-error: No exception! %s'
1017 """ Maybe error o
1040 def error(sText): function
[all...]
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng-x.c138 int error = 0; local
204 while (*++argv && !error) {
207 ++error;
212 ++error;
216 ++error;
220 ++error;
224 ++error;
232 ++error;
234 ++error; /* not expecting any other options */
239 ++error;
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dloader.c283 static void *dlopen_dll( const char *name, char *error, int errorsize, argument
293 if (!test_only && (ret = wine_dlopen( path, RTLD_NOW, error, errorsize ))) break;
294 if ((*exists = file_exists( path ))) break; /* exists but cannot be loaded, return the error */
562 void *wine_dll_load( const char *filename, char *error, int errorsize, int *file_exists ) argument
583 return dlopen_dll( filename, error, errorsize, 0, file_exists );
604 void *wine_dll_load_main_exe( const char *name, char *error, int errorsize, argument
607 return dlopen_dll( name, error, errorsize, test_only, file_exists );
627 * Return 0 if OK, -1 on error.
691 void wine_init( int argc, char *argv[], char *error, int error_size ) argument
715 if ((ntdll = wine_dlopen( path, RTLD_NOW, error, error_siz
747 wine_dlopen( const char *filename, int flag, char *error, size_t errorsize ) argument
812 wine_dlsym( void *handle, const char *symbol, char *error, size_t errorsize ) argument
848 wine_dlclose( void *handle, char *error, size_t errorsize ) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dbuffer.c131 GLenum error, gl_usage; local
139 /* Make sure that the gl error is cleared. Do not use checkGLcall
141 * if an error during VBO creation occurs we can fall back to non-vbo operation
154 error = glGetError();
155 if (!This->buffer_object || error != GL_NO_ERROR)
157 ERR("Failed to create a VBO with error %s (%#x)\n", debug_glerror(error), error);
167 error = glGetError();
168 if (error !
[all...]
/vbox/src/recompiler/tests/
H A Dlinux-test.c76 #define error(fmt, ...) error1(__FILE__, __LINE__, fmt, ## __VA_ARGS__) macro
104 error("getcwd");
117 error("write");
124 error("writev");
133 error("read");
135 error("memcmp");
140 error("lseek");
147 error("readv");
149 error("memcmp");
165 error("sta
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DXplugin.h86 /* An async request encountered an error. Argument is of type
125 /* Structure used to report an error asynchronously. Passed as the "arg"
131 xp_error error; member in struct:xp_async_error_event_struct
301 XP_BOUNDS or an error is raised. The id of the newly created window
348 Note that an error is raised when trying to lock an already locked
368 regions are immediately redisplayed. Note that it's an error to
425 Note that specifying XP_DEPTH is an error. */
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Python/
H A Dmarshal.c66 int error; /* see WFERR_* values */ member in struct:__anon9938
85 return; /* An error already occurred */
149 #error "PyLong_SHIFT must be a multiple of PyLong_MARSHAL_SHIFT"
199 p->error = WFERR_NESTEDTOODEEP;
243 p->error = WFERR_UNMARSHALLABLE;
253 p->error = WFERR_NOMEMORY;
269 p->error = WFERR_UNMARSHALLABLE;
276 p->error = WFERR_UNMARSHALLABLE;
287 p->error = WFERR_NOMEMORY;
297 p->error
1199 set_error(int error) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dantlr.c202 error();
278 error();
346 error();
626 require(e!=NULL, "cannot allocate error class node");
690 require(a!=NULL, "rule rule: cannot allocate error action");
1193 error(void) function
1195 error()
1228 require(e!=NULL, "cannot allocate error class node");
3535 /* ANTLR-specific syntax error message generator
3552 fprintf(stderr, " syntax error a
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_debug.c696 retval = 0; /* invalid value -- indicates error */
710 *which = 0; /* error */
847 static char *error = "?"; local
866 (void) sprintf(ascii, "; error: unknown LOC RR version");
922 sizestr = error;
924 hpstr = error;
926 vpstr = error;
934 if (sizestr != error)
936 if (hpstr != error)
938 if (vpstr != error)
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Ddirectx.c257 TRACE("error: %s\n", debugstr_a((const char *)glGetString(GL_PROGRAM_ERROR_STRING_ARB)));
437 GLenum error; local
445 error = glGetError();
448 if(error == GL_NO_ERROR)
455 TRACE("GL implementation does not accept 4 component specular colors, error %s\n",
456 debug_glerror(error));
501 TRACE("error: %s\n", debugstr_a((const char *)glGetString(GL_PROGRAM_ERROR_STRING_ARB)));
664 * do not like vertex shaders in feedback mode and return an error, even though it should be valid
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Duipc_mbuf.c1977 int error, length, total; local
2009 error = uiomove(mtod(mb, void *), length, uio);
2010 if (error) {
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_nbt.c197 int error; local
226 error = 0;
234 error = 0;
244 error = EINVAL;
246 return (error);
322 printf("\nUnsupported request error.\n");
324 printf("\nRefused error.\n");
326 printf("\nActive error.\n");
328 printf("\nName in conflict error.\n");
/vbox/src/VBox/Devices/PC/BIOS/
H A Dahci.c54 uint8_t error; /* Error register. */ member in struct:__anon14957
412 DBG_AHCI("AHCI: ERR=%02x, STAT=%02x, SCNT=%02x\n", d2h->error, d2h->status, d2h->sec_cn);
416 return d2h->error ? 4 : 0;
/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Dtftp.c51 /* TFTP-specific error codes */
431 * @v errcode TFTP error code
888 * Convert TFTP error code to return status code
890 * @v errcode TFTP error code
911 struct tftp_error *error = buf; local
915 if ( len < sizeof ( *error ) ) {
922 "\"%s\"\n", tftp, ntohs ( error->errcode ), error->errmsg );
925 rc = tftp_errcode_to_rc ( ntohs ( error->errcode ) );

Completed in 133 milliseconds

12345678