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

/illumos-gate/usr/src/lib/libast/common/port/
H A Dastconf.c73 #define CONF_ALLOC (CONF_USER<<2) macro
421 if (fp->flags & CONF_ALLOC)
463 if (!(fp->flags & CONF_ALLOC))
471 fp->flags |= CONF_ALLOC;
715 if (!(fp->flags & CONF_ALLOC))
722 fp->flags |= CONF_ALLOC;
1634 if (fp->flags & CONF_ALLOC)

Completed in 61 milliseconds