Searched defs:lgrps (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm105 # Returns: list of lgrps in a subtree starting from $lgrp.
213 sub lgrps subroutine
215 scalar @_ > 0 or _usage("lgrps(class, [lgrp])");
/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c1021 lgrp_resources(lgrp_cookie_t cookie, lgrp_id_t lgrp, lgrp_id_t *lgrps, argument
1066 if (lgrps != NULL && nlgrps < count)
1067 lgrps[nlgrps] = i;
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp_topo.c314 prom_printf("lgrp_ancestor_delete: changed %d lgrps: 0x%llx\n",
419 prom_printf("lgrp_consolidate: changed %d lgrps: 0x%llx\n",
534 prom_printf("lgrp_collapse_dups: changed %d lgrps: 0x%llx\n",
592 prom_printf("lgrp_new_parent: changed %d lgrps: 0x%llx\n",
630 prom_printf("lgrp_proprogate: changed %d lgrps:"
658 prom_printf("lgrp_proprogate: changed %d lgrps: 0x%llx\n",
787 prom_printf("lgrp_split: changed %d lgrps: 0x%llx\n",
1112 prom_printf("lgrp_lineage_add: changed %d lgrps: 0x%llx\n",
1124 lgrp_leaf_add(lgrp_t *leaf, lgrp_t **lgrps, int lgrp_count, argument
1138 (void *)leaf, leaf->lgrp_id, (void *)lgrps, lgrp_coun
1246 lgrp_leaf_delete(lgrp_t *leaf, lgrp_t **lgrps, int lgrp_count, klgrpset_t *changed) argument
1340 lgrp_topo_flatten(int levels, lgrp_t **lgrps, int lgrp_count, klgrpset_t *changed) argument
1459 lgrp_topo_update(lgrp_t **lgrps, int lgrp_count, klgrpset_t *changed) argument
1569 lgrp_topo_print(lgrp_t **lgrps, int lgrp_max) argument
[all...]
/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c133 lgrp_id_t *lgrps; /* lgroups */ member in struct:plgrp_args
263 arg->lgrps = realloc(arg->lgrps,
265 if (arg->lgrps == NULL) {
281 arg->lgrps[arg->nlgrps] = id;
489 print_lgrps(lgrp_id_t *lgrps, int nlgrps) argument
498 start = end = lgrps[0];
503 lgrpid = lgrps[i];
550 print_affinities(lgrp_id_t *lgrps, lgrp_affinity_t *affs, int nelements) argument
577 lgrp_id_t lgrpid = lgrps[
877 lgrp_id_t *lgrps; local
[all...]
/illumos-gate/usr/src/cmd/ps/
H A Dps.c267 static int *lgrps = NULL; /* list of lgroup IDs for for h option */ variable
268 static size_t lgrps_size = 0; /* size of the lgrps list */
448 * correctness and place in lgrps array.
472 /* Extend lgrps array if needed */
474 /* Double the size of the lgrps array */
478 lgrps = Realloc(lgrps,
481 /* place the id in the lgrps table */
482 lgrps[nlgrps++] = id;
993 else if (hflg && search((pid_t *)lgrps, nlgrp
[all...]

Completed in 92 milliseconds