Home
last modified time | relevance | path

Searched refs:mdh (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/lvm/util/
H A Dmedstat.c62 md_h_t mdh; in main() local
151 (void) memset(&mdh, '\0', sizeof (mdh)); in main()
152 mdh = sd->sd_med.n_lst[i]; in main()
158 if (clnt_med_get_data(&mdh, sp, &medd, ep) == -1) { in main()
/titanic_41/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c141 md_header_t mdh; in v12n_md_init() local
153 if (read(fd, &mdh, sizeof (md_header_t)) != sizeof (md_header_t)) in v12n_md_init()
156 md_size = sizeof (md_header_t) + mdh.node_blk_sz + mdh.name_blk_sz + in v12n_md_init()
157 mdh.data_blk_sz; in v12n_md_init()
162 (void) memcpy(buf, &mdh, sizeof (md_header_t)); in v12n_md_init()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_med.c988 md_h_t mdh; in meta_mediator_info_from_file() local
1085 (void) memset(&mdh, '\0', sizeof (mdh)); in meta_mediator_info_from_file()
1097 mdh = medrecp->med_rec_meds.n_lst[j]; in meta_mediator_info_from_file()
1103 if (clnt_user_med_get_data(&mdh, obandiskset, in meta_mediator_info_from_file()
1181 (void) strlcpy(mdh.a_nm[0], mynode(), in meta_mediator_info_from_file()
1182 sizeof (mdh.a_nm[0])); in meta_mediator_info_from_file()
1183 mdh.a_cnt = 1; in meta_mediator_info_from_file()
1184 if (clnt_user_med_upd_data(&mdh, obandiskset, in meta_mediator_info_from_file()
/titanic_41/usr/src/uts/sun4v/io/
H A Dmdeg.c475 mdeg_handle_t mdh; in mdeg_unregister() local
492 mdh = clnt->hdl; in mdeg_unregister()
495 clnt->hdl = mdh; in mdeg_unregister()
/titanic_41/usr/src/uts/common/xen/io/
H A Dxdf.c392 ddi_dma_handle_t mdh; in vreq_setup() local
461 xdf_dmacallback, (caddr_t)vdp, &mdh); in vreq_setup()
469 vreq->v_memdmahdl = mdh; in vreq_setup()