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

/osnet-11/usr/src/lib/libds/common/
H A Dlibds.c54 static dslibentry_t *dslibtab; variable
58 * Lock to protect the dslibtab table. We only need to protect this
91 for (i = 0, dsp = dslibtab; i < ndslib; i++, dsp++) {
109 if ((dslibtab = realloc(dslibtab, newndslib * sizeof (dslibentry_t)))
112 dsp = &dslibtab[ndslib];
126 for (i = 0, dsp = dslibtab; i < ndslib; i++, dsp++) {
143 for (i = 0, dsp = dslibtab; i < ndslib; i++, dsp++) {
176 * memory should we grow dslibtab, so save a copy of the
341 if (dslibtab
[all...]

Completed in 15 milliseconds