Searched refs:M_SIG (Results 1 – 9 of 9) sorted by relevance
/titanic_41/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_41/usr/src/uts/common/os/ |
H A D | streamio.c | 1369 (bp->b_datap->db_type == M_SIG)) { in strread() 1375 ASSERT(bp != NULL && DB_TYPE(bp) == M_SIG); in strread() 1391 case M_SIG: in strread() 2108 case M_SIG: in strrput_nondata() 4918 if (mp->b_datap->db_type != M_SIG) in strioctl() 6614 if (DB_TYPE(bp) == M_SIG) { in strgetmsg() 6646 if (DB_TYPE(bp) == M_SIG) { in strgetmsg() 6721 ASSERT(type != M_SIG); in strgetmsg() 6957 (bp->b_datap->db_type == M_SIG)) { in strgetmsg() 6963 ASSERT(bp != NULL && bp->b_datap->db_type == M_SIG); in strgetmsg() [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stream.h | 438 #define M_SIG 0x0b /* generate process signal */ macro
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | streams.c | 187 { "M_SIG", M_SIG, "generate process signal" },
|
/titanic_41/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 1862 case M_SIG: in sm_sendup()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 2696 case M_SIG: in strsock_misc()
|