Home
last modified time | relevance | path

Searched refs:_T_NUM_ENTRIES (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libc/port/gen/
H A Dtsdalloc.c54 for (i = 0; i < _T_NUM_ENTRIES; i++) { in _free_tsdbuf()
62 lfree(loc, _T_NUM_ENTRIES * sizeof (tsdent_t)); in _free_tsdbuf()
74 if ((uint_t)n >= _T_NUM_ENTRIES) { in tsdalloc()
89 loc = lmalloc(_T_NUM_ENTRIES * sizeof (tsdent_t)); in tsdalloc()
93 lfree(loc, _T_NUM_ENTRIES * sizeof (tsdent_t)); in tsdalloc()
/titanic_41/usr/src/lib/libc/inc/
H A Dtsd.h64 _T_NUM_ENTRIES /* this *must* be the last member */ enumerator