Searched refs:sti_nl7c_flags (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h226 * sti_nl7c_flags the NL7C state of URL processing.
240 uint64_t sti_nl7c_flags; member in struct:sotpi_info
H A Dnl7c.c92 * the underlying socket is marked sti_nl7c_flags NL7C_ENABLED.
929 boolean_t pollin = (sti->sti_nl7c_flags & NL7C_POLLIN);
937 sti->sti_nl7c_flags = 0;
945 sti->sti_nl7c_flags &= ~NL7C_POLLIN;
953 } else if (sti->sti_nl7c_flags & NL7C_SOPERSIST) {
983 sti->sti_nl7c_flags = 0;
1008 } else if (sti->sti_nl7c_flags &
1023 if (ret == B_TRUE && (sti->sti_nl7c_flags & NL7C_SOPERSIST)) {
H A Dnl7chttp.c1169 uint64_t flags = SOTOTPI(so)->sti_nl7c_flags & NL7C_SCHEMEPRIV;
1432 sti->sti_nl7c_flags |= NL7C_SOPERSIST;
1434 sti->sti_nl7c_flags &= ~NL7C_SOPERSIST;
1437 sti->sti_nl7c_flags &= ~NL7C_SCHEMEPRIV;
1440 sti->sti_nl7c_flags |= HTTP_CONN_CL;
1443 sti->sti_nl7c_flags |= HTTP_CONN_KA;
1445 sti->sti_nl7c_flags |= HTTP_CONN_CL;
1757 sti->sti_nl7c_flags |= NL7C_SOPERSIST;
1759 sti->sti_nl7c_flags &= ~NL7C_SOPERSIST;
1762 sti->sti_nl7c_flags
[all...]
H A Dnl7curi.c1129 sti->sti_nl7c_flags = 0;
1134 if (sti->sti_nl7c_flags & NL7C_WAITWRITE) {
1135 sti->sti_nl7c_flags &= ~NL7C_WAITWRITE;
1197 if (! (sti->sti_nl7c_flags & NL7C_SOPERSIST)) {
1199 sti->sti_nl7c_flags = 0;
1209 sti->sti_nl7c_flags = 0;
1301 sti->sti_nl7c_flags = 0;
1306 if (sti->sti_nl7c_flags & NL7C_WAITWRITE)
1307 sti->sti_nl7c_flags &= ~NL7C_WAITWRITE;
1442 if (! (sti->sti_nl7c_flags
[all...]
H A Dsocktpi.c318 SOTOTPI(so)->sti_nl7c_flags = NL7C_AF_NCA;
1055 sti->sti_nl7c_flags == NL7C_AF_NCA)) {
1062 sti->sti_nl7c_flags |= NL7C_ENABLED;
1968 if (sti->sti_nl7c_flags & NL7C_ENABLED) {
1977 nsti->sti_nl7c_flags =
1978 sti->sti_nl7c_flags & (~NL7C_POLLIN);
1985 nsti->sti_nl7c_flags |= NL7C_SOPERSIST;
3144 if ((sti->sti_nl7c_flags & (NL7C_ENABLED | NL7C_WAITWRITE)) ==
3155 } else if (sti->sti_nl7c_flags & NL7C_SOPERSIST) {
3168 if (sti->sti_nl7c_flags
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c1299 _SOTOTPI(so)->sti_nl7c_flags != 0) {

Completed in 79 milliseconds