Home
last modified time | relevance | path

Searched refs:cd (Results 1 – 6 of 6) sorted by relevance

/iperf/src/
H A Diperf_client_api.c171 TimerClientData cd; in create_client_timers() local
183 cd.p = test; in create_client_timers()
187 …test->timer = tmr_create(&now, test_timer_proc, cd, ( test->duration + test->omit ) * SEC_TO_US, 0… in create_client_timers()
194 …test->stats_timer = tmr_create(&now, client_stats_timer_proc, cd, test->stats_interval * SEC_TO_US… in create_client_timers()
201 …test->reporter_timer = tmr_create(&now, client_reporter_timer_proc, cd, test->reporter_interval * … in create_client_timers()
232 TimerClientData cd; in create_client_omit_timer() local
248 cd.p = test; in create_client_omit_timer()
249 test->omit_timer = tmr_create(&now, client_omit_timer_proc, cd, test->omit * SEC_TO_US, 0); in create_client_omit_timer()
H A Diperf_server_api.c298 TimerClientData cd; in create_server_timers() local
307 cd.p = test; in create_server_timers()
311 …test->timer = tmr_create(&now, server_timer_proc, cd, (test->duration + test->omit + grace_period)… in create_server_timers()
320 …test->stats_timer = tmr_create(&now, server_stats_timer_proc, cd, test->stats_interval * SEC_TO_US… in create_server_timers()
327 …test->reporter_timer = tmr_create(&now, server_reporter_timer_proc, cd, test->reporter_interval * … in create_server_timers()
358 TimerClientData cd; in create_server_omit_timer() local
369 cd.p = test; in create_server_omit_timer()
370 test->omit_timer = tmr_create(&now, server_omit_timer_proc, cd, test->omit * SEC_TO_US, 0); in create_server_omit_timer()
H A Diperf_api.c1958 TimerClientData cd; in iperf_create_send_timers() local
1967 cd.p = sp; in iperf_create_send_timers()
1968 sp->send_timer = tmr_create(NULL, send_timer_proc, cd, test->settings->pacing_timer, 1); in iperf_create_send_timers()
/iperf/docs/_esnet/
H A DREADME.rst17 2. ``cd $PROJECT_ROOT``
20 5. ``cd docs``
/iperf/
H A DINSTALL44 1. `cd' to the directory containing the package's source code and type
91 supports the `VPATH' variable, such as GNU `make'. `cd' to the
H A Daclocal.m42089 cd conftest
2123 cd ..
2515 …t -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S …
2533 …'`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a…
2617 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
2911 …lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; }…
9169 am_aux_dir=`cd "$ac_aux_dir" && pwd`
9256 cd conftest.dir
9349 cd ..
9429 AM_RUN_LOG([cd "$am_dirpart" \
[all …]