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

/illumos-gate/usr/src/uts/common/ipp/
H A Dippctl.c235 static ippctl_buf_t *ippctl_array = NULL; variable
1122 *nextbuflenp = ippctl_array[0].buflen;
1566 *dbufp = ippctl_array[i].buf;
1567 *dbuflenp = ippctl_array[i].buflen;
1580 *nextbuflenp = ippctl_array[i].buflen;
1603 if ((buflen = ippctl_array[i].buflen) > 0) {
1604 buf = ippctl_array[i].buf;
1614 bzero(ippctl_array, ippctl_limit * sizeof (ippctl_buf_t));
1648 ippctl_array[i].buf = NULL;
1649 ippctl_array[
[all...]

Completed in 47 milliseconds