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

/opensolaris-onvv-gate/usr/src/cmd/allocate/
H A Dallocate.h41 #define LISTALL 0x00000010 /* -l */ macro
H A Dallocate.c492 LISTALL | LISTFREE | LISTALLOC |
503 optflg |= LISTALL;
506 if (optflg & (LISTALL | LISTALLOC | LISTDEFS))
514 if (optflg & (LISTALL | LISTFREE | LISTDEFS))
550 if (!(optflg & (LISTALL | LISTFREE | LISTALLOC |
555 } else if (!(optflg & (LISTALL | LISTFREE | LISTALLOC))) {
H A Dallocate3.c325 (!(optflag & (LISTALL | LISTFREE | LISTALLOC)))) {
415 } else if (optflag & LISTALL) { /* list_devices -l */
466 if (system_labeled && DEV_ERRORED(fi.fi_stat) && !(optflag & LISTALL)) {

Completed in 72 milliseconds