Searched refs:_t_look_locked (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_look.c | 60 state = _t_look_locked(fd, tiptr, do_expinline_peek, api_semantics); in _tx_look() 75 _t_look_locked( in _t_look_locked() function
|
H A D | t_sndrel.c | 75 if (_t_look_locked(fd, tiptr, 0, in _tx_sndrel()
|
H A D | t_sndreldata.c | 69 if (_t_look_locked(fd, tiptr, 0, in _tx_sndreldata()
|
H A D | t_snddis.c | 118 if (_t_look_locked(fd, tiptr, 0, api_semantics) == T_DISCONNECT) { in _tx_snddis()
|
H A D | t_snd.c | 114 lookevent = _t_look_locked(fd, tiptr, 0, api_semantics); in _tx_snd()
|
H A D | t_rcvrel.c | 85 if ((retval = _t_look_locked(fd, tiptr, 0, api_semantics)) < 0) { in _tx_rcvrel()
|
H A D | t_rcvreldata.c | 80 if ((retval = _t_look_locked(fd, tiptr, 0, api_semantics)) < 0) { in _tx_rcvreldata()
|
H A D | t_rcvuderr.c | 86 if ((retval = _t_look_locked(fd, tiptr, 0, in _tx_rcvuderr()
|
H A D | t_sndv.c | 125 lookevent = _t_look_locked(fd, tiptr, 0, api_semantics); in _tx_sndv()
|
H A D | t_rcvdis.c | 113 if ((retval = _t_look_locked(fd, tiptr, 0, in _tx_rcvdis()
|
H A D | tx.h | 294 extern int _t_look_locked(int, struct _ti_user *, int, int);
|
/illumos-gate/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.scoped.in | 1041 SCOPED_SYMBOL|SunOS_5.6|libnsl.so.1|_t_look_locked
|