Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Dstable.c42 #define MINPTR_ALIGN sizeof (char *) /* alignment boundary for pointers */ macro
179 while ((uintptr_t)eptr % MINPTR_ALIGN) in stable()
189 (slen + sizeof (char *) + MINPTR_ALIGN + 4)) { in stable()
198 while ((uintptr_t)Stablenext % MINPTR_ALIGN) in stable()