Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/allocate/
H A Dallocate.c490 LISTALL | LISTFREE | LISTALLOC | in main()
501 optflg |= LISTALL; in main()
504 if (optflg & (LISTALL | LISTALLOC | LISTDEFS)) in main()
512 if (optflg & (LISTALL | LISTFREE | LISTDEFS)) in main()
548 if (!(optflg & (LISTALL | LISTFREE | LISTALLOC | in main()
553 } else if (!(optflg & (LISTALL | LISTFREE | LISTALLOC))) { in main()
H A Dallocate.h39 #define LISTALL 0x00000010 /* -l */ macro
H A Dallocate3.c325 (!(optflag & (LISTALL | LISTFREE | LISTALLOC)))) { in _list_device()
415 } else if (optflag & LISTALL) { /* list_devices -l */ in _list_device()
466 if (system_labeled && DEV_ERRORED(fi.fi_stat) && !(optflag & LISTALL)) { in _list_device()