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

/freebsd-10.2-release/contrib/ofed/management/opensm/complib/
H A Dcl_event_wheel.c71 uint32_t new_timeout; local
170 new_timeout =
174 "%u [msec]\n", new_timeout);
175 cl_status = cl_timer_start(&p_event_wheel->timer, new_timeout);
/freebsd-10.2-release/contrib/ofed/management/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-10.2-release/sbin/camcontrol/
H A Dcamcontrol.c5613 int new_timeout = 0; local
5621 new_timeout = atoi(str);
5624 if (new_timeout != 0) {
5625 use_timeout = new_timeout * 1000;
6021 int new_timeout = 0; local
6029 new_timeout = atoi(str);
6032 if (new_timeout != 0) {
6033 use_timeout = new_timeout * 1000;

Completed in 177 milliseconds