Searched refs:GET_STRUCT_SIZE (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstmf_defines.h88 #define GET_STRUCT_SIZE(s) ((sizeof (s) + 7) & 0xfffffff8) macro
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c965 { GET_STRUCT_SIZE(fct_local_port_t),
966 GET_STRUCT_SIZE(fct_i_local_port_t), 0 },
967 { GET_STRUCT_SIZE(fct_remote_port_t),
968 GET_STRUCT_SIZE(fct_i_remote_port_t), 0 },
969 { GET_STRUCT_SIZE(fct_cmd_t),
970 GET_STRUCT_SIZE(fct_i_cmd_t), GET_STRUCT_SIZE(fct_els_t) },
971 { GET_STRUCT_SIZE(fct_cmd_t),
972 GET_STRUCT_SIZE(fct_i_cmd_t), GET_STRUCT_SIZE(fct_els_
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c2167 { GET_STRUCT_SIZE(stmf_lu_provider_t),
2168 GET_STRUCT_SIZE(stmf_i_lu_provider_t) },
2169 { GET_STRUCT_SIZE(stmf_port_provider_t),
2170 GET_STRUCT_SIZE(stmf_i_port_provider_t) },
2171 { GET_STRUCT_SIZE(stmf_local_port_t),
2172 GET_STRUCT_SIZE(stmf_i_local_port_t) },
2173 { GET_STRUCT_SIZE(stmf_lu_t),
2174 GET_STRUCT_SIZE(stmf_i_lu_t) },
2175 { GET_STRUCT_SIZE(stmf_scsi_session_t),
2176 GET_STRUCT_SIZE(stmf_i_scsi_session_
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c389 GET_STRUCT_SIZE(fcoet_exchange_t) +
625 GET_BYTE_OFFSET(xch, GET_STRUCT_SIZE(fcoet_exchange_t));
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c3263 (size + padding + GET_STRUCT_SIZE(emlxs_buf_t)),
3310 GET_STRUCT_SIZE(emlxs_buf_t));
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3284 (int)(payload_size + GET_STRUCT_SIZE(qlt_cmd_t)), 0);
3306 GET_STRUCT_SIZE(qlt_cmd_t));

Completed in 180 milliseconds