Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/
H A Ddevmgmt.h105 #define DTAB_ANDCRITERIA 0x01 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.c285 (andflag ? DTAB_ANDCRITERIA : 0) | in main()
/titanic_50/usr/src/lib/libadm/common/
H A Dgetdgrp.c155 devlist = getdev(NULL, criteria, (options & DTAB_ANDCRITERIA)); in getdgrp()
H A Dgetdev.c794 if (options & DTAB_ANDCRITERIA) { in getnextmatch()