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

/illumos-gate/usr/src/cmd/allocate/
H A Dallocate.h42 #define LISTFREE 0x00000020 /* -n */ macro
H A Dallocate.c492 LISTALL | LISTFREE | LISTALLOC |
501 if (optflg & (LISTFREE | LISTALLOC | LISTDEFS))
508 optflg |= LISTFREE;
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)))) {
364 if (optflag & LISTFREE) { /* list_devices -n */

Completed in 50 milliseconds