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 D | fc_fcaif.h | 135 caddr_t pm_stat_buf; /* status buffer */ member
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_solaris.c | 4310 link_state = (uint32_t *)pm->pm_stat_buf; in emlxs_fca_port_manage() 4441 *(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() 4538 parm = (emlxs_parm_t *)pm->pm_stat_buf; in emlxs_fca_port_manage() 4589 parm_out = (emlxs_parm_t *)pm->pm_stat_buf; in emlxs_fca_port_manage() 4651 parm_out = (emlxs_parm_t *)pm->pm_stat_buf; in emlxs_fca_port_manage() 4720 resp = (emlxs_log_resp_t *)pm->pm_stat_buf; in emlxs_fca_port_manage() 4739 bzero(pm->pm_stat_buf, pm->pm_stat_len); in emlxs_fca_port_manage() [all …]
|
H A D | emlxs_dfc.c | 881 pm.pm_stat_buf = fcio->fcio_obuf; in emlxs_fcio_diag()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 4490 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 D | fp.c | 9225 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()
|