Searched refs:script_name (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/tests/sys/netinet/ |
| H A D | output.sh | 54 script_name=`dirname $0`/../common/net_receiver.py 55 script_name=`realpath ${script_name}` 71 echo jexec ${jname}b ${script_name} ${args} 124 script_name=`dirname $0`/../common/net_receiver.py 125 script_name=`realpath ${script_name}` 140 echo jexec ${jname}b ${script_name} ${args} 192 script_name=`realpath ${script_name}` 260 script_name=`realpath ${script_name}` 313 echo jexec ${jname}b ${script_name} ${args} 389 script_name=`realpath ${script_name}` [all …]
|
| H A D | forward.sh | 50 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 D | divert.sh | 71 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 D | redirect.sh | 67 script_name="redirect.py" 89 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \
|
| /freebsd-13.1/tests/sys/netinet6/ |
| H A D | output6.sh | 54 script_name=`dirname $0`/../common/net_receiver.py 55 script_name=`realpath ${script_name}` 79 echo jexec ${jname}b ${script_name} ${args} 132 script_name=`dirname $0`/../common/net_receiver.py 133 script_name=`realpath ${script_name}` 156 echo jexec ${jname}b ${script_name} ${args} 208 script_name=`realpath ${script_name}` 285 script_name=`realpath ${script_name}` 351 echo jexec ${jname}b ${script_name} ${args} 426 script_name=`realpath ${script_name}` [all …]
|
| H A D | forward6.sh | 61 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 D | divert.sh | 66 script_name="../common/divert.py" 83 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \
|
| H A D | redirect.sh | 70 script_name="redirect.py" 103 atf_check -s exit:0 $(atf_get_srcdir)/${script_name} \
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | repos.c | 298 hook_template_text(const char *script_name, in hook_template_text() argument 311 "# On a Unix system, the normal procedure is to have '", script_name, "'" NL in hook_template_text() 315 "# Note that '", script_name, "' must be executable by the user(s) who will" NL in hook_template_text() 320 "# '", script_name, ".bat' or '", script_name, ".exe'," … in hook_template_text() 340 write_hook_template_file(svn_repos_t *repos, const char *script_name, in write_hook_template_file() argument 348 script_name, SVN_REPOS__HOOK_DESC_EXT), in write_hook_template_file() 351 = hook_template_text(script_name, description, script, pool); in write_hook_template_file()
|
| /freebsd-13.1/sbin/dhclient/ |
| H A D | clparse.c | 87 top_level_config.script_name = client_script_name; in read_client_conf() 275 config->script_name = parse_string(cfile); in parse_client_statement()
|
| H A D | dhcpd.h | 170 char *script_name; member
|
| H A D | dhclient.c | 2335 scriptName = ip->client->config->script_name; in priv_script_go() 2338 scriptName = top_level_config.script_name; in priv_script_go()
|
| /freebsd-13.1/sys/dev/sym/ |
| H A D | sym_hipd.c | 3679 char *script_name; in sym_log_hard_error() local 3690 script_name = "scripta"; in sym_log_hard_error() 3697 script_name = "scriptb"; in sym_log_hard_error() 3702 script_name = "mem"; in sym_log_hard_error() 3709 (unsigned)INB (nc_scntl3), script_name, script_ofs, in sym_log_hard_error()
|