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

/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_console.c78 } loop_command = { variable in typeref:struct:__anon5758
534 if ((loop_command.previous + loop_command.delay_s) < cur) {
535 loop_command.previous = cur;
550 loop_command.on = 1;
551 loop_command.previous = time(NULL);
552 loop_command.loop_function = print_status;
1804 if (loop_command.on) {
1806 loop_command.on = 0;
1825 if (loop_command
[all...]

Completed in 38 milliseconds