Searched refs:fc_rls_acc_t (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo.h137 void printPortStat(fc_rls_acc_t *rls_payload);
H A DprintAttrs.c339 printPortStat(fc_rls_acc_t *rls_payload) {
H A Dfcinfo-list.c267 fc_rls_acc_t rls_payload;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfc_appif.h250 } fc_rls_acc_t; typedef in typeref:struct:fc_rls_acc_params
261 fc_rls_acc_t rls_link_params; /* link error status block */
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c2059 fc_rls_acc_t *rls;
2063 fcio->fcio_olen != sizeof (fc_rls_acc_t) ||
2076 rls = (fc_rls_acc_t *)fcio->fcio_obuf;
2083 pm.pm_data_len = sizeof (fc_rls_acc_t);
H A Demlxs_solaris.c4346 fc_rls_acc_t *bp;
4354 if (pm->pm_data_len < sizeof (fc_rls_acc_t)) {
4371 bp = (fc_rls_acc_t *)pm->pm_data_buf;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c4615 if (cmd->pm_data_len < sizeof (fc_rls_acc_t)) {
4618 (sizeof (fc_rls_acc_t)));
4629 fc_rls_acc_t *rls;
4631 rls = (fc_rls_acc_t *)cmd->pm_data_buf;
6209 fc_rls_acc_t *rls_acc;
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c3336 fc_rls_acc_t rls_payload;
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c6872 (uint8_t *)&acc->rls_link_params, sizeof (fc_rls_acc_t),
9340 fc_rls_acc_t *rls_acc;
9349 fcio->fcio_olen != sizeof (fc_rls_acc_t) ||

Completed in 178 milliseconds