Searched refs:lgrps_strong (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c554 lgrp_id_t *lgrps_strong; local
562 lgrps_strong = malloc(nelements * sizeof (lgrp_id_t));
566 if (lgrps_strong == NULL || lgrps_weak == NULL || lgrps_none == NULL) {
587 lgrps_strong[nlgrps_strong++] = lgrpid;
607 print_lgrps(lgrps_strong, nlgrps_strong);
625 free(lgrps_strong);

Completed in 45 milliseconds