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

/freebsd-13-stable/contrib/ofed/opensm/complib/
H A Dcl_event_wheel.c70 uint32_t new_timeout; local
169 new_timeout =
172 "%u [msec]\n", new_timeout);
173 cl_status = cl_timer_start(&p_event_wheel->timer, new_timeout);
/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl_transaction_mgr.c64 uint32_t new_timeout; /* [msec] */ local
183 new_timeout =
187 cl_timer_start(&trans_mgr_p->madw_list_timer, new_timeout);
190 new_timeout);
/freebsd-13-stable/sbin/camcontrol/
H A Dcamcontrol.c6418 int new_timeout = 0; local
6426 new_timeout = atoi(str);
6429 if (new_timeout != 0) {
6430 use_timeout = new_timeout * 1000;
7040 int new_timeout = 0; local
7048 new_timeout = atoi(str);
7051 if (new_timeout != 0) {
7052 use_timeout = new_timeout * 1000;

Completed in 86 milliseconds