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

/freebsd-13-stable/tests/sys/netinet/
H A Ddivert.sh71 script_name="../common/divert.py"
82 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \
126 script_name="../common/divert.py"
137 atf_check -s exit:0 jexec ${jname} $(atf_get_srcdir)/${script_name} \
H A Doutput.sh54 script_name=`dirname $0`/../common/net_receiver.py
55 script_name=`realpath ${script_name}`
71 echo jexec ${jname}b ${script_name} ${args}
72 jexec ${jname}b ${script_name} --test_name "test_listen_tcp" ${args} &
124 script_name=`dirname $0`/../common/net_receiver.py
125 script_name=`realpath ${script_name}`
140 echo jexec ${jname}b ${script_name} ${args}
141 jexec ${jname}b ${script_name}
[all...]
H A Dforward.sh50 script_name="../common/sender.py"
74 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \
107 script_name="../common/sender.py"
134 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \
166 script_name="../common/sender.py"
188 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \
221 script_name="../common/sender.py"
248 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \
H A Dredirect.sh67 script_name="redirect.py"
89 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \
/freebsd-13-stable/tests/sys/netinet6/
H A Ddivert.sh66 script_name="../common/divert.py"
83 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \
H A Doutput6.sh54 script_name=`dirname $0`/../common/net_receiver.py
55 script_name=`realpath ${script_name}`
79 echo jexec ${jname}b ${script_name} ${args}
80 jexec ${jname}b ${script_name} --test_name "test_listen_tcp" ${args} &
132 script_name=`dirname $0`/../common/net_receiver.py
133 script_name=`realpath ${script_name}`
156 echo jexec ${jname}b ${script_name} ${args}
157 jexec ${jname}b ${script_name}
[all...]
H A Dforward6.sh61 script_name="../common/sender.py"
88 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \
132 script_name="../common/sender.py"
162 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \
206 script_name="../common/sender.py"
237 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \
280 script_name="../common/sender.py"
306 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \
350 script_name="../common/sender.py"
380 $(atf_get_srcdir)/${script_name} \
[all...]
H A Dredirect.sh70 script_name="redirect.py"
103 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c299 hook_template_text(const char *script_name,
312 "# On a Unix system, the normal procedure is to have '", script_name, "'" NL
316 "# Note that '", script_name, "' must be executable by the user(s) who will" NL
321 "# '", script_name, ".bat' or '", script_name, ".exe'," NL
341 write_hook_template_file(svn_repos_t *repos, const char *script_name,
349 script_name, SVN_REPOS__HOOK_DESC_EXT),
352 = hook_template_text(script_name, description, script, pool);
298 hook_template_text(const char *script_name, const char *description, const char *script, apr_pool_t *result_pool) argument
340 write_hook_template_file(svn_repos_t *repos, const char *script_name, const char *description, const char *script, apr_pool_t *pool) argument
/freebsd-13-stable/sbin/dhclient/
H A Dclparse.c86 top_level_config.script_name = client_script_name;
270 config->script_name = parse_string(cfile);
H A Ddhcpd.h169 char *script_name; member in struct:client_config
H A Ddhclient.c2326 scriptName = ip->client->config->script_name;
2329 scriptName = top_level_config.script_name;
/freebsd-13-stable/sys/dev/sym/
H A Dsym_hipd.c3679 char *script_name; local
3690 script_name = "scripta";
3697 script_name = "scriptb";
3702 script_name = "mem";
3709 (unsigned)INB (nc_scntl3), script_name, script_ofs,

Completed in 147 milliseconds