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

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

Completed in 50 milliseconds