Home
last modified time | relevance | path

Searched refs:b_flag (Results 1 – 25 of 28) sorted by relevance

12

/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h233 #define SCTP_CHUNK_CLEAR_FLAGS(mp) ((mp)->b_flag = 0)
252 (mp)->b_flag = SCTP_CHUNK_FLAG_SENT; \
282 (mp)->b_flag &= ~(SCTP_CHUNK_FLAG_REXMIT | \
293 #define SCTP_CHUNK_ISSENT(mp) ((mp)->b_flag & SCTP_CHUNK_FLAG_SENT)
296 (((mp)->b_flag & (SCTP_CHUNK_FLAG_REXMIT|SCTP_CHUNK_FLAG_SENT)) != \
305 (mp)->b_flag |= SCTP_CHUNK_FLAG_REXMIT; \
307 #define SCTP_CHUNK_CLEAR_REXMIT(mp) ((mp)->b_flag &= ~SCTP_CHUNK_FLAG_REXMIT)
308 #define SCTP_CHUNK_WANT_REXMIT(mp) ((mp)->b_flag & SCTP_CHUNK_FLAG_REXMIT)
311 ((mp)->b_flag = (SCTP_CHUNK_FLAG_SENT|SCTP_CHUNK_FLAG_ACKED))
312 #define SCTP_CHUNK_ISACKED(mp) ((mp)->b_flag & SCTP_CHUNK_FLAG_ACKED)
[all …]
H A Dsctp_notify.c64 mp->b_flag |= MSGMARK; in sctp_notify()
116 mp->b_flag = (short)SCTP_NOTIFICATION; in sctp_notify()
H A Dsctp_asconf.c845 #define SCTP_CLR_SENT_FLAG(mp) ((mp)->b_flag &= ~SCTP_CHUNK_FLAG_SENT) in sctp_rc_timer()
916 #define SCTP_SET_SENT_FLAG(mp) ((mp)->b_flag = SCTP_CHUNK_FLAG_SENT) in sctp_wput_asconf()
H A Dsctp_input.c1555 dmp->b_flag = tpfinished ? 0 : SCTP_PARTIAL_DATA; in sctp_data_chunk()
1692 dmp->b_flag = tpfinished ? in sctp_data_chunk()
2374 dmp->b_flag = 0; in sctp_process_forward_tsn()
/titanic_50/usr/src/cmd/rmformat/
H A Drmf_main.c36 int32_t b_flag = 0; variable
105 b_flag++; in main()
315 b_flag + c_flag + F_flag + R_flag + s_flag + V_flag + in check_invalid_combinations()
H A Drmf_menu.c40 extern int32_t b_flag;
140 V_flag || c_flag || b_flag || s_flag || e_flag) { in process_options()
285 if (b_flag) in process_options()
/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c827 if ((*bp->b_rptr & FLUSHW) && !(bp->b_flag & MSGNOLOOP)) { in strsink()
829 bp->b_flag |= MSGNOLOOP; in strsink()
1258 mark = bp->b_flag & (MSGMARK | MSGMARKNEXT | MSGNOTMARKNEXT); in strread()
1269 if ((stp->sd_flag & STRDELIM) && (bp->b_flag & MSGDELIM)) in strread()
1322 bp->b_flag |= mark & ~_LASTMARK; in strread()
1324 bp->b_flag |= MSGDELIM; in strread()
1597 if (bp->b_flag & MSGMARKNEXT) { in strrput()
1603 q->q_last->b_flag &= ~MSGNOTMARKNEXT; in strrput()
1604 q->q_last->b_flag |= MSGMARKNEXT; in strrput()
1609 } else if (bp->b_flag & MSGNOTMARKNEXT) { in strrput()
[all …]
/titanic_50/usr/src/uts/common/io/softmac/
H A Dsoftmac_pkt.c42 mp->b_flag |= MSGNOLOOP; in softmac_m_tx()
53 mp->b_flag |= MSGNOLOOP; in softmac_m_tx()
H A Dsoftmac_dev.c346 if (mp->b_flag & MSGNOLOOP) { in softmac_mod_rput()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c1223 int b_flag; in mblk_prt() local
1310 b_flag = mblk.b_flag; in mblk_prt()
1312 if (mask != 0 && !(b_flag & mask)) in mblk_prt()
1315 if (not_mask != 0 && (b_flag & not_mask)) in mblk_prt()
1379 addr, b_flag, dbtype, mblklen, dblk.db_lim - dblk.db_base, in mblk_prt()
1386 if (!(b_flag & (1 << i))) in mblk_prt()
/titanic_50/usr/src/uts/common/inet/
H A Dsqueue.c1394 ASSERT(mp->b_flag & MSGWAITSYNC); in squeue_wakeup_conn()
1395 mp->b_flag &= ~MSGWAITSYNC; in squeue_wakeup_conn()
1466 mp->b_flag |= MSGWAITSYNC; in squeue_synch_enter()
1475 while (mp->b_flag & MSGWAITSYNC) in squeue_synch_enter()
/titanic_50/usr/src/cmd/fdformat/
H A Dfdformat.c95 static int b_flag = 0; /* install a volume label to the diskette */ variable
192 b_flag++; in main()
1569 if (b_flag) { in write_DOS_label()
1702 if (b_flag) { in write_NEC_DOS_label()
/titanic_50/usr/src/uts/common/sys/dktp/
H A Dtgdk.h57 short b_flag; member
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c3123 mp1->b_flag |= MSGMARKNEXT; in tcp_input_data()
3125 mp1->b_flag |= MSGNOTMARKNEXT; in tcp_input_data()
3416 mp1->b_flag |= MSGNOTMARKNEXT; in tcp_input_data()
3560 tcp->tcp_urp_mark_mp->b_flag &= in tcp_input_data()
3562 tcp->tcp_urp_mark_mp->b_flag |= in tcp_input_data()
3622 tcp->tcp_urp_mark_mp->b_flag &= in tcp_input_data()
3624 tcp->tcp_urp_mark_mp->b_flag |= in tcp_input_data()
4748 mp->b_flag |= MSGMARKNEXT; in tcp_input_data()
4899 ((mp1->b_flag & MSGMARKNEXT) ? "MSGMARKNEXT" : in tcp_input_data()
/titanic_50/usr/src/uts/common/io/
H A Dlogindmux.c784 if (mp->b_flag & MSGMARK) { in logdmuxlrput()
791 mp->b_flag &= ~MSGMARK; in logdmuxlrput()
H A Dstream.c1430 nbp->b_flag = bp->b_flag; in copyb()
1449 nbp->b_flag = bp->b_flag; in copyb()
1664 newmp->b_flag = mp->b_flag; in msgpullup()
H A Dtelmod.c412 mp->b_flag |= MSGMARK; in telmodrput()
H A Drlmod.c451 mp->b_flag |= MSGMARK; in rlmodrput()
H A Dldterm.c3326 short flag = mp->b_flag; in ldtermwmsg()
3333 mp->b_flag |= flag; in ldtermwmsg()
/titanic_50/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c1062 iobp->b_flag |= IOB_BPALLOC | IOB_BPBUFALLOC; in dadk_iob_alloc()
1078 if (iobp->b_bp && (iobp->b_flag & IOB_BPALLOC)) { in dadk_iob_free()
1080 if (bp->b_un.b_addr && (iobp->b_flag & IOB_BPBUFALLOC)) in dadk_iob_free()
/titanic_50/usr/src/uts/common/sys/
H A Dstream.h376 unsigned short b_flag; member
/titanic_50/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c593 if (mp->b_flag & SCTP_NOTIFICATION) { in sosctp_recvmsg()
597 if (!(mp->b_flag & SCTP_PARTIAL_DATA) && in sosctp_recvmsg()
2085 if (mp->b_flag & SCTP_NOTIFICATION) { in sctp_assoc_recv()
/titanic_50/usr/src/uts/common/io/net80211/
H A Dnet80211_input.c76 if (mp->b_flag & M_AMPDU) { in ieee80211_input()
92 mp->b_flag &= ~M_AMPDU; in ieee80211_input()
H A Dnet80211_ht.c210 m->b_flag |= M_AMPDU; /* bypass normal processing */ in ampdu_dispatch()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c2178 mp->b_flag = atmark ? MSGMARKNEXT : MSGNOTMARKNEXT; in so_quiesced_cb()

12