Searched refs:BUSY (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.h72 #define BUSY 1 /* processing data already sent */ macro
120 "busy", BUSY, \
H A Dpostcomm.c360 case BUSY:
422 case BUSY:
640 case 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))
H A Dmalloc.c317 arena[1].nextblk = (struct header *)BUSY;
318 arena[0].nextblk = (struct header *)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, \
H A Dslowsend.c92 case BUSY:
H A Dpostio.c516 case BUSY:
687 case BUSY:
795 case 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/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 Dvmclear.c79 { SIZE(tp) |= BUSY|JUNK;
86 SIZE(tp) = BUSY;
H A Dvmprivate.c191 SIZE(t) = BUSY;
197 { SIZE(t) |= BUSY|JUNK;
249 SIZE(BLOCK(seg->baddr)) = BUSY;
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)
H A Dvmopen.c161 SIZE(NEXT(b)) = BUSY|PFREE;
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;
1013 SIZE(np) = BUSY;
1022 SIZE(np) = (((s&~BITS)-size) - sizeof(Head_t))|BUSY|JUNK;
1176 SIZE(np) = ((SIZE(tp)&~BITS) - s)|BUSY;
1190 SIZE(tp) = ((s & ~BITS) - sizeof(Head_t)) | BUSY | JUN
[all...]
H A Dvmlast.c247 SIZE(BLOCK(seg->baddr)) = BUSY;
/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/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h60 #if !defined(BUSY) /* warning: macro redefined */
61 #define BUSY -2 macro
/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/uts/sun4u/starfire/ml/
H A Didn_asm.s156 clr %o3 ! clear BUSY counter
180 inc %o3 ! bump the BUSY counter
212 btst IDSR_BUSY, %o1 ! was it BUSY?
236 clr %o3 ! reset BUSY counter
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_interrupt.s149 stxa %g0, [%g0]ASI_INTR_RECEIVE_STATUS ! clear the BUSY bit
173 ! clear BUSY bit
327 stxa %g0, [%g0]ASI_INTR_RECEIVE_STATUS ! clear the BUSY bit
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_ioctl_uwp.c191 if (use_flag == BUSY) {
428 if (use_flag == BUSY) {
H A Doplmsu_cmn_func.c239 rval = BUSY;
365 rval = BUSY;
368 rval = BUSY;
H A Doplmsu.c1785 if (rval == BUSY) { /* Check whether Lower path is usable */
1964 if (use_flag == BUSY) {
2050 if (use_flag == BUSY) {
2118 if (use_flag == BUSY) {
2469 if (use_flag == BUSY) {

Completed in 1697 milliseconds

12