Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dstable.c40 #define MINPTR_ALIGN sizeof (char *) /* alignment boundary for pointers */ macro
177 while ((uintptr_t)eptr % MINPTR_ALIGN) in stable()
187 (slen + sizeof (char *) + MINPTR_ALIGN + 4)) { in stable()
196 while ((uintptr_t)Stablenext % MINPTR_ALIGN) in stable()