Home
last modified time | relevance | path

Searched refs:run_script (Results 1 – 10 of 10) sorted by relevance

/external/bluetooth/bluez/compat/
Dpand.c126 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/
Dconfigure.h35 int run_script(const struct options *, const char *, const char *,
Dconfigure.c83 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()
Dclient.c1460 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/
Dcmdline.c183 run_script (char *script, char *heap) in run_script() function
Dshared.h865 int run_script (char *script, char *heap);
Dstage2.c740 if (run_script (cur_entry, heap)) in run_menu()
/external/grub/docs/
Dinternals.texi289 that @code{run_script} and @code{enter_cmdline} can find the
Dgrub.info4073 `run_script' and `enter_cmdline' can find the command. See the files
/external/grub/
DChangeLog114 * 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 …]