Searched refs:reboot (Results 1 – 25 of 185) sorted by relevance
12345678
/external/libpcap/ |
D | README.macosx | 41 will be executed on the next reboot. To change the permissions before 42 the reboot, run 52 it will be executed on the next reboot. To change the permissions 53 before the reboot, run
|
D | README.aix | 78 /etc/pse.conf and reboot the machine; this way DLPI will always
|
/external/toybox/toys/other/ |
D | reboot.c | 30 toys.exitval = reboot(types[stridx("hp", *toys.which->name)+1]); in reboot_main()
|
D | oneit.c | 57 if (!vfork()) reboot(action);
|
/external/strace/ |
D | reboot.c | 7 SYS_FUNC(reboot) in SYS_FUNC() argument
|
D | Android.mk | 102 reboot.c \
|
D | sys_func.h | 184 extern SYS_FUNC(reboot);
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
D | system_current_mode.txt | 6 Changing the current mode of the system will not survive a reboot. You would need to change the sy…
|
D | system_policy_type.txt | 5 …labeled in permissive mode. The gui will insure that proper labels get assigned on the next reboot.
|
D | system_boot_mode.txt | 13 Note if you disable SELinux, you will need to to reboot, to turn it off. Also the next time you tu…
|
/external/dhcpcd/ |
D | if-options.h | 93 time_t reboot; member
|
D | if-options.c | 527 ifo->reboot = atoint(arg); in parse_option() 528 if (ifo->reboot < 0) { in parse_option() 807 ifo->reboot = DEFAULT_REBOOT; in read_config()
|
D | dhcpcd.c | 969 timeout -= ifo->reboot; in start_discover() 1126 if (ifo->reboot == 0 || iface->state->offer == NULL) { in start_reboot() 1149 add_timeout_sec(ifo->reboot, start_fallback, iface); in start_reboot() 1152 add_timeout_sec(ifo->reboot, start_timeout, iface); in start_reboot() 1155 add_timeout_sec(ifo->reboot, start_expire, iface); in start_reboot()
|
/external/sepolicy/ |
D | uncrypt.te | 24 # Set a property to reboot the device.
|
D | kernel.te | 27 # Init reboot before switching selinux domains under certain error
|
/external/libdrm/freedreno/ |
D | README | 9 to reboot. So libdrm_freedreno attempts to hide most of the crazy.
|
/external/toybox/toys/pending/ |
D | init.c | 362 reboot(reboot_magic_no); in halt_poweroff_reboot_handler() 390 reboot(RB_HALT_SYSTEM); in restart_init_handler()
|
/external/dnsmasq/contrib/port-forward/ |
D | portforward | 25 # Port forwards will recreated when dnsmasq restarts after a reboot, and
|
/external/toybox/generated/ |
D | newtoys.h | 81 USE_REBOOT(OLDTOY(halt, reboot, TOYFLAG_SBIN|TOYFLAG_NEEDROOT)) 160 USE_REBOOT(OLDTOY(poweroff, reboot, TOYFLAG_SBIN|TOYFLAG_NEEDROOT)) 169 USE_REBOOT(NEWTOY(reboot, "n", TOYFLAG_SBIN|TOYFLAG_NEEDROOT))
|
/external/apache-harmony/jdwp/ |
D | Android_debug_config.mk | 129 adb reboot
|
/external/ltrace/etc/ |
D | syscalls.conf | 86 int reboot(int,int,int,addr);
|
/external/dnsmasq/contrib/wrt/ |
D | README | 3 reboot, then it will eventually be restored as hosts renew their
|
/external/lldb/test/pexpect-2.4/examples/ |
D | README | 8 you could connect to a dozen different machines and reboot
|
/external/iproute2/doc/ |
D | nstat.sgml | 62 <tt/Xstat/ understands when history is invalidated by system reboot
|
/external/ipsec-tools/src/racoon/ |
D | TODO | 116 o Reboot recovery (peer reboot losing it's security associations)
|
12345678