Searched refs:EINVAL (Results 126 - 150 of 297) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k_pcu.c134 return -EINVAL;
163 return -EINVAL;
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_prov.c142 rc = EINVAL;
159 rc = EINVAL;
180 return (EINVAL);
482 return (EINVAL);
494 return (EINVAL);
526 return (EINVAL);
651 err = EINVAL;
717 err = EINVAL;
912 * - EINVAL - Internal error of some kind
H A Dvboxfs_vnode.c723 return (EINVAL);
764 error = EINVAL;
781 error = EINVAL;
998 return (EINVAL);
1012 return (EINVAL);
1063 return (EINVAL);
1095 return (EINVAL);
1255 return (EINVAL);
1414 return (EINVAL);
1450 * but EINVAL i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DSysCalls.c311 [EINVAL] The cmd argument is invalid, or the cmd argument is F_DUPFD
363 errno = EINVAL;
392 errno = EINVAL;
517 errno = EINVAL; // Invalid how argument
729 errno = EINVAL;
1143 - EINVAL: buf is NULL or size is zero.
1155 errno = EINVAL;
H A Dselect.c163 return (EINVAL);
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dtls.c1164 return -EINVAL;
1199 return -EINVAL;
1248 return -EINVAL;
1333 rc = -EINVAL;
1386 return -EINVAL;
1441 return -EINVAL;
1477 return -EINVAL;
1528 return -EINVAL;
1842 return -EINVAL;
1885 return -EINVAL;
[all...]
H A Dicmpv6.c80 return -EINVAL;
H A Dndp.c157 return -EINVAL;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.c557 @retval EFI_INVALID_PARAMETER - Invalid type value, errno = EINVAL
558 @retval EFI_INVALID_PARAMETER - Invalid protocol value, errno = EINVAL
836 pSocket->errno = EINVAL;
854 pSocket->errno = EINVAL;
1161 pSocket->errno = EINVAL;
1171 pSocket->errno = EINVAL;
1182 pSocket->errno = EINVAL;
1664 pSocket->errno = EINVAL;
1768 pSocket->errno = EINVAL;
2019 pSocket->errno = EINVAL;
[all...]
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPDrv-linux.c382 rc = -EINVAL;
434 rc = -EINVAL;
438 rc = -EINVAL;
713 return -EINVAL;
728 return -EINVAL;
773 rc = -EINVAL;
1079 case VERR_INVALID_PARAMETER: return -EINVAL;
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSBMon-solaris.c423 return EINVAL;
442 return EINVAL;
559 return EINVAL;
577 return EINVAL;
583 return EINVAL;
589 return EINVAL;
614 return EINVAL;
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp587 return EINVAL;
660 return EINVAL;
665 return EINVAL;
672 return EINVAL;
691 return EINVAL;
699 return EINVAL;
730 return EINVAL;
776 rc = EINVAL;
1308 case VERR_INVALID_PARAMETER: return EINVAL;
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/drivers/net/
H A Dundinet.c354 netdev_rx_err ( netdev, NULL, -EINVAL );
407 netdev_rx_err ( netdev, iobuf, -EINVAL );
614 rc = -EINVAL;
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dwpa_ccmp.c161 return -EINVAL;
514 return -EINVAL;
517 return -EINVAL;
/vbox/src/VBox/Additions/linux/drm/
H A Dvbox_ttm.c160 return -EINVAL;
194 return -EINVAL;
206 return -EINVAL;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/OobTx/
H A DOobTx.c81 RetVal = EINVAL;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfparseln.c117 errno = EINVAL;
H A Dfvwrite.c75 errno = EINVAL;
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Dkern_mbuf.c148 error = EINVAL;
168 error = EINVAL;
189 error = EINVAL;
209 error = EINVAL;
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_cuseeme.c127 error = EINVAL;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Dsrp.c350 return -EINVAL;
383 return -EINVAL;
487 return -EINVAL;
640 rc = -EINVAL;
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Diwmgmt.c137 rc = -EINVAL;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_hash.c105 return (EINVAL);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-linux.c224 case VERR_HGCM_INVALID_CLIENT_ID: return -EINVAL;
247 AssertReturn(!g_pPciDev, -EINVAL);
546 return -EINVAL;
875 * @returns 1 or -EINVAL.
892 return -EINVAL;
/vbox/src/VBox/Runtime/r3/posix/
H A Dsymlink-posix.cpp211 else if (errno == EINVAL)

Completed in 104 milliseconds

1234567891011>>