Home
last modified time | relevance | path

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

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