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

/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c711 * reallocate *vlistp and append another element.
715 vlist_append(int **vlistp, int *vcntp, int value) argument
718 if ((*vlistp = realloc(*vlistp, *vcntp * sizeof (**vlistp))) != NULL)
719 *(*vlistp + *vcntp - 1) = value;
722 return (*vlistp == NULL);
729 * *vlistp; the caller will need to free that space. On return:
737 get_thresh(int **vlistp, int *vcntp) argument
745 if ((nerr = vlist_append(vlistp, vcnt
[all...]

Completed in 60 milliseconds