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

/freebsd-12-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-12-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-12-stable/sbin/camcontrol/
H A Dcamcontrol.c6438 int new_timeout = 0; local
6446 new_timeout = atoi(str);
6449 if (new_timeout != 0) {
6450 use_timeout = new_timeout * 1000;
7060 int new_timeout = 0; local
7068 new_timeout = atoi(str);
7071 if (new_timeout != 0) {
7072 use_timeout = new_timeout * 1000;

Completed in 121 milliseconds