Searched defs:trans_md_ops (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dmdtrans.c60 md_ops_t trans_md_ops; variable
62 md_ops_t *md_interface_ops = &trans_md_ops;
514 md_destroy_unit_incore(mnum, &trans_md_ops);
802 trans_md_ops.md_driver.md_drivername);
833 trans_md_ops.md_driver.md_drivername);
938 md_create_unit_incore(MD_SID(un), &trans_md_ops, 0); local
966 if (ui->ui_opsindex != trans_md_ops.md_selfindex)
976 if (ui->ui_opsindex != trans_md_ops.md_selfindex)
991 if (ui->ui_opsindex != trans_md_ops.md_selfindex)
1003 if (ui->ui_opsindex != trans_md_ops
1223 md_ops_t trans_md_ops = { variable
[all...]

Completed in 57 milliseconds