Searched refs:sti_oobsigcnt (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h78 * The counts (sti_oobcnt and sti_oobsigcnt) track the number of
166 uint_t sti_oobsigcnt; /* Number of SIGURG generated */ member in struct:sotpi_info
H A Dsockstr.c243 sti->sti_oobsigcnt = sti->sti_oobcnt = 0;
1305 ASSERT(sti->sti_oobsigcnt >= sti->sti_oobcnt);
1306 if (sti->sti_oobsigcnt > sti->sti_oobcnt) {
1320 sti->sti_oobsigcnt++;
1321 ASSERT(sti->sti_oobsigcnt > 0); /* Wraparound */
1322 ASSERT(sti->sti_oobsigcnt > sti->sti_oobcnt);
1358 ASSERT(sti->sti_oobsigcnt > sti->sti_oobcnt);
1362 ASSERT(sti->sti_oobsigcnt >= sti->sti_oobcnt);
1387 ASSERT(sti->sti_oobsigcnt >= sti->sti_oobcnt);
2026 (void *)vp, sti->sti_oobsigcnt, st
[all...]
H A Dsocktpi.c2954 * decrements sti_oobsigcnt.
2972 sti->sti_oobsigcnt,
2974 if (sti->sti_oobsigcnt == 0) {
3538 sti->sti_oobsigcnt, sti->sti_oobcnt,
3568 sti->sti_oobsigcnt,
3608 ASSERT(sti->sti_oobsigcnt >= sti->sti_oobcnt);
3609 ASSERT(sti->sti_oobsigcnt > 0);
3610 sti->sti_oobsigcnt--;
3625 sti->sti_oobsigcnt, sti->sti_oobcnt,
6711 sti->sti_oobsigcnt
[all...]
H A Dsocksubr.c1666 * For TPI, the presence of a "mark" is indicated by sti_oobsigcnt.
1669 SOTOTPI(so)->sti_oobsigcnt > 0;
1689 SOTOTPI(so)->sti_oobsigcnt < SOTOTPI(so)->sti_oobcnt) {
1691 (void *)so, SOTOTPI(so)->sti_oobsigcnt,

Completed in 82 milliseconds