Home
last modified time | relevance | path

Searched refs:loop_function (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/ofed/opensm/opensm/
H A Dosm_console.c77 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-src/crypto/openssl/apps/
H A Dspeed.c494 static int run_benchmark(int async_jobs, int (*loop_function) (void *),
1128 int (*loop_function) (void *), loopargs_t * loopargs) in run_benchmark()
1138 return loop_function((void *)&loopargs); in run_benchmark()
1146 &job_op_count, loop_function, in run_benchmark()
1249 loop_function, (void *)(loopargs + i), in run_benchmark()