Searched refs:mmr_ep (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_mn_comm.c | 400 if (res->mmr_ep.host != '\0') { in copy_result() 401 nres->mmr_ep.host = strdup(res->mmr_ep.host); in copy_result() 403 if (res->mmr_ep.extra != '\0') { in copy_result() 404 nres->mmr_ep.extra = strdup(res->mmr_ep.extra); in copy_result() 406 if (res->mmr_ep.name != '\0') { in copy_result() 407 nres->mmr_ep.name = strdup(res->mmr_ep.name); in copy_result() 421 if (res->mmr_ep.host != '\0') { in free_result() 422 Free(res->mmr_ep.host); in free_result() 424 if (res->mmr_ep.extra != '\0') { in free_result() 425 Free(res->mmr_ep.extra); in free_result() [all …]
|
H A D | meta_mn_handlers.c | 729 (void) mdstealerror(&(resp->mmr_ep), &ep); in mdmn_do_resync() 741 (void) mdstealerror(&(resp->mmr_ep), &sf.sf_mde); in mdmn_do_resync() 773 (void) mdstealerror(&(resp->mmr_ep), &respar.mde); in mdmn_do_resync() 1008 (void) mdstealerror(&(resp->mmr_ep), &mpp.c_mde); in mdmn_do_mddb_parse() 1044 (void) mdstealerror(&(resp->mmr_ep), &mbp.c_mde); in mdmn_do_mddb_block() 1205 (void) mdstealerror(&(resp->mmr_ep), &ep); in mdmn_do_sm_mddb_attach() 1212 (void) mdstealerror(&(resp->mmr_ep), &ep); in mdmn_do_sm_mddb_attach() 1221 (void) mdstealerror(&(resp->mmr_ep), &ep); in mdmn_do_sm_mddb_attach() 1234 (void) mdstealerror(&(resp->mmr_ep), &ep); in mdmn_do_sm_mddb_attach() 1244 (void) mdstealerror(&(resp->mmr_ep), &ep); in mdmn_do_sm_mddb_attach() [all …]
|
H A D | meta_db.c | 942 &(resultp->mmr_ep)); in meta_db_addsidenms() 1059 (void) mdstealerror(ep, &(resultp->mmr_ep)); in meta_db_delsidenm() 1556 &(resultp->mmr_ep)); in meta_db_attach() 2021 &(resultp->mmr_ep)); in meta_db_detach()
|
H A D | meta_set_hst.c | 153 (void) mdstealerror(ep, &(resultp->mmr_ep)); in add_md_sidenms() 1128 (void) mdstealerror(ep, &(resultp->mmr_ep)); in del_md_sidenms()
|
/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | mdmn_commd.x | 507 md_error_t mmr_ep; member
|