Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Ddevmgmt.h105 #define DTAB_LISTALL 0x04 macro
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dgetdgrp.c283 (allflag ? DTAB_LISTALL : 0) ; in main()
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdgrp.c152 if (((options & DTAB_LISTALL) == 0) || (criteria && *criteria)) { in getdgrp()