Home
last modified time | relevance | path

Searched refs:str_sendsig (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c1173 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 Dstrsubr.h1085 extern void str_sendsig(vnode_t *, int, uchar_t, int);
/titanic_50/usr/src/uts/common/os/
H A Dstrsubr.c931 str_sendsig(vnode_t *vp, int event, uchar_t band, int error) in str_sendsig() function