Searched refs:heci_client (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lms/heci/
H A DHECIUnix.cpp111 HECI_CLIENT *heci_client; local
177 heci_client = (HECI_CLIENT *) client_connect.data;
179 fprintf(stdout, "max_message_length %d \n", (heci_client->MaxMessageLength));
180 fprintf(stdout, "protocol_version %d \n", (heci_client->ProtocolVersion));
183 if ((reqProtocolVersion > 0) && (heci_client->ProtocolVersion != reqProtocolVersion)) {
192 _protocolVersion = heci_client->ProtocolVersion;
193 _bufSize = heci_client->MaxMessageLength;
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dio_heci.c154 struct heci_client *client;
179 res_msg.data = kmem_zalloc(sizeof (struct heci_client), KM_SLEEP);
183 (int)sizeof (struct heci_client));
191 kmem_free(res_msg.data, sizeof (struct heci_client));
199 res_msg.size = sizeof (struct heci_client);
280 client = (struct heci_client *)res_msg.data;
311 client = (struct heci_client *)res_msg.data;
385 kmem_free(res_msg.data, sizeof (struct heci_client));
H A Dheci_data_structures.h326 struct heci_client { struct

Completed in 61 milliseconds