Searched refs:_t_adjust_state (Results 1 – 1 of 1) sorted by relevance
68 static int _t_adjust_state(int fd, int instate);1018 if ((rstate = _t_adjust_state(fd, T_IDLE)) < 0) { in _t_create()1036 if ((rstate = _t_adjust_state(fd, T_DATAXFER)) < 0) { in _t_create()1050 if ((rstate = _t_adjust_state(fd, T_INREL)) < 0) { in _t_create()1104 _t_adjust_state(int fd, int instate) in _t_adjust_state() function