Searched refs:EINVAL (Results 201 - 225 of 297) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Deepro100.c188 return -EINVAL;
823 netdev_rx_err ( netdev, iob, -EINVAL );
1006 netdev_tx_complete_err ( netdev, tcb->iob, -EINVAL );
H A Dsis190.c336 netdev_tx_complete_err(tp->dev, iob, -EINVAL);
655 return -EINVAL;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_open.c565 return (ctf_set_open_errno(errp, EINVAL));
918 return (ctf_set_errno(fp, EINVAL));
950 return (ctf_set_errno(fp, EINVAL));
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_options.c862 return (dt_set_errno(dtp, EINVAL));
1025 return (dt_set_errno(dtp, EINVAL));
1054 return (dt_set_errno(dtp, EINVAL));
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias.c1628 return (EINVAL);
1634 return (EINVAL);
1651 return (EINVAL);
H A Dalias_dns.c373 error = EINVAL;
H A Dalias_ftp.c207 error = EINVAL;
H A Dalias_smedia.c189 error = EINVAL;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Data.c477 rc = -EINVAL;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/vxge/
H A Dvxge_traffic.c671 netdev_rx_err(hldev->ndev, NULL, -EINVAL);
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Derrno.h56 * Errors are usually return as negative error numbers (e.g. -EINVAL);
63 * return -EINVAL;
497 #define EINVAL __einfo_error ( EINFO_EINVAL ) macro
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Darp.c381 rc = -EINVAL;
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_vfs.c399 return (EINVAL);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceAutoMount.cpp377 /* If we get EINVAL here, the system already has mounted the Shared Folder to another
379 case EINVAL:
/vbox/src/VBox/Runtime/r3/solaris/
H A Dfileaio-solaris.cpp392 if (rcSol == EINVAL)
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_os2.h268 #define _MD_EINVAL EINVAL
H A D_win16.h288 #define _MD_EINVAL EINVAL
H A D_win95.h274 #define _MD_EINVAL EINVAL
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntthread.c232 case EINVAL:
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h643 #undef EINVAL macro
644 #define EINVAL xf86_EINVAL macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h643 #undef EINVAL macro
644 #define EINVAL xf86_EINVAL macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h649 #undef EINVAL macro
650 #define EINVAL xf86_EINVAL macro
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_eeprom_4k.c119 return -EINVAL;
191 return -EINVAL;
H A Dath9k_eeprom_9287.c118 return -EINVAL;
184 return -EINVAL;
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h597 #undef EINVAL macro
598 #define EINVAL xf86_EINVAL macro

Completed in 273 milliseconds

1234567891011>>