Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_timeout.c173 sip_timeout_t *new_timeout; in sip_timeout() local
183 new_timeout = malloc(sizeof (sip_timeout_t)); in sip_timeout()
184 if (new_timeout == NULL) in sip_timeout()
198 free(new_timeout); in sip_timeout()
202 new_timeout->sip_timeout_next = NULL; in sip_timeout()
203 new_timeout->sip_timeout_val = future_time; in sip_timeout()
211 new_timeout->sip_timeout_id = tid; in sip_timeout()
223 new_timeout->sip_timeout_next = timeout_list; in sip_timeout()
224 timeout_list = new_timeout; in sip_timeout()
226 new_timeout->sip_timeout_next = current, in sip_timeout()
[all …]
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_timer.c320 long new_timeout = 0; in ghd_timer_newstate() local
435 new_timeout = ghd_timeout_table[gcmdp->cmd_state]; in ghd_timer_newstate()
436 if (new_timeout != 0) in ghd_timer_newstate()
437 ghd_timer_start(cccp, gcmdp, new_timeout); in ghd_timer_newstate()
462 if (gcmdp != NULL && new_timeout != 0) { in ghd_timer_newstate()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c1631 struct timespec new_timeout; in getldap_serverInfo_op() local
1969 new_timeout.tv_sec = time(NULL) + refresh_ttl; in getldap_serverInfo_op()
1970 if (new_timeout.tv_sec < timeout.tv_sec) in getldap_serverInfo_op()