Searched refs:sio_timeout_handle (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/sio/
H A Dsio.c303 static struct callout_handle sio_timeout_handle variable in typeref:struct:callout_handle
304 = CALLOUT_HANDLE_INITIALIZER(&sio_timeout_handle);
2187 untimeout(comwakeup, (void *)NULL, sio_timeout_handle);
2203 sio_timeout_handle = timeout(comwakeup, (void *)NULL,
2209 untimeout(comwakeup, (void *)NULL, sio_timeout_handle);
2220 sio_timeout_handle = timeout(comwakeup, (void *)NULL, sio_timeout);
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c386 static struct callout_handle sio_timeout_handle variable in typeref:struct:callout_handle
387 = CALLOUT_HANDLE_INITIALIZER(&sio_timeout_handle);
3314 untimeout(comwakeup, (void *)NULL, sio_timeout_handle);
3330 sio_timeout_handle = timeout(comwakeup, (void *)NULL,
3336 untimeout(comwakeup, (void *)NULL, sio_timeout_handle);
3347 sio_timeout_handle = timeout(comwakeup, (void *)NULL, sio_timeout);

Completed in 199 milliseconds