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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dddi.h192 #undef SAMESTR macro
200 extern int SAMESTR(queue_t *);
208 extern int SAMESTR();
H A Dstrsubr.h1325 extern int SAMESTR(queue_t *);
/opensolaris-onvv-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.c425 while (SAMESTR(driverq))
/opensolaris-onvv-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.c1903 islast = !SAMESTR(qp) || qp->q_next == NULL;
4112 ASSERT(SAMESTR(tmp_wrq));
4226 for (q = stp->sd_wrq->q_next; SAMESTR(q) && pos > 0;
4229 if (pos > 0 || !SAMESTR(q) ||
/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c2044 while (SAMESTR(q))

Completed in 194 milliseconds