Home
last modified time | relevance | path

Searched refs:vlist_append (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) in vlist_append() function
745 if ((nerr = vlist_append(vlistp, vcntp, 0)) != 0) in get_thresh()
763 if (nerr || (nerr = vlist_append(vlistp, vcntp, value))) in get_thresh()
768 nerr = vlist_append(vlistp, vcntp, 0); in get_thresh()