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

/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c555 lgrp_id_t *lgrps_weak; local
563 lgrps_weak = malloc(nelements * sizeof (lgrp_id_t));
566 if (lgrps_strong == NULL || lgrps_weak == NULL || lgrps_none == NULL) {
590 lgrps_weak[nlgrps_weak++] = lgrpid;
614 print_lgrps(lgrps_weak, nlgrps_weak);
626 free(lgrps_weak);

Completed in 45 milliseconds