Searched refs:stlu (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd.c | 78 int sbd_set_lu_standby(sbd_set_lu_standby_t *stlu, uint32_t *err_ret); 1640 sbd_set_lu_standby(sbd_set_lu_standby_t *stlu, uint32_t *err_ret) in sbd_set_lu_standby() argument 1647 sret = sbd_find_and_lock_lu(stlu->stlu_guid, NULL, in sbd_set_lu_standby() 2050 sbd_create_standby_lu_t *stlu; in sbd_proxy_reg_lu() local 2064 alloc_sz = sizeof (*stlu) + proxy_reg_arg_len - 8; in sbd_proxy_reg_lu() 2065 stlu = (sbd_create_standby_lu_t *)kmem_zalloc(alloc_sz, in sbd_proxy_reg_lu() 2067 bcopy(luid, stlu->stlu_guid, 16); in sbd_proxy_reg_lu() 2069 bcopy(proxy_reg_arg, stlu->stlu_meta_fname, in sbd_proxy_reg_lu() 2071 stlu->stlu_meta_fname_size = proxy_reg_arg_len; in sbd_proxy_reg_lu() 2073 if (sbd_create_standby_lu(stlu, &err_ret) != 0) { in sbd_proxy_reg_lu() [all …]
|