Searched refs:md_ops_t (Results 1 – 20 of 20) sorted by relevance
/titanic_41/usr/src/uts/common/io/lvm/notify/ |
H A D | md_notify.c | 37 md_ops_t event_md_ops; 39 md_ops_t *md_interface_ops = &event_md_ops; 620 md_ops_t event_md_ops = {
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md.c | 174 md_ops_t **md_ops = NULL; 176 md_ops_t *md_opslist; 536 md_ops = (md_ops_t **)kmem_zalloc( in mdattach() 537 sizeof (md_ops_t *) * MD_NOPS, KM_SLEEP); in mdattach() 793 kmem_free(md_ops, sizeof (md_ops_t *) * MD_NOPS); in mddetach() 1049 md_ops_t *ops; in md_snarf_db_set()
|
H A D | md_subr.c | 86 extern md_ops_t **md_ops; 87 extern md_ops_t *md_opslist; 1763 md_ops_t **pops, *ops, *lops; in md_halt() 2166 md_ops_t **pops, *ops; in md_loadsubmod() 2833 md_create_unit_incore(minor_t mnum, md_ops_t *ops, int alloc_lock) in md_create_unit_incore() 2880 md_destroy_unit_incore(minor_t mnum, md_ops_t *ops) in md_destroy_unit_incore()
|
H A D | md_ioctl.c | 57 extern md_ops_t **md_ops;
|
H A D | md_mddb.c | 110 extern md_ops_t *md_opslist; 12865 md_ops_t *ops; in md_imp_snarf_set()
|
/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | mdvar.h | 533 } md_ops_t; typedef 719 extern void md_create_unit_incore(minor_t, md_ops_t *, int); 720 extern void md_destroy_unit_incore(minor_t, md_ops_t *);
|
/titanic_41/usr/src/uts/common/io/lvm/hotspares/ |
H A D | hotspares.c | 52 md_ops_t hotspares_md_ops; 54 md_ops_t *md_interface_ops = &hotspares_md_ops; 57 extern md_ops_t **md_ops; 58 extern md_ops_t *md_opslist; 1784 md_ops_t hotspares_md_ops = {
|
/titanic_41/usr/src/uts/common/io/lvm/trans/ |
H A D | mdtrans.c | 60 md_ops_t trans_md_ops; 62 md_ops_t *md_interface_ops = &trans_md_ops; 1223 md_ops_t trans_md_ops = {
|
H A D | trans_log.c | 53 extern md_ops_t trans_md_ops;
|
H A D | trans_ioctl.c | 62 extern md_ops_t trans_md_ops;
|
/titanic_41/usr/src/uts/common/io/lvm/raid/ |
H A D | raid_hotspare.c | 68 extern md_ops_t raid_md_ops;
|
H A D | raid.c | 77 md_ops_t raid_md_ops; 79 md_ops_t *md_interface_ops = &raid_md_ops; 4387 md_ops_t raid_md_ops = {
|
H A D | raid_ioctl.c | 93 extern md_ops_t raid_md_ops;
|
/titanic_41/usr/src/uts/common/io/lvm/softpart/ |
H A D | sp.c | 105 md_ops_t sp_md_ops; 107 md_ops_t *md_interface_ops = &sp_md_ops; 1822 md_ops_t sp_md_ops = {
|
H A D | sp_ioctl.c | 92 extern md_ops_t sp_md_ops;
|
/titanic_41/usr/src/uts/common/io/lvm/stripe/ |
H A D | stripe.c | 57 md_ops_t stripe_md_ops; 59 md_ops_t *md_interface_ops = &stripe_md_ops; 1755 md_ops_t stripe_md_ops = {
|
H A D | stripe_ioctl.c | 62 extern md_ops_t stripe_md_ops;
|
/titanic_41/usr/src/uts/common/io/lvm/mirror/ |
H A D | mirror.c | 62 md_ops_t mirror_md_ops; 64 md_ops_t *md_interface_ops = &mirror_md_ops; 5783 md_ops_t mirror_md_ops = {
|
H A D | mirror_ioctl.c | 69 extern md_ops_t mirror_md_ops;
|
H A D | mirror_resync.c | 65 extern md_ops_t mirror_md_ops;
|