Searched refs:stlu (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd.c | 82 int sbd_set_lu_standby(sbd_set_lu_standby_t *stlu, uint32_t *err_ret); 1684 sbd_set_lu_standby(sbd_set_lu_standby_t *stlu, uint32_t *err_ret) in sbd_set_lu_standby() argument 1691 sret = sbd_find_and_lock_lu(stlu->stlu_guid, NULL, in sbd_set_lu_standby() 2094 sbd_create_standby_lu_t *stlu; in sbd_proxy_reg_lu() local 2108 alloc_sz = sizeof (*stlu) + proxy_reg_arg_len - 8; in sbd_proxy_reg_lu() 2109 stlu = (sbd_create_standby_lu_t *)kmem_zalloc(alloc_sz, in sbd_proxy_reg_lu() 2111 bcopy(luid, stlu->stlu_guid, 16); in sbd_proxy_reg_lu() 2113 bcopy(proxy_reg_arg, stlu->stlu_meta_fname, in sbd_proxy_reg_lu() 2115 stlu->stlu_meta_fname_size = proxy_reg_arg_len; in sbd_proxy_reg_lu() 2117 if (sbd_create_standby_lu(stlu, &err_ret) != 0) { in sbd_proxy_reg_lu() [all …]
|