Home
last modified time | relevance | path

Searched refs:PRINT_DEVID (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/lvm/util/
H A Dmetastat.c279 mdprtopts_t options = PRINT_HEADER | PRINT_DEVID | PRINT_FAST; in main()
350 options &= ~PRINT_DEVID; in main()
488 if ((options & PRINT_DEVID) && (eval != 1) && !quiet_flg) { in main()
647 if ((options & PRINT_DEVID) && !quiet_flg) { in print_specific_set()
H A Dmetahs.c57 mdprtopts_t options = (PRINT_HEADER | PRINT_SUBDEVS | PRINT_DEVID); in status_hsp()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_trans.c992 if (options & PRINT_DEVID) in trans_report()
1359 if (options & PRINT_DEVID) in log_report()
H A Dmeta_stripe.c788 if (options & PRINT_DEVID) { in subdev_row_report()
904 if (options & PRINT_DEVID) { in toplev_row_report()
H A Dmeta_hotspares.c618 if (options & PRINT_DEVID) { in hsp_report()
H A Dmeta_raid.c698 if (options & PRINT_DEVID) { in display_raid_device_info()
H A Dmeta_sp.c2208 if (options & PRINT_DEVID) { in meta_sp_report()
/titanic_41/usr/src/head/
H A Dmeta.h161 #define PRINT_DEVID 0x00000100 macro