Searched refs:run_script (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | script_handler.c | 120 run_script(dhcp_smach_t *dsmp, const char *event, int fd) in run_script() function 328 run_script(dsmp, event, fds[1]); in script_start()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | cmdline.c | 185 run_script (char *script, char *heap) in run_script() function
|
H A D | shared.h | 947 int run_script (char *script, char *heap);
|
H A D | stage2.c | 767 if (run_script (cur_entry, heap)) in run_menu()
|
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_script.c | 206 static int run_script(script_info_t *, char *[], char *[], char **); 880 run_script(script_info_t *rsi, char *argv[], char *envp[], char **errmsg) in run_script() function 1349 if (run_script(rsi, argv, envp, errmsg) == -1) { in do_cmd()
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | internals.texi | 289 that @code{run_script} and @code{enter_cmdline} can find the
|
H A D | grub.info-3 | 1364 `run_script' and `enter_cmdline' can find the command. See the files
|
H A D | grub.info | 4073 `run_script' and `enter_cmdline' can find the command. See the files
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 17 * stage2/cmdline.c (run_script): Fix a reversed conditional. 91 * stage2/cmdline.c (run_script): Use FALLBACK_ENTRYNO instead of 273 * stage2/cmdline.c (run_script): Fix a reversed conditional. 347 * stage2/cmdline.c (run_script): Use FALLBACK_ENTRYNO instead of 1716 * stage2/cmdline.c (run_script): Prompt a user's intervention, 3154 * stage2/cmdline.c (run_script): Don't show commands that have 3592 + ENTRYNO, right before calling run_script. 3854 (run_script): Run BUILTIN->FUNC with BUILTIN_SCRIPT instead of 5757 (run_script): Likewise. 6191 * stage2/cmdline.c (run_script): If ERRNUM is non-zero, set [all …]
|