Home
last modified time | relevance | path

Searched refs:DTAB_EXCLUDEFLAG (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/head/
H A Ddevmgmt.h106 #define DTAB_EXCLUDEFLAG 0x02 macro
/titanic_50/usr/src/cmd/devmgmt/cmds/
H A Dgetdev.c239 options = (excludeflag?DTAB_EXCLUDEFLAG:0)|(andflag?DTAB_ANDCRITERIA:0); in main()
H A Dgetdgrp.c284 options = (excludeflag ? DTAB_EXCLUDEFLAG : 0) | in main()
/titanic_50/usr/src/lib/libadm/common/
H A Dgetdgrp.c194 if ((options & DTAB_EXCLUDEFLAG) == 0) { in getdgrp()
H A Dgetdev.c316 rtnval = (options & DTAB_EXCLUDEFLAG) ? in oktoaddtolist()
319 rtnval = (options & DTAB_EXCLUDEFLAG) ? in oktoaddtolist()