Lines Matching defs:criteria
39 * getdgrp() Get the device groups that meet certain criteria.
101 * char **getdgrp(dgroups, criteria, options)
103 * char **criteria
107 * that meet certain criteria and returns a pointer to the first
114 * criteria The criteria that a device must meet
115 * options Indicates 1) whether to "and" the criteria or to "or"
116 * the criteria, 2) indicates whether to limit the
129 char **criteria, /* List of criteria to meet */
133 char **devlist; /* Devices that meet criteria */
137 int listallflag; /* TRUE if DTAB_LISTALL && (!criteria || !*criteria) */
149 * Get the list of devices that meet the criteria specified
151 * there is no criteria list.
154 if (((options & DTAB_LISTALL) == 0) || (criteria && *criteria)) {
155 devlist = getdev(NULL, criteria, (options & DTAB_ANDCRITERIA));
206 * that meet the criteria and are not in the list of device
442 * member devices which match the criteria