Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_fcaif.h135 caddr_t pm_stat_buf; /* status buffer */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c4441 *(int *)pm->pm_stat_buf = errno; in emlxs_fca_port_manage()
4458 *(int *)pm->pm_stat_buf = errno; in emlxs_fca_port_manage()
4486 *(int *)pm->pm_stat_buf = errno; in emlxs_fca_port_manage()
4506 num = (uint32_t *)pm->pm_stat_buf; in emlxs_fca_port_manage()
5080 if ((pm->pm_stat_buf == NULL) || in emlxs_fca_port_manage()
5224 *(uint32_t *)pm->pm_stat_buf = 1; in emlxs_fca_port_manage()
5325 datap = (uint32_t *)pm->pm_stat_buf; in emlxs_fca_port_manage()
5356 datap = (uint32_t *)pm->pm_stat_buf; in emlxs_fca_port_manage()
5404 (caddr_t)pm->pm_stat_buf, 256); in emlxs_fca_port_manage()
5410 datap = (uint32_t *)pm->pm_stat_buf; in emlxs_fca_port_manage()
[all …]
H A Demlxs_dfc.c881 pm.pm_stat_buf = fcio->fcio_obuf; in emlxs_fcio_diag()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c4490 cmd->pm_stat_buf, in ql_port_manage()
4623 bzero((void *)cmd->pm_stat_buf, in ql_port_manage()
4626 (uint8_t *)cmd->pm_stat_buf, in ql_port_manage()
4773 (uint8_t *)cmd->pm_stat_buf, in ql_port_manage()
4828 cmd->pm_stat_buf[0] = (int8_t)LSB(ha->state); in ql_port_manage()
4829 cmd->pm_stat_buf[1] = (int8_t)MSB(ha->state); in ql_port_manage()
4833 cmd->pm_stat_buf[0] = (int8_t)LSB(cnt); in ql_port_manage()
4834 cmd->pm_stat_buf[1] = (int8_t)MSB(cnt); in ql_port_manage()
4837 cmd->pm_stat_buf[0] = (int8_t)LSB(ha->state); in ql_port_manage()
4838 cmd->pm_stat_buf[1] = (int8_t)MSB(ha->state); in ql_port_manage()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c9225 pm.pm_stat_buf = kmem_zalloc(fcio->fcio_olen, KM_SLEEP); in fp_fciocmd()
9261 if (ddi_copyout(pm.pm_stat_buf, fcio->fcio_obuf, in fp_fciocmd()
9270 if (ddi_copyout(pm.pm_stat_buf, fcio->fcio_obuf, in fp_fciocmd()
9288 if (pm.pm_stat_buf != NULL) { in fp_fciocmd()
9289 kmem_free(pm.pm_stat_buf, fcio->fcio_olen); in fp_fciocmd()