Searched refs:run_script (Results 1 – 10 of 10) sorted by relevance
/external/bluetooth/bluez/compat/ |
D | pand.c | 126 static void run_script(char *script, char *dev, char *dst, int sk, int nsk) in run_script() function 201 run_script(devdowncmd, in w4_hup() 304 run_script(devupcmd, devname, str, sk, nsk); in do_listen() 375 run_script(devupcmd, netdev, dst, sk, -1); in create_connection()
|
/external/dhcpcd/ |
D | configure.h | 35 int run_script(const struct options *, const char *, const char *,
|
D | configure.c | 83 run_script(const struct options *options, const char *iface, in run_script() function 374 run_script(options, iface->name, reason, NULL, old); in configure() 414 run_script(options, iface->name, reason, dhcp, old); in configure()
|
D | client.c | 1460 run_script(options, iface->name, "TEST", dhcp, NULL); in handle_dhcp() 1783 run_script(options, iface->name, "PREINIT", NULL, NULL); in dhcp_run()
|
/external/grub/stage2/ |
D | cmdline.c | 183 run_script (char *script, char *heap) in run_script() function
|
D | shared.h | 865 int run_script (char *script, char *heap);
|
D | stage2.c | 740 if (run_script (cur_entry, heap)) in run_menu()
|
/external/grub/docs/ |
D | internals.texi | 289 that @code{run_script} and @code{enter_cmdline} can find the
|
D | grub.info | 4073 `run_script' and `enter_cmdline' can find the command. See the files
|
/external/grub/ |
D | ChangeLog | 114 * stage2/cmdline.c (run_script): Fix a reversed conditional. 188 * stage2/cmdline.c (run_script): Use FALLBACK_ENTRYNO instead of 1557 * stage2/cmdline.c (run_script): Prompt a user's intervention, 2995 * stage2/cmdline.c (run_script): Don't show commands that have 3433 + ENTRYNO, right before calling run_script. 3695 (run_script): Run BUILTIN->FUNC with BUILTIN_SCRIPT instead of 5598 (run_script): Likewise. 6032 * stage2/cmdline.c (run_script): If ERRNUM is non-zero, set 7346 * stage2/stage2.c (run_menu): If run_script is successfully 7350 * stage2/cmdline.c (run_script): If ERRNUM is non-zero, wait an [all …]
|