Searched defs:criteria (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdgrp.c39 * 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 t
127 getdgrp( char **dgroups, char **criteria, int options) argument
[all...]
H A Dgetdev.c38 * getdev() List devices that match certain criteria.
103 * deviceent Defines a device that matches criteria
104 * srch Describes a criteria
130 * the criteria strings
140 * criteria
142 * search criteria
144 * search criteria
145 * matches() See if the criteria and attribute match
181 * char **getdev(devices, criteria, options)
183 * char **criteria
208 getdev( char **devices, char **criteria, int options) argument
491 buildsearchlist(char **criteria) argument
773 getnextmatch(struct srch *criteria, int options) argument
854 matchallcriteria( struct devtabent *ent, struct srch *criteria) argument
954 matchanycriteria( struct devtabent *ent, struct srch *criteria) argument
[all...]

Completed in 63 milliseconds