Searched refs:atmark (Results 1 – 2 of 2) sorted by relevance
766 int atmark; in doit() local823 if (ioctl(rem, SIOCATMARK, &atmark) >= 0) { in doit()824 if (atmark) in doit()1101 int out = FWRITE, atmark, n; in oob() local1123 if (ioctl(rem, SIOCATMARK, &atmark) < 0) { in oob()1126 if (!atmark) { in oob()1153 } while (atmark == 0); in oob()1204 if (ioctl(rem, SIOCATMARK, &atmark) < 0) { in oob()1208 if (atmark) in oob()
2022 boolean_t atmark; in so_quiesced_cb() local2048 atmark = (so->so_state & SS_RCVATMARK) != 0; in so_quiesced_cb()2073 if (atmark) { in so_quiesced_cb()2100 atmark = B_FALSE; in so_quiesced_cb()2109 atmark = B_TRUE; in so_quiesced_cb()2130 atmark = B_TRUE; in so_quiesced_cb()2153 if (atmark || so->so_oobmark > 0) { in so_quiesced_cb()2156 if (atmark && so->so_oobmsg != NULL) { in so_quiesced_cb()2186 mp->b_flag = atmark ? MSGMARKNEXT : MSGNOTMARKNEXT; in so_quiesced_cb()