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

/illumos-gate/usr/src/cmd/allocate/
H A Dallocate.h44 #define LISTALLOC 0x00000080 /* -u */ macro
H A Dallocate.c492 LISTALL | LISTFREE | LISTALLOC |
501 if (optflg & (LISTFREE | LISTALLOC | LISTDEFS))
506 if (optflg & (LISTALL | LISTALLOC | LISTDEFS))
516 optflg |= LISTALLOC;
550 if (!(optflg & (LISTALL | LISTFREE | LISTALLOC |
555 } else if (!(optflg & (LISTALL | LISTFREE | LISTALLOC))) {
H A Dallocate3.c325 (!(optflag & (LISTALL | LISTFREE | LISTALLOC)))) {
392 } else if (optflag & LISTALLOC) { /* list_devices -u */

Completed in 92 milliseconds