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

/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c715 vlist_append(int **vlistp, int *vcntp, int value) argument
717 (*vcntp)++;
718 if ((*vlistp = realloc(*vlistp, *vcntp * sizeof (**vlistp))) != NULL)
719 *(*vlistp + *vcntp - 1) = value;
730 * *vcntp is the count of the vlist array, and vlist is either
737 get_thresh(int **vlistp, int *vcntp) argument
744 gci = *vcntp;
745 if ((nerr = vlist_append(vlistp, vcntp, 0)) != 0)
752 grp_cnt = *vcntp - gci;
763 if (nerr || (nerr = vlist_append(vlistp, vcntp, valu
[all...]

Completed in 59 milliseconds