Home
last modified time | relevance | path

Searched refs:mlu (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c87 int sbd_modify_lu(sbd_modify_lu_t *mlu, int struct_sz, uint32_t *err_ret);
88 int sbd_set_global_props(sbd_global_props_t *mlu, int struct_sz,
2661 sbd_modify_lu(sbd_modify_lu_t *mlu, int struct_sz, uint32_t *err_ret) in sbd_modify_lu() argument
2676 sz = struct_sz - sizeof (*mlu) + 8 + 1; in sbd_modify_lu()
2679 if (struct_sz > sizeof (*mlu)) { in sbd_modify_lu()
2680 char *mlu_buf = (char *)mlu; in sbd_modify_lu()
2682 mlu_buf += sizeof (*mlu) - 8; in sbd_modify_lu()
2683 mlu_buf[struct_sz - sizeof (*mlu) + 8 - 1] = '\0'; in sbd_modify_lu()
2689 if (((mlu->mlu_alias_valid) && in sbd_modify_lu()
2690 (mlu->mlu_alias_off >= sz)) || in sbd_modify_lu()
[all …]
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c689 mlxcx_uar_put32(mlxcx_t *mlxp, mlxcx_uar_t *mlu, uintptr_t off, uint32_t val) in mlxcx_uar_put32() argument
695 uintptr_t addr = off + (uintptr_t)mlu->mlu_base + in mlxcx_uar_put32()
701 mlxcx_uar_put64(mlxcx_t *mlxp, mlxcx_uar_t *mlu, uintptr_t off, uint64_t val) in mlxcx_uar_put64() argument
703 uintptr_t addr = off + (uintptr_t)mlu->mlu_base + in mlxcx_uar_put64()