Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libslp/clib/
H A Dslp-internal.h287 #define SLP_OVERFLOW (char)0x80 macro
296 #define slp_get_overflow(h) ((h)[SLP_FLAGS] & SLP_OVERFLOW)
297 #define slp_set_overflow(h) (h)[SLP_FLAGS] |= SLP_OVERFLOW