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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c707 int isupi; local
720 isupi = addr - (uintptr_t)sym.st_value < sym.st_size;
721 ttoff = (isupi ? 0 : TURNSTILE_HASH_SIZE) + TURNSTILE_SOBJ_HASH(addr);

Completed in 45 milliseconds