Searched refs:JUNK (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmclear.c79 { SIZE(tp) |= BUSY|JUNK;
H A Dvmhdr.h187 #define JUNK (04) /* marked as freed but not yet processed */ macro
188 #define BITS (07) /* (BUSY|PFREE|JUNK) */
203 #define ISJUNK(w) ((w) & JUNK)
204 #define SETJUNK(w) ((w) |= JUNK)
205 #define CLRJUNK(w) ((w) &= ~JUNK)
H A Dvmbest.c100 if(SIZE(b) & (BUSY|JUNK|PFREE))
126 if((SIZE(b)&BUSY) == 0 || (SIZE(b)&JUNK) == 0)
203 if(SIZE(b) & (BUSY|JUNK|PFREE) )
634 SIZE(bp) |= BUSY|JUNK;
703 SIZE(np) = ((s&~BITS) - (size+sizeof(Head_t)))|JUNK|BUSY;
755 SIZE(np) = (s - sizeof(Head_t)) | BUSY|JUNK;
1022 SIZE(np) = (((s&~BITS)-size) - sizeof(Head_t))|BUSY|JUNK;
1179 SIZE(tp) = (s - sizeof(Head_t)) | (SIZE(tp)&BITS) | JUNK;
1190 SIZE(tp) = ((s & ~BITS) - sizeof(Head_t)) | BUSY | JUNK;
H A Dvmprivate.c197 { SIZE(t) |= BUSY|JUNK;
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c121 #undef JUNK macro
122 #define JUNK (1L<<12) macro
869 if (flags & JUNK)
876 flags &= ~(DEFINE|DIRECTIVE|IDID|INDIRECT|JUNK|MATCH|SHARP|TYPEDEF);
1224 flags |= JUNK|MATCH;
1244 flags |= JUNK|MATCH;
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_handlers.c46 #define JUNK 128 /* used to flush stdout and stderr */ macro
176 char junk[JUNK];
218 i = read(pout[0], junk, JUNK);
234 i = read(perr[0], junk, JUNK);

Completed in 77 milliseconds