Home
last modified time | relevance | path

Searched refs:heci_message_data (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci.h123 struct heci_message_data *u_msg, struct heci_message_data k_msg,
128 struct heci_message_data *u_msg, struct heci_message_data k_msg,
132 struct heci_message_data k_msg,
136 struct heci_message_data k_msg,
H A Dheci_interface.h88 _IOWR('H', 0x0, struct heci_message_data)
90 _IOWR('H', 0x01, struct heci_message_data)
92 _IOWR('H', 0x02, struct heci_message_data)
94 _IOWR('H', 0x10, struct heci_message_data)
H A Dio_heci.c83 struct heci_message_data *u_msg, in heci_ioctl_get_version()
84 struct heci_message_data k_msg, in heci_ioctl_get_version()
90 struct heci_message_data res_msg; in heci_ioctl_get_version()
146 struct heci_message_data *u_msg, in heci_ioctl_connect_client()
147 struct heci_message_data k_msg, in heci_ioctl_connect_client()
152 struct heci_message_data req_msg, res_msg; in heci_ioctl_connect_client()
406 struct heci_message_data k_msg, in heci_ioctl_wd()
410 struct heci_message_data req_msg; /* in kernel on the stack */ in heci_ioctl_wd()
490 struct heci_message_data k_msg, in heci_ioctl_bypass_wd()
H A Dheci_data_structures.h285 struct heci_message_data { struct
305 struct heci_message_data request_buffer; argument
306 struct heci_message_data response_buffer;
H A Dheci_main.c1248 struct heci_message_data *u_msg = (struct heci_message_data *)arg; in heci_ioctl()
1249 struct heci_message_data k_msg; /* all in kernel on the stack */ in heci_ioctl()