Searched refs:_t_look_locked (Results 1 - 11 of 11) sorted by relevance
/osnet-11/usr/src/lib/libnsl/nsl/ |
H A D | t_look.c | 57 state = _t_look_locked(fd, tiptr, do_expinline_peek, api_semantics); 67 * _t_look_locked() assumes tiptr->ti_lock lock is already held and signals 72 _t_look_locked( function
|
H A D | t_sndrel.c | 77 if (_t_look_locked(fd, tiptr, 0,
|
H A D | t_sndreldata.c | 71 if (_t_look_locked(fd, tiptr, 0,
|
H A D | t_rcvdis.c | 115 if ((retval = _t_look_locked(fd, tiptr, 0,
|
H A D | t_rcvrel.c | 87 if ((retval = _t_look_locked(fd, tiptr, 0, api_semantics)) < 0) {
|
H A D | t_rcvreldata.c | 82 if ((retval = _t_look_locked(fd, tiptr, 0, api_semantics)) < 0) {
|
H A D | t_rcvuderr.c | 88 if ((retval = _t_look_locked(fd, tiptr, 0,
|
H A D | t_snd.c | 112 lookevent = _t_look_locked(fd, tiptr, 0, api_semantics);
|
H A D | t_snddis.c | 120 if (_t_look_locked(fd, tiptr, 0, api_semantics) == T_DISCONNECT) {
|
H A D | t_sndv.c | 125 lookevent = _t_look_locked(fd, tiptr, 0, api_semantics);
|
H A D | tx.h | 291 extern int _t_look_locked(int, struct _ti_user *, int, int);
|
Completed in 27 milliseconds