Home
last modified time | relevance | path

Searched refs:setbusy (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/spell/
H A Dmalloc.c65 #define setbusy(p) (union store *)((INT)(p)|BUSY) macro
138 p->ptr = setbusy(allocp);
188 p->ptr = q==p+1? q: setbusy(q);
189 r->ptr = s==r+1? s: setbusy(s);
/titanic_50/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h225 #define setbusy(blkno) setbit(busymap, blkno) macro
H A Dutilities.c137 setbusy(block); in markbusy()