/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_timer.c | 107 ASSERT(mp->b_datap->db_type == M_PCSIG); in sctp_timer() 171 mp->b_datap->db_type = M_PCSIG; in sctp_timer_alloc() 204 ASSERT(mp->b_datap->db_type == M_PCSIG); in sctp_timer_fire() 249 ASSERT(mp->b_datap->db_type == M_PCSIG); in sctp_timer_free() 284 ASSERT(mp->b_datap->db_type == M_PCSIG); in sctp_timer_stop() 319 ASSERT(mp->b_datap->db_type == M_PCSIG); in sctp_timer_valid() 811 ASSERT(DB_TYPE(mp) == M_PCSIG); in sctp_process_timer()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | dedump.c | 201 { M_PCSIG, "M_PCSIG ", dedump_char },
|
H A D | tty_common.c | 216 (void) putnextctl1(RD(q), M_PCSIG, SIGWINCH); in ttycommon_ioctl()
|
H A D | tty_pty.c | 771 (void) putctl1(q, M_PCSIG, (int)d_arg); in ptcioctl() 878 (void) putctl1(q, M_PCSIG, SIGWINCH); in ptcioctl()
|
H A D | ldterm.c | 974 case M_PCSIG: in ldtermrput() 1038 ldterm_dosig(q, SIGINT, '\0', M_PCSIG, FLUSHRW); in ldtermrput() 1333 M_PCSIG, FLUSHRW); in ldtermrput() 1338 M_PCSIG, FLUSHRW); in ldtermrput() 1350 M_PCSIG, FLUSHRW); in ldtermrput() 1367 M_PCSIG, FLUSHRW); in ldtermrput()
|
H A D | ptem.c | 1036 if (putnextctl1(q, M_PCSIG, sig) == 0) { in ptioc()
|
H A D | tty_pts.c | 756 (void) putnextctl1(RD(q), M_PCSIG, SIGWINCH); in ptslioctl()
|
H A D | logindmux.c | 754 case M_PCSIG: in logdmuxlrput()
|
H A D | telmod.c | 418 case M_PCSIG: in telmodrput()
|
H A D | rlmod.c | 458 case M_PCSIG: in rlmodrput()
|
H A D | vcons.c | 723 mp->b_datap->db_type = M_PCSIG; in vt_switch()
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | mi.c | 1093 ASSERT(mp->b_datap->db_type == M_PCSIG); in mi_timer() 1156 mp->b_datap->db_type = M_PCSIG; in mi_timer_alloc() 1179 ASSERT(mtb->mtb_mp->b_datap->db_type == M_PCSIG); in mi_timer_fire() 1316 mp->b_datap->db_type != M_PCSIG) in mi_timer_valid()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stream.h | 451 #define M_PCSIG 0x84 /* generate process signal */ macro
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_fusion.c | 754 DB_TYPE(mp) = M_PCSIG; in tcp_fuse_rcv_drain()
|
H A D | tcp_input.c | 3139 M_PCSIG, SIGURG)) { in tcp_input_data() 3428 !putnextctl1(connp->conn_rq, M_PCSIG, in tcp_input_data()
|
/titanic_41/usr/src/uts/sun4u/starfire/cvc/ |
H A D | cvc.c | 671 (void) putnextctl1(cvcinput_q, M_PCSIG, SIGWINCH); in cvc_redir()
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | cvc.c | 1369 (void) putnextctl1(cvcinput_q, M_PCSIG, in cvc_win_resize()
|
/titanic_41/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 1177 case M_PCSIG: in sm_hp_uwput() 1861 case M_PCSIG: in sm_sendup()
|
/titanic_41/usr/src/uts/common/io/audio/impl/ |
H A D | audio_sun.c | 975 (void) putctl1(auclnt_get_rq(c), M_PCSIG, SIGPOLL); in devaudio_sigpoll()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | streams.c | 196 { "M_PCSIG", M_PCSIG, "generate process signal" },
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_subr.c | 2169 DB_TYPE(mp) = M_PCSIG; in so_quiesced_cb()
|
H A D | sockstr.c | 2668 case M_PCSIG: in strsock_misc()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | streamio.c | 2130 case M_PCSIG: in strrput_nondata()
|