Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsip/common/
H A Dsip_timeout.c175 sip_timeout_t *new_timeout; in sip_timeout() local
185 new_timeout = malloc(sizeof (sip_timeout_t)); in sip_timeout()
186 if (new_timeout == NULL) in sip_timeout()
200 free(new_timeout); in sip_timeout()
204 new_timeout->sip_timeout_next = NULL; in sip_timeout()
205 new_timeout->sip_timeout_val = future_time; in sip_timeout()
206 new_timeout->sip_timeout_callback_func = callback_func; in sip_timeout()
207 new_timeout->sip_timeout_callback_func_arg = arg; in sip_timeout()
213 new_timeout->sip_timeout_id = tid; in sip_timeout()
216 if (current->sip_timeout_val <= new_timeout->sip_timeout_val) { in sip_timeout()
[all …]
/titanic_44/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_timer.c320 long new_timeout; in ghd_timer_newstate() local
434 new_timeout = ghd_timeout_table[gcmdp->cmd_state]; in ghd_timer_newstate()
435 if (new_timeout != 0) in ghd_timer_newstate()
436 ghd_timer_start(cccp, gcmdp, new_timeout); in ghd_timer_newstate()
461 if (gcmdp != NULL && new_timeout != 0) { in ghd_timer_newstate()
/titanic_44/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c1629 struct timespec new_timeout; in getldap_serverInfo_op() local
1965 new_timeout.tv_sec = time(NULL) + refresh_ttl; in getldap_serverInfo_op()
1966 if (new_timeout.tv_sec < timeout.tv_sec) in getldap_serverInfo_op()