Searched refs:str_sendsig (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/fs/fifofs/ |
H A D | fifosubr.c | 1173 str_sendsig(FTOV(fn_dest), S_WRNORM, 0, 0); in fifo_wakewriter() 1202 str_sendsig(FTOV(fn_dest), S_INPUT | S_RDNORM, 0, 0); in fifo_wakereader()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | strsubr.h | 1085 extern void str_sendsig(vnode_t *, int, uchar_t, int);
|
/titanic_50/usr/src/uts/common/os/ |
H A D | strsubr.c | 931 str_sendsig(vnode_t *vp, int event, uchar_t band, int error) in str_sendsig() function
|