Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libadm/common/
H A Dgetvol.c137 if (!(options & DM_BATCH) && volume) { in _getvol()
147 if (options & DM_BATCH) in _getvol()
150 if ((options & DM_BATCH) || (volume == NULL)) in _getvol()
166 if ((options & DM_BATCH) || in _getvol()
/illumos-gate/usr/src/head/
H A Ddevmgmt.h163 #define DM_BATCH 0x0001 macro
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dgetvol.c100 options |= DM_BATCH; in main()