Searched refs:M_SIG (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | tirdwr.c | 409 case M_SIG: in check_strhead() 460 case M_SIG: in strip_strhead()
|
H A D | dedump.c | 192 { M_SIG, "M_SIG ", dedump_char },
|
H A D | ptem.c | 976 (void) putnextctl1(RD(q), M_SIG, SIGWINCH); in ptioc() 978 (void) putnextctl1(q, M_SIG, SIGWINCH); in ptioc()
|
H A D | ldterm.c | 975 case M_SIG: in ldtermrput() 1356 M_SIG, 0); in ldtermrput()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | streamio.c | 1370 (bp->b_datap->db_type == M_SIG)) { in strread() 1376 ASSERT(bp != NULL && DB_TYPE(bp) == M_SIG); in strread() 1392 case M_SIG: in strread() 2109 case M_SIG: in strrput_nondata() 4919 if (mp->b_datap->db_type != M_SIG) in strioctl() 6615 if (DB_TYPE(bp) == M_SIG) { in strgetmsg() 6647 if (DB_TYPE(bp) == M_SIG) { in strgetmsg() 6722 ASSERT(type != M_SIG); in strgetmsg() 6958 (bp->b_datap->db_type == M_SIG)) { in strgetmsg() 6964 ASSERT(bp != NULL && bp->b_datap->db_type == M_SIG); in strgetmsg() [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | stream.h | 438 #define M_SIG 0x0b /* generate process signal */ macro
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | streams.c | 187 { "M_SIG", M_SIG, "generate process signal" },
|
/titanic_50/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 1862 case M_SIG: in sm_sendup()
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 2696 case M_SIG: in strsock_misc()
|