Home
last modified time | relevance | path

Searched refs:reboot (Results 1 – 25 of 106) sorted by relevance

12345

/third_party/rust/crates/nix/src/sys/
Dreboot.rs32 pub fn reboot(how: RebootMode) -> Result<Infallible> { in reboot() function
33 unsafe { libc::reboot(how as libc::c_int) }; in reboot()
46 let res = unsafe { libc::reboot(cmd) }; in set_cad_enabled()
/third_party/musl/libc-test/src/functionalext/reboot/
Dreboot.c32 TEST(reboot(LINUX_REBOOT_CMD_CAD_ON) == 0); in reboot_0010()
42 TEST(reboot(LINUX_REBOOT_CMD_CAD_OFF) == 0); in reboot_0020()
Dtest_src_functionalext_reboot.gni13 functionalext_reboot_list = [ "reboot" ]
DBUILD.gn18 target_dir = "functionalext/reboot"
/third_party/ltp/testcases/kernel/syscalls/reboot/
Dreboot02.c40 TST_EXP_FAIL(reboot(tc->cmd), in run()
46 TST_EXP_FAIL(reboot(tc->cmd), in run()
Dreboot01.c34 TST_EXP_PASS(reboot(tcases[n].cmd), "reboot(%s)", tcases[n].desc); in run()
/third_party/rust/crates/nix/
DCargo.toml44 "reboot", "resource", "sched", "signal", "socket", "term", "time",
69 reboot = []
/third_party/musl/porting/linux/user/src/linux/
Dreboot.c23 weak_alias(__reboot, reboot);
/third_party/musl/src/linux/
Dreboot.c8 weak_alias(__reboot, reboot);
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/
Ddriver.sh39 @reboot cd "$(pwd)"; ${0} $conf >> $WDIR/log 2>&1; cat $WDIR/log > /dev/console
177 export reboot=1
/third_party/musl/porting/uniproton/kernel/include/sys/
Dreboot.h15 int reboot(int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dreboot.h15 int reboot(int);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dreboot.h15 int reboot(int);
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dreboot.h15 int reboot(int);
/third_party/musl/porting/linux/user/include/sys/
Dreboot.h33 int reboot(int);
/third_party/musl/include/sys/
Dreboot.h32 int reboot(int);
/third_party/toybox/porting/liteos_a/toys/other/
Dreboot.c26 toys.exitval = reboot(types[idx]); in reboot_main()
/third_party/toybox/toys/other/
Dreboot.c44 if (FLAG(f)) toys.exitval = reboot(types[idx]);
Doneit.c61 if (!vfork()) reboot(action);
/third_party/vk-gl-cts/
Dhistory.log53 1062 reboot
54 1063 sudo reboot
400 1409 reboot
401 1410 sudo reboot
414 1423 reboot
415 1424 sudo reboot
418 1427 sudo reboot
422 1431 sudo reboot
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
Dcoverage.txt36 29 YES Unspecified, need to reboot.
/third_party/mksh/
D.mkshrc4 for i in chgrp chmod chown cp date du free ifconfig kill mkdir mount mv ping ps reboot rm rmdir top…
/third_party/libwebsockets/READMEs/
DREADME.lws_system.md16 int (*reboot)(void);
26 |`(*reboot)()`|Reboot the system|
30 ### `reboot`
/third_party/musl/libc-test/src/functionalext/
Dtest_src_functionalext.gni17 "reboot:functionalext_reboot_test",
/third_party/skia/tools/skpbench/
D_adb.py50 def reboot(self): member in Adb

12345