Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libadm/common/
H A Dgetvol.c138 if (!(options & DM_BATCH) && volume) { in _getvol()
148 if (options & DM_BATCH) in _getvol()
151 if ((options & DM_BATCH) || (volume == NULL)) in _getvol()
167 if ((options & DM_BATCH) || in _getvol()
/onnv-gate/usr/src/head/
H A Ddevmgmt.h165 #define DM_BATCH 0x0001 macro
/onnv-gate/usr/src/cmd/devmgmt/cmds/
H A Dgetvol.c102 options |= DM_BATCH; in main()