Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/devmgmt/cmds/
H A Dgetdgrp.c174 char **fitgrouplist; /* List of device groups that fit criteria */ in main() local
295 if (!(fitgrouplist = getdgrp(dgrouplist, criterialist, options))) { in main()
298 else for (dgroup = *fitgrouplist++ ; dgroup ; dgroup = *fitgrouplist++) in main()