Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dt_kuser.h108 extern int get_ok_ack(TIUSER *, int, int);
/titanic_44/usr/src/uts/common/ktli/
H A Dt_kutil.c114 get_ok_ack(TIUSER *tiptr, int type, int fmode) in get_ok_ack() function
H A Dt_kconnect.c153 if ((error = get_ok_ack(tiptr, T_CONN_REQ, flag)) != 0) in t_kconnect()