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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.h72 #define BUSY 1 /* processing data already sent */ macro
120 "busy", BUSY, \
/illumos-gate/usr/src/lib/libmapmalloc/common/
H A Dtextmem.c77 #define BUSY 1 macro
152 block->status = BUSY;
250 if (block->status == BUSY)
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dmalloc.c66 #define BUSY 1 macro
114 if (block->status == BUSY)
202 block->status = BUSY;
/illumos-gate/usr/src/cmd/sh/
H A Dblok.c42 #define BUSY 01 macro
43 #define busy(x) (Rcheat((x)->word) & BUSY)
93 (Rcheat(blokp) | BUSY);
101 p = (struct blk *)(Rcheat(p->word) & ~BUSY);
131 bloktop->word = (struct blk *)(Rcheat(rndstak) | BUSY);
185 p->word = (struct blk *)(Rcheat(p->word) & ~BUSY);
203 eui = (uint32_t *)(Rcheat(ptr->word) & ~BUSY);
217 q = (struct blk *)(Rcheat(p->word) & ~BUSY);
250 q = (struct blk *)(Rcheat(p->word) & ~BUSY);
289 p = (struct blk *)(Rcheat(pp->word) & ~BUSY);
[all...]
/illumos-gate/usr/src/cmd/spell/
H A Dmalloc.c46 * pointers to blocks must have BUSY bit 0
54 * ALIGN, NALIGN, BLOCK, BUSY, INT
62 #define BUSY 1 macro
64 #define testbusy(p) ((INT)(p)&BUSY)
65 #define setbusy(p) (union store *)((INT)(p)|BUSY)
66 #define clearbusy(p) (union store *)((INT)(p)&~BUSY)
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.h115 #define BUSY 0 /* processing data already sent */ macro
158 "busy", BUSY, \
/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmallint.h140 #define BUSY 1L macro
141 #define SETBUSY(x) ((struct header *)((long)(x) | BUSY))
142 #define CLRBUSY(x) ((struct header *)((long)(x) & ~BUSY))
143 #define TESTBUSY(x) ((long)(x) & BUSY)
155 #define SETALL(x) ((long)(x) | (SMAL | BUSY))
156 #define CLRALL(x) ((long)(x) & ~(SMAL | BUSY))
/illumos-gate/usr/src/uts/common/sys/
H A Dstrtty.h95 #define BUSY 040 /* Output in progress */ macro
H A Dsservice.h93 #define BUSY 0x18 macro
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h185 #define BUSY (01) /* block is busy */ macro
188 #define BITS (07) /* (BUSY|PFREE|JUNK) */
195 #define ISBUSY(w) ((w) & BUSY)
196 #define SETBUSY(w) ((w) |= BUSY)
197 #define CLRBUSY(w) ((w) &= ~BUSY)
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h60 #if !defined(BUSY) /* warning: macro redefined */
61 #define BUSY -2 macro

Completed in 88 milliseconds