Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Dblok.c43 #define busy(x) (Rcheat((x)->word) & BUSY)
93 (Rcheat(blokp) | BUSY); in alloc()
101 p = (struct blk *)(Rcheat(p->word) & ~BUSY); in alloc()
131 bloktop->word = (struct blk *)(Rcheat(rndstak) | BUSY); in addblok()
147 bloktop = bloktop->word = (struct blk *)(Rcheat(bloktop) + reqd); in addblok()
185 p->word = (struct blk *)(Rcheat(p->word) & ~BUSY);
203 eui = (uint32_t *)(Rcheat(ptr->word) & ~BUSY); in fill_pat()
217 q = (struct blk *)(Rcheat(p->word) & ~BUSY); in chkbptr()
250 q = (struct blk *)(Rcheat(p->word) & ~BUSY); in chkmem()
289 p = (struct blk *)(Rcheat(pp->word) & ~BUSY);
H A Dstak.h42 #define absstak(x) (stakbot+Rcheat(x))
H A Dservice.c434 (struct argnod *)(Rcheat(gchain) & ~ARGMK);
447 if (argp == 0 || Rcheat(argp) & ARGMK)
452 argp = (struct argnod *)(Rcheat(argp) & ~ARGMK);
H A Dmode.h54 #define Rcheat(a) ((int)(a)) macro