Searched refs:loop_function (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_console.c | 77 void (*loop_function) (osm_opensm_t * p_osm, FILE * out); member 79 .on = 0, .delay_s = 2, .loop_function = NULL}; 552 loop_command.loop_function = print_status; in status_parse() 1853 loop_command.loop_function) { in osm_console() 1855 loop_command.loop_function(p_osm, p_oct->out); in osm_console()
|
| /freebsd/crypto/openssl/apps/ |
| H A D | speed.c | 583 static int run_benchmark(int async_jobs, int (*loop_function) (void *), 1552 int (*loop_function) (void *), loopargs_t *loopargs) in run_benchmark() 1562 return loop_function((void *)&loopargs); in run_benchmark() 1570 &job_op_count, loop_function, in run_benchmark() 1673 loop_function, (void *)(loopargs + i), in run_benchmark()
|