Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/allocate/
H A Dallocate.h35 #define LISTATTRS 0x00000001 /* -a */ macro
H A Dallocate.c473 optflg |= LISTATTRS; in main()
489 if (optflg & (LISTATTRS | CLASS | in main()
H A Dallocate3.c327 if (optflag & LISTATTRS) in _list_device()
474 if (optflag & LISTATTRS) in _list_device()
495 if (system_labeled && optflag & WINDOWING && !(optflag & LISTATTRS)) { in list_devices()