Searched defs:error (Results 76 - 100 of 199) sorted by relevance

12345678

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dwpng.c131 int error = 0; local
214 while (*++argv && !error) {
224 ++error;
228 ++error;
235 ++error;
239 ++error;
254 ++error;
256 ++error; /* not expecting any other options */
261 /* open the input and output files, or register an error and abort */
267 ++error;
[all...]
H A Drpng-win.c121 int error = 0; local
221 while (*++argv && !error) {
224 ++error;
228 ++error;
232 ++error;
236 ++error;
244 ++error;
246 ++error; /* not expecting any other options */
251 ++error;
254 ++error;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_send.c136 # define Aerror(file, string, error, address) /*empty*/
137 # define Perror(file, string, error) /*empty*/
149 int error,
160 strerror(error));
170 int error
177 string, strerror(error));
240 * -1 : format error
283 * -1 : format error
590 * server, we get an ECONNREFUSED error on the next
592 * error messag
146 Aerror( FILE *file, char *string, int error, struct sockaddr_in address ) argument
[all...]
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Dsubr_sbuf.c210 sbuf_uionew(struct sbuf *s, struct uio *uio, int *error) argument
214 KASSERT(error != NULL,
215 ("%s called with NULL error pointer", __func__));
219 *error = ENOMEM;
222 *error = uiomove(s->s_buf, uio->uio_resid, uio);
223 if (*error != 0) {
228 *error = 0;
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_dns.c346 int error; local
361 error = 0;
366 error = 0;
373 error = EINVAL;
375 return error;
H A Dalias_pptp.c175 int error; local
179 error = 0;
183 error = 0;
187 error = EINVAL;
189 return (error);
H A Dalias_skinny.c93 int error; local
97 error = 0;
101 error = 0;
105 error = EINVAL;
107 return (error);
H A Dalias_smedia.c177 int error; local
181 error = 0;
185 error = 0;
189 error = EINVAL;
191 return (error);
H A Dalias.c55 Fragment handling error in alias_db.c corrected.
69 Corrected error in handling incoming UDP packets with 0 checksum.
78 - IP checksum error fixed for ftp transfers
88 - Added support for outgoing ICMP error
258 ICMP error messages are handled by looking at the IP fragment
346 Alias incoming ICMP error messages containing
529 Alias outgoing ICMP error messages containing
752 int r = 0, error; local
769 error = find_handler(IN, UDP, la, pip, &ad);
801 int error; local
876 int accumulate, error; local
979 int proxy_type, error; local
1289 int error; local
1438 int error; local
1622 const char *error; local
[all...]
/vbox/src/VBox/Devices/PC/BIOS/
H A Deltorito.c227 SET_CF(); // error occurred
231 SET_AH(0x00); // no error
233 CLEAR_CF(); // no error
267 // Returns ah: emulated drive, al: error code
276 uint16_t boot_segment, nbsectors, i, error; local
306 error = pktacc[bios_dsk->devices[device].type](device, 12, (char __far *)&atapicmd, 0, 2048L, ATA_DATA_IN, &buffer);
307 if (!error)
310 if (error)
339 error = pktacc[bios_dsk->devices[device].type](device, 12, (char __far *)&atapicmd, 0, 2048L, ATA_DATA_IN, &buffer);
340 if (error !
[all...]
/vbox/src/VBox/HostDrivers/VBoxNetFlt/freebsd/
H A DVBoxNetFlt-freebsd.c247 int error; local
262 error = m_append(m, pSG->aSegs[i].cb, pSG->aSegs[i].pv);
263 if (error == 0)
312 int error = 0; local
321 error = EINVAL;
323 return (error);
522 int error; local
693 int error; local
729 NG_SEND_MSG_PATH(error, node, msg, path, 0);
744 NG_SEND_MSG_PATH(error, nod
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dsdt.c469 int error; local
474 error = DDI_SUCCESS;
478 error = DDI_SUCCESS;
481 error = DDI_FAILURE;
483 return (error);
/vbox/src/VBox/NetworkServices/NAT/
H A DVBoxNetLwipNAT.cpp109 # error Have you forgotten to turn off VBOX_RAWSOCK_DEBUG_HELPER?
382 err_t error; local
384 error = tcpip_callback_with_block(pxdns_set_nameservers,
387 if (error != ERR_OK && ppcszNameServers != NULL)
/vbox/src/libs/libxml2-2.6.31/python/
H A Dtypes.c844 libxml_xmlErrorPtrWrap(xmlErrorPtr error) argument
849 printf("libxml_xmlErrorPtrWrap: error = %p\n", error);
851 if (error == NULL) {
856 PyCObject_FromVoidPtrAndDesc((void *) error,
/vbox/src/libs/xpcom18a4/nsprpub/config/
H A Dnsinstall.c427 int error; local
434 error = errno;
439 if (error)
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileStream.h317 nsresult error() const function in class:nsErrorProne
454 // to fit buffer, or an error occurred (OTHER THAN eof).
751 virtual nsresult flush() {if (mFileOutputStream) mFileOutputStream->Flush(); return error(); }
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/
H A Dglob.c446 * if things went well, nonzero if errors occurred. It is not an error
453 int c, error; local
518 if ((error = glob1(patbuf, pglob, limit)) != 0)
519 return error;
678 int error; local
718 error = 0;
770 error = GLOB_ABORTED;
783 error = glob2(pathbuf, --dc, pathlim, restpattern, pglob,
785 if (error)
795 * Again Posix X/Open issue with regards to error handlin
[all...]
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.c109 # define DO_POLL_EVENTS(rc, error, so, events, label) do {} while (0)
114 * used to catch POLLNVAL while logging and return false in case of error while
166 error = WSAGetLastError(); \
167 LogRel(("WSAEventSelect (" #label ") error %d (so=%x, socket=%s, event=%x)\n", \
168 error, (so), (so)->s, VBOX_SOCKET_EVENT)); \
176 # define DO_POLL_EVENTS(rc, error, so, events, label) \
180 (error) = WSAGetLastError(); \
181 LogRel(("WSAEnumNetworkEvents %R[natsock] " #label " error %d\n", (so), (error))); \
182 LogFunc(("WSAEnumNetworkEvents %R[natsock] " #label " error
624 int error; local
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dtcpip.c199 * \return 1 if success, -1 if error, 0 if sender exited.
226 int error = crTCPIPErrno(); local
227 switch( error )
242 crWarning( "Bad bad bad socket error: %s", crTCPIPErrorString( error ) );
270 * \return 1 if OK, negative value if error.
492 crError("Fatal error in tcpip layer: too many listening ports/sockets");
1197 crWarning( "socket error: %s", crTCPIPErrorString( err ) );
1278 crWarning( "socket error: %s, trying another way", crTCPIPErrorString( err ) );
/vbox/src/VBox/HostDrivers/VBoxPci/linux/
H A DVBoxPci-linux.c127 goto error;
138 goto error;
179 error:
238 "failed to attach to IOMMU, error %d\n", status);
317 printk(KERN_DEBUG "vboxPciFileOpen: error %d\n", err);
346 printk(KERN_DEBUG "vboxPciFileWrite: error %d\n", ret);
764 int error; local
798 error = pci_request_region(pPciDev, iRegion, "vboxpci");
799 if (error)
937 "could not request irq %d, error
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm.c730 void crdlm_error(int line, const char *file, GLenum error, const char *info) argument
733 (*ErrorCallback)(line, file, error, info);
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkReply.cpp58 int error() const { return m_iError; } function in class:UINetworkReplyPrivateThread
327 /* If so, fake an error to force re-downloading */
638 QNetworkReply::NetworkError error() const { return m_error; } function in class:UINetworkReplyPrivate
672 switch (m_pThread->error())
779 QNetworkReply::NetworkError UINetworkReply::error() const function in class:UINetworkReply
784 case UINetworkReplyType_Qt: result = qobject_cast<QNetworkReply*>(m_pReply)->error(); break;
785 case UINetworkReplyType_Our: result = qobject_cast<UINetworkReplyPrivate*>(m_pReply)->error(); break;
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_glstate.h154 GLenum error; member in struct:CRContext
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c790 int error = 0; local
792 error = ath_descdma_setup(sc, &sc->tx.txdma, &sc->tx.txbuf,
794 if (error != 0) {
796 "Failed to allocate tx descriptors: %d\n", error);
803 if (error != 0)
806 return error;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddcpc.c709 * an error programming the hardware. If we have a failure here then
1031 int error; local
1036 error = DDI_SUCCESS;
1040 error = DDI_SUCCESS;
1043 error = DDI_FAILURE;
1045 return (error);

Completed in 83 milliseconds

12345678