Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/allocate/
H A Dallocate.c490 LISTALL | LISTFREE | LISTALLOC | in main()
499 if (optflg & (LISTFREE | LISTALLOC | LISTDEFS)) in main()
504 if (optflg & (LISTALL | LISTALLOC | LISTDEFS)) in main()
514 optflg |= LISTALLOC; in main()
548 if (!(optflg & (LISTALL | LISTFREE | LISTALLOC | in main()
553 } else if (!(optflg & (LISTALL | LISTFREE | LISTALLOC))) { in main()
H A Dallocate.h42 #define LISTALLOC 0x00000080 /* -u */ macro
H A Dallocate3.c325 (!(optflag & (LISTALL | LISTFREE | LISTALLOC)))) { in _list_device()
392 } else if (optflag & LISTALLOC) { /* list_devices -u */ in _list_device()