Searched refs:IOC_INVAL (Results 26 - 32 of 32) sorted by relevance

12

/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
H A Dunm_nic_main.c2467 case IOC_INVAL:
/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/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/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:

Completed in 107 milliseconds

12