Home
last modified time | relevance | path

Searched refs:MDCMD_PRINT (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/cmd/lvm/util/
H A Dmetaoffline.c61 mdcmdopts_t options = (MDCMD_PRINT); in main()
H A Dmetaonline.c61 mdcmdopts_t options = (MDCMD_PRINT); in main()
H A Dmetarecover.c60 mdcmdopts_t options = (MDCMD_DOIT | MDCMD_PRINT); in main()
H A Dmetarename.c68 mdcmdopts_t options = (MDCMD_PRINT | MDCMD_DOIT); in main()
H A Dmetadetach.c169 mdcmdopts_t options = (MDCMD_PRINT); in main()
H A Dmetaclear.c126 mdcmdopts_t options = (MDCMD_PRINT|MDCMD_DOIT); in main()
H A Dmetareplace.c65 mdcmdopts_t options = (MDCMD_PRINT|MDCMD_DOIT); in main()
H A Dmetattach.c356 mdcmdopts_t options = (MDCMD_PRINT|MDCMD_DOIT); in main()
H A Dmetahs.c515 mdcmdopts_t options = (MDCMD_PRINT | MDCMD_DOIT); in main()
H A Dmetainit.c716 mdcmdopts_t options = (MDCMD_DOIT | MDCMD_PRINT); in main()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_rename.c345 if (options & MDCMD_PRINT) { in meta_rename()
515 if (options & MDCMD_PRINT) { in meta_exchange()
H A Dmeta_mirror.c1446 if (options & MDCMD_PRINT) { in meta_mirror_online()
1527 if (options & MDCMD_PRINT) { in meta_mirror_offline()
1627 if (options & MDCMD_PRINT) { in meta_mirror_attach()
1695 if (options & MDCMD_PRINT) { in meta_mirror_detach()
2008 if (options & MDCMD_PRINT) { in meta_mirror_replace()
2179 if (options & MDCMD_PRINT) { in meta_mirror_enable()
2591 if ((smi > 1) && (options & MDCMD_PRINT)) { in meta_init_mirror()
2660 if (options & MDCMD_PRINT) { in meta_init_mirror()
2765 if (options & MDCMD_PRINT) { in meta_mirror_reset()
H A Dmeta_hotspares.c1195 if (options & MDCMD_PRINT) { in meta_hs_add()
1316 if (options & MDCMD_PRINT) { in meta_hs_delete()
1520 if (options & MDCMD_PRINT) { in meta_hs_replace()
1667 if (options & MDCMD_PRINT) { in meta_hs_enable()
2008 if (options & MDCMD_PRINT) { in meta_hsp_reset()
H A Dmeta_trans.c98 if (options & MDCMD_PRINT) { in meta_trans_replace()
1652 if (options & MDCMD_PRINT) { in meta_trans_detach()
1735 if (options & MDCMD_PRINT) { in meta_trans_reset()
H A Dmeta_sp.c3964 if (options & MDCMD_PRINT) { in meta_init_sp()
4607 if (options & MDCMD_PRINT) { in meta_sp_reset_common()
4995 if (options & MDCMD_PRINT) { in meta_sp_attach()
5044 if (options & MDCMD_PRINT) { in meta_sp_attach()
5580 if (options & MDCMD_PRINT) { in meta_sp_validate_unit()
5717 if (options & MDCMD_PRINT) { in meta_sp_validate_wm_and_unit()
6287 if (options & MDCMD_PRINT) in meta_sp_recover_from_wm()
6347 if (options & MDCMD_PRINT) in meta_sp_recover_from_wm()
6495 if (options & MDCMD_PRINT) { in meta_sp_recover_from_unit()
6513 if (options & MDCMD_PRINT) { in meta_sp_recover_from_unit()
H A Dmeta_stripe.c136 if (options & MDCMD_PRINT) { in meta_stripe_replace()
1477 if (options & MDCMD_PRINT) { in meta_stripe_attach()
1527 if (options & MDCMD_PRINT) { in meta_stripe_attach()
2348 if (options & MDCMD_PRINT) { in meta_init_stripe()
2454 if (options & MDCMD_PRINT) { in meta_stripe_reset()
H A Dmeta_raid.c1407 if (options & MDCMD_PRINT) { in meta_raid_attach()
1712 if (options & MDCMD_PRINT) { in meta_raid_replace()
1845 if (options & MDCMD_PRINT) { in meta_raid_enable()
2597 if (options & MDCMD_PRINT) { in meta_init_raid()
2688 if (options & MDCMD_PRINT) { in meta_raid_reset()
/titanic_41/usr/src/head/
H A Dmeta.h230 #define MDCMD_PRINT 0x0004 /* print success messages to stdout */ macro