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

/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_async.h241 cmd1394_cmd_t *cmd, h1394_cmd_priv_t *cmd_priv, int *result);
243 cmd1394_cmd_t *cmd, h1394_cmd_priv_t *cmd_priv, int *result);
245 cmd1394_cmd_t *cmd, h1394_cmd_priv_t *cmd_priv, int *result);
247 cmd1394_cmd_t *cmd, h1394_cmd_priv_t *cmd_priv, int *result);
249 cmd1394_cmd_t *cmd, h1394_cmd_priv_t *cmd_priv, int *result);
251 cmd1394_cmd_t *cmd, h1394_cmd_priv_t *cmd_priv, int *result);
253 cmd1394_cmd_t *cmd, h1394_cmd_priv_t *cmd_priv, int *result);
255 cmd1394_cmd_t *cmd, h1394_cmd_priv_t *cmd_priv);
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_async.c112 cmd1394_cmd_t *cmd, h1394_cmd_priv_t *cmd_priv,
1229 h1394_cmd_priv_t *cmd_priv; local
1295 * area (cmd_priv). A command is made up of 4 parts. There is the public
1304 cmd_priv = (*hcicmd)->ac_priv;
1314 cmd_priv->recv_tstamp = HCI1394_DESC_TIMESTAMP_GET(quadlet);
1419 if (data_length != cmd_priv->mblk.length) {
1424 tnf_uint, requested_size, cmd_priv->mblk.length,
1433 (uint8_t *)&pkt->q5, &cmd_priv->mblk);
1549 h1394_cmd_priv_t *cmd_priv; local
1575 H1394_ALLOC_CMD_NOSLEEP, &cmd, &cmd_priv);
1799 h1394_cmd_priv_t *cmd_priv; local
1878 h1394_cmd_priv_t *cmd_priv; local
1960 h1394_cmd_priv_t *cmd_priv; local
2046 h1394_cmd_priv_t *cmd_priv; local
2150 h1394_cmd_priv_t *cmd_priv; local
2370 hci1394_async_phy(hci1394_async_handle_t async_handle, cmd1394_cmd_t *cmd, h1394_cmd_priv_t *cmd_priv, int *result) argument
2434 hci1394_async_write(hci1394_async_handle_t async_handle, cmd1394_cmd_t *cmd, h1394_cmd_priv_t *cmd_priv, int *result) argument
2559 hci1394_async_read(hci1394_async_handle_t async_handle, cmd1394_cmd_t *cmd, h1394_cmd_priv_t *cmd_priv, int *result) argument
2676 hci1394_async_lock(hci1394_async_handle_t async_handle, cmd1394_cmd_t *cmd, h1394_cmd_priv_t *cmd_priv, int *result) argument
2802 hci1394_async_write_response(hci1394_async_handle_t async_handle, cmd1394_cmd_t *cmd, h1394_cmd_priv_t *cmd_priv, int *result) argument
2879 hci1394_async_read_response(hci1394_async_handle_t async_handle, cmd1394_cmd_t *cmd, h1394_cmd_priv_t *cmd_priv, int *result) argument
3030 hci1394_async_lock_response(hci1394_async_handle_t async_handle, cmd1394_cmd_t *cmd, h1394_cmd_priv_t *cmd_priv, int *result) argument
3183 hci1394_async_response_complete(hci1394_async_handle_t async_handle, cmd1394_cmd_t *cmd, h1394_cmd_priv_t *cmd_priv) argument
3832 hci1394_async_hcicmd_init(hci1394_async_handle_t async_handle, cmd1394_cmd_t *cmd, h1394_cmd_priv_t *cmd_priv, hci1394_async_cmd_t **hcicmd) argument
[all...]

Completed in 60 milliseconds