Searched refs:ndslib (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libds/common/ |
H A D | libds.c | 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() [all …]
|