Home
last modified time | relevance | path

Searched refs:DM_ELABEL (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/head/
H A Ddevmgmt.h166 #define DM_ELABEL 0x0002 macro
/titanic_50/usr/src/lib/libadm/common/
H A Dgetvol.c161 if (options & DM_ELABEL) in _getvol()
334 if (label && (options & DM_ELABEL)) { in insert()
341 if (label && !(options & DM_ELABEL)) { in insert()
/titanic_50/usr/src/cmd/devmgmt/cmds/
H A Dgetvol.c123 options |= DM_ELABEL; in main()