Searched refs:IntType (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs.h772 uint32_t IntType; /* socket interface type - mem or IO */ member in struct:config_req_t
789 * The following flags are used for the IntType member to specify which
941 uint32_t IntType; /* memory only or memory and IO ifc */ member in struct:get_configuration_info_t
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c6424 if (cr->IntType & SOCKET_INTERFACE_MEMORY_AND_IO) {
6522 if (!(cr->IntType & SOCKET_INTERFACE_MEMORY_AND_IO))
6639 (!(cr->IntType & SOCKET_INTERFACE_MEMORY_AND_IO)) &&
6722 if (cr->IntType & SOCKET_INTERFACE_MEMORY_AND_IO)

Completed in 63 milliseconds