Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/allocate/
H A Dallocate.c492 LISTALL | LISTFREE | LISTALLOC | in main()
501 if (optflg & (LISTFREE | LISTALLOC | LISTDEFS)) in main()
508 optflg |= LISTFREE; in main()
514 if (optflg & (LISTALL | LISTFREE | LISTDEFS)) in main()
550 if (!(optflg & (LISTALL | LISTFREE | LISTALLOC | in main()
555 } else if (!(optflg & (LISTALL | LISTFREE | LISTALLOC))) { in main()
H A Dallocate.h42 #define LISTFREE 0x00000020 /* -n */ macro
H A Dallocate3.c325 (!(optflag & (LISTALL | LISTFREE | LISTALLOC)))) { in _list_device()
364 if (optflag & LISTFREE) { /* list_devices -n */ in _list_device()