Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/psrset/
H A Dpsrset.c432 uint_t npsets, oldnpsets; in info_all() local
436 if (pset_list(NULL, &npsets) != 0) { in info_all()
441 psetlist = malloc(sizeof (psetid_t) * npsets); in info_all()
446 oldnpsets = npsets; in info_all()
447 if (pset_list(psetlist, &npsets) != 0) { in info_all()
452 if (npsets <= oldnpsets) in info_all()
457 for (i = 0; i < npsets; i++) { in info_all()