Searched refs:run_script (Results 1 – 12 of 12) sorted by relevance
/external/dhcpcd/ |
D | configure.h | 34 int run_script(const struct interface *);
|
D | dhcpcd.c | 564 run_script(iface); in handle_dhcp() 906 run_script(iface); in handle_carrier() 1015 run_script(iface); in handle_3rdparty() 1203 run_script(iface); in init_state() 1224 run_script(iface); in init_state() 1360 run_script(ifp); in handle_ifa() 1879 run_script(iface); in main()
|
D | configure.c | 295 run_script(const struct interface *iface) in run_script() function 734 run_script(iface); in configure() 781 run_script(iface); in configure()
|
D | bind.c | 204 run_script(iface); in bind_interface()
|
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/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/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 …]
|