Searched refs:SAMESTR (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dddi.h146 #undef SAMESTR macro
152 extern int SAMESTR(queue_t *);
H A Dstrsubr.h1325 extern int SAMESTR(queue_t *);
/illumos-gate/usr/src/uts/common/io/
H A Dsuntpi.c49 * SAMESTR is a very confusing name. LAST_QUEUE is introduced for readability.
51 #define LAST_QUEUE(q) (!SAMESTR(q))
H A Dtimod.c414 while (SAMESTR(driverq))
/illumos-gate/usr/src/uts/common/os/
H A Dddi.c273 SAMESTR(queue_t *q) function
639 for (q = stp->sd_wrq; q != NULL; q = SAMESTR(q) ? q->q_next : NULL) {
657 q1 = SAMESTR(q1) ? q1->q_next : NULL) {
H A Dstreamio.c1904 islast = !SAMESTR(qp) || qp->q_next == NULL;
4113 ASSERT(SAMESTR(tmp_wrq));
4227 for (q = stp->sd_wrq->q_next; SAMESTR(q) && pos > 0;
4230 if (pos > 0 || !SAMESTR(q) ||
/illumos-gate/usr/src/man/man9f/
H A DMakefile28 SAMESTR.9f \
1236 samestr.9f := LINKSRC = SAMESTR.9f
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c2055 while (SAMESTR(q))

Completed in 110 milliseconds