/titanic_50/usr/src/uts/common/inet/sctp/ |
H A D | sctp_impl.h | 233 #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 D | sctp_notify.c | 64 mp->b_flag |= MSGMARK; in sctp_notify() 116 mp->b_flag = (short)SCTP_NOTIFICATION; in sctp_notify()
|
H A D | sctp_asconf.c | 845 #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 D | sctp_input.c | 1555 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 D | rmf_main.c | 36 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 D | rmf_menu.c | 40 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 D | streamio.c | 827 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 D | softmac_pkt.c | 42 mp->b_flag |= MSGNOLOOP; in softmac_m_tx() 53 mp->b_flag |= MSGNOLOOP; in softmac_m_tx()
|
H A D | softmac_dev.c | 346 if (mp->b_flag & MSGNOLOOP) { in softmac_mod_rput()
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | streams.c | 1223 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 D | squeue.c | 1394 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 D | fdformat.c | 95 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 D | tgdk.h | 57 short b_flag; member
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_input.c | 3123 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 D | logindmux.c | 784 if (mp->b_flag & MSGMARK) { in logdmuxlrput() 791 mp->b_flag &= ~MSGMARK; in logdmuxlrput()
|
H A D | stream.c | 1430 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 D | telmod.c | 412 mp->b_flag |= MSGMARK; in telmodrput()
|
H A D | rlmod.c | 451 mp->b_flag |= MSGMARK; in rlmodrput()
|
H A D | ldterm.c | 3326 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 D | dadk.c | 1062 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 D | stream.h | 376 unsigned short b_flag; member
|
/titanic_50/usr/src/uts/common/inet/sockmods/ |
H A D | socksctp.c | 593 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 D | net80211_input.c | 76 if (mp->b_flag & M_AMPDU) { in ieee80211_input() 92 mp->b_flag &= ~M_AMPDU; in ieee80211_input()
|
H A D | net80211_ht.c | 210 m->b_flag |= M_AMPDU; /* bypass normal processing */ in ampdu_dispatch()
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_subr.c | 2178 mp->b_flag = atmark ? MSGMARKNEXT : MSGNOTMARKNEXT; in so_quiesced_cb()
|