Searched refs:reboot (Results 1 – 25 of 106) sorted by relevance
12345
/third_party/rust/crates/nix/src/sys/ |
D | reboot.rs | 32 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/ |
D | reboot.c | 32 TEST(reboot(LINUX_REBOOT_CMD_CAD_ON) == 0); in reboot_0010() 42 TEST(reboot(LINUX_REBOOT_CMD_CAD_OFF) == 0); in reboot_0020()
|
D | test_src_functionalext_reboot.gni | 13 functionalext_reboot_list = [ "reboot" ]
|
D | BUILD.gn | 18 target_dir = "functionalext/reboot"
|
/third_party/ltp/testcases/kernel/syscalls/reboot/ |
D | reboot02.c | 40 TST_EXP_FAIL(reboot(tc->cmd), in run() 46 TST_EXP_FAIL(reboot(tc->cmd), in run()
|
D | reboot01.c | 34 TST_EXP_PASS(reboot(tcases[n].cmd), "reboot(%s)", tcases[n].desc); in run()
|
/third_party/rust/crates/nix/ |
D | Cargo.toml | 44 "reboot", "resource", "sched", "signal", "socket", "term", "time", 69 reboot = []
|
/third_party/musl/porting/linux/user/src/linux/ |
D | reboot.c | 23 weak_alias(__reboot, reboot);
|
/third_party/musl/src/linux/ |
D | reboot.c | 8 weak_alias(__reboot, reboot);
|
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/ |
D | driver.sh | 39 @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/ |
D | reboot.h | 15 int reboot(int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | reboot.h | 15 int reboot(int);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | reboot.h | 15 int reboot(int);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | reboot.h | 15 int reboot(int);
|
/third_party/musl/porting/linux/user/include/sys/ |
D | reboot.h | 33 int reboot(int);
|
/third_party/musl/include/sys/ |
D | reboot.h | 32 int reboot(int);
|
/third_party/toybox/porting/liteos_a/toys/other/ |
D | reboot.c | 26 toys.exitval = reboot(types[idx]); in reboot_main()
|
/third_party/toybox/toys/other/ |
D | reboot.c | 44 if (FLAG(f)) toys.exitval = reboot(types[idx]);
|
D | oneit.c | 61 if (!vfork()) reboot(action);
|
/third_party/vk-gl-cts/ |
D | history.log | 53 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/ |
D | coverage.txt | 36 29 YES Unspecified, need to reboot.
|
/third_party/mksh/ |
D | .mkshrc | 4 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/ |
D | README.lws_system.md | 16 int (*reboot)(void); 26 |`(*reboot)()`|Reboot the system| 30 ### `reboot`
|
/third_party/musl/libc-test/src/functionalext/ |
D | test_src_functionalext.gni | 17 "reboot:functionalext_reboot_test",
|
/third_party/skia/tools/skpbench/ |
D | _adb.py | 50 def reboot(self): member in Adb
|
12345