Symbol: M_PCSIG
usr/src/cmd/mdb/common/modules/genunix/streams.c
200
{ "M_PCSIG", M_PCSIG, "generate process signal" },
usr/src/uts/common/fs/sockfs/sockcommon_subr.c
2178
DB_TYPE(mp) = M_PCSIG;
usr/src/uts/common/fs/sockfs/sockstr.c
2668
case M_PCSIG:
usr/src/uts/common/inet/mi.c
1093
ASSERT(mp->b_datap->db_type == M_PCSIG);
usr/src/uts/common/inet/mi.c
1156
mp->b_datap->db_type = M_PCSIG;
usr/src/uts/common/inet/mi.c
1181
ASSERT(mtb->mtb_mp->b_datap->db_type == M_PCSIG);
usr/src/uts/common/inet/mi.c
1318
mp->b_datap->db_type != M_PCSIG)
usr/src/uts/common/inet/sctp/sctp_timer.c
107
ASSERT(mp->b_datap->db_type == M_PCSIG);
usr/src/uts/common/inet/sctp/sctp_timer.c
171
mp->b_datap->db_type = M_PCSIG;
usr/src/uts/common/inet/sctp/sctp_timer.c
204
ASSERT(mp->b_datap->db_type == M_PCSIG);
usr/src/uts/common/inet/sctp/sctp_timer.c
249
ASSERT(mp->b_datap->db_type == M_PCSIG);
usr/src/uts/common/inet/sctp/sctp_timer.c
284
ASSERT(mp->b_datap->db_type == M_PCSIG);
usr/src/uts/common/inet/sctp/sctp_timer.c
319
ASSERT(mp->b_datap->db_type == M_PCSIG);
usr/src/uts/common/inet/sctp/sctp_timer.c
811
ASSERT(DB_TYPE(mp) == M_PCSIG);
usr/src/uts/common/inet/tcp/tcp_fusion.c
778
DB_TYPE(mp) = M_PCSIG;
usr/src/uts/common/inet/tcp/tcp_input.c
3322
M_PCSIG, SIGURG)) {
usr/src/uts/common/inet/tcp/tcp_input.c
3613
!putnextctl1(connp->conn_rq, M_PCSIG,
usr/src/uts/common/io/audio/impl/audio_sun.c
975
(void) putctl1(auclnt_get_rq(c), M_PCSIG, SIGPOLL);
usr/src/uts/common/io/dedump.c
199
{ M_PCSIG, "M_PCSIG ", dedump_char },
usr/src/uts/common/io/ldterm.c
1053
ldterm_dosig(q, SIGINT, '\0', M_PCSIG, FLUSHRW);
usr/src/uts/common/io/ldterm.c
1348
M_PCSIG, FLUSHRW);
usr/src/uts/common/io/ldterm.c
1353
M_PCSIG, FLUSHRW);
usr/src/uts/common/io/ldterm.c
1365
M_PCSIG, FLUSHRW);
usr/src/uts/common/io/ldterm.c
1382
M_PCSIG, FLUSHRW);
usr/src/uts/common/io/ldterm.c
989
case M_PCSIG:
usr/src/uts/common/io/logindmux.c
754
case M_PCSIG:
usr/src/uts/common/io/ptem.c
1033
if (putnextctl1(q, M_PCSIG, sig) == 0) {
usr/src/uts/common/io/rlmod.c
457
case M_PCSIG:
usr/src/uts/common/io/telmod.c
416
case M_PCSIG:
usr/src/uts/common/io/tty_common.c
217
(void) putnextctl1(RD(q), M_PCSIG, SIGWINCH);
usr/src/uts/common/io/tty_pts.c
758
(void) putnextctl1(RD(q), M_PCSIG, SIGWINCH);
usr/src/uts/common/io/tty_pty.c
761
(void) putctl1(q, M_PCSIG, (int)d_arg);
usr/src/uts/common/io/tty_pty.c
868
(void) putctl1(q, M_PCSIG, SIGWINCH);
usr/src/uts/common/io/vcons.c
723
mp->b_datap->db_type = M_PCSIG;
usr/src/uts/common/os/streamio.c
2200
case M_PCSIG: