Lines Matching refs:ndslib
56 static int ndslib; variable
92 for (i = 0, dsp = dslibtab; i < ndslib; i++, dsp++) { in ds_hdl_to_dslibentry()
109 newndslib = ndslib << 1; in ds_new_dslibentry()
113 dsp = &dslibtab[ndslib]; in ds_new_dslibentry()
114 (void) memset(dsp, 0, (newndslib - ndslib) * sizeof (dslibentry_t)); in ds_new_dslibentry()
115 ndslib = newndslib; in ds_new_dslibentry()
127 for (i = 0, dsp = dslibtab; i < ndslib; i++, dsp++) { in ds_service_count()
144 for (i = 0, dsp = dslibtab; i < ndslib; i++, dsp++) { in ds_lookup_dslibentry()
339 ndslib = MIN_DSLIB_ENTRIES; in ds_init()
340 (void) memset(dslibtab, 0, sizeof (dslibentry_t) * ndslib); in ds_init()
714 if (ndslib > 0) { in ds_fini()
716 for (i = 0, dsp = dslibtab; i < ndslib; i++, dsp++) { in ds_fini()
724 ndslib = 0; in ds_fini()