Searched refs:vcntp (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/power/ |
H A D | handlers.c | 715 vlist_append(int **vlistp, int *vcntp, int value) in vlist_append() argument 717 (*vcntp)++; in vlist_append() 718 if ((*vlistp = realloc(*vlistp, *vcntp * sizeof (**vlistp))) != NULL) in vlist_append() 719 *(*vlistp + *vcntp - 1) = value; in vlist_append() 737 get_thresh(int **vlistp, int *vcntp) in get_thresh() argument 744 gci = *vcntp; in get_thresh() 745 if ((nerr = vlist_append(vlistp, vcntp, 0)) != 0) in get_thresh() 752 grp_cnt = *vcntp - gci; 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()
|