Searched defs:IOC_INVAL (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_impl.h145 IOC_INVAL = -1, /* bad, NAK with EINVAL */ enumerator in enum:ioc_reply
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.h120 IOC_INVAL = -1, /* bad, NAK with EINVAL */ enumerator in enum:ioc_reply
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h238 IOC_INVAL = -1, /* bad, NAK with EINVAL */ enumerator in enum:ioc_reply
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c3410 IOC_INVAL = -1, /* bad, NAK with EINVAL */ enumerator in enum:ioc_reply
3886 return (ok ? IOC_REPLY : IOC_INVAL);
3895 return (IOC_INVAL);
3907 return (IOC_INVAL);
3946 status = IOC_INVAL;
3969 case IOC_INVAL:
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h701 IOC_INVAL = -1, /* bad, NAK with EINVAL */ enumerator in enum:ioc_reply
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe.h697 IOC_INVAL = -1, /* bad, NAK with EINVAL */ enumerator in enum:ioc_reply
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic.h786 IOC_INVAL = -1, /* bad, NAK with EINVAL */ enumerator in enum:ioc_reply
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_impl.h680 IOC_INVAL = -1, /* bad, NAK with EINVAL */ enumerator in enum:nxge_ioc_reply
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h320 IOC_INVAL = -1, /* bad, NAK with EINVAL */ enumerator in enum:ioc_reply
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_gen.c5822 IOC_INVAL = -1, /* bad, NAK with EINVAL */ enumerator in enum:ioc_reply
5832 status = IOC_INVAL;
5843 (rv == 0) ? (status = IOC_ACK) : (status = IOC_INVAL);
5847 status = IOC_INVAL;
5858 case IOC_INVAL:
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h228 IOC_INVAL = -1, /* bad, NAK with EINVAL */ enumerator in enum:ioc_reply
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c2678 IOC_INVAL = -1, /* bad, NAK with EINVAL */ enumerator in enum:ioc_reply
3836 return (ok ? IOC_REPLY : IOC_INVAL);
3845 return (IOC_INVAL);
3857 return (IOC_INVAL);
3895 status = IOC_INVAL;
3909 case IOC_INVAL:
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h268 IOC_INVAL = -1, /* bad, NAK with EINVAL */ enumerator in enum:ioc_reply
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h469 IOC_INVAL = -1, /* bad, NAK with EINVAL */ enumerator in enum:ioc_reply
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h305 IOC_INVAL = -1, /* bad, NAK with EINVAL */ enumerator in enum:ioc_reply

Completed in 151 milliseconds