Searched defs:thisblock (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dpacklib.c248 uint32_t thisblock; local
250 thisblock = number / NUMWORDS;
252 if (prevblock == thisblock) {
257 (thisblock * sizeof (uint32_t)), 0)) {
273 prevblock = thisblock;
/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c1217 cachespaceblock_t *thisblock; local
1241 thisblock = cachehead->mt_cachespaceblock;
1242 while (thisblock != NULL) {
1244 if (thisblock->mt_nfree[i] != 0) {
1245 thiscache = thisblock->mt_cache[i];
1249 thisblock = thisblock->mt_nextblock;

Completed in 24 milliseconds