Home
last modified time | relevance | path

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

12345

/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/musl/src/linux/
Dreboot.c4 int reboot(int type) in reboot() function
/third_party/musl/porting/linux/user/src/linux/
Dreboot.c23 weak_alias(__reboot, reboot);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dreboot.h15 int reboot(int);
/third_party/musl/include/sys/
Dreboot.h15 int reboot(int);
/third_party/musl/porting/uniproton/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/liteos_m_iccarm/kernel/include/sys/
Dreboot.h15 int reboot(int);
/third_party/musl/porting/linux/user/include/sys/
Dreboot.h48 int reboot(int);
/third_party/musl/ndk_musl_include/sys/
Dreboot.h48 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.c33 if (toys.optflags & FLAG_f) toys.exitval = reboot(types[idx]); in reboot_main()
Doneit.c61 if (!vfork()) reboot(action);
/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/flutter/skia/tools/skpbench/
D_hardware_android.py62 self._adb.reboot() # some devices struggle waking up; just hard reboot.
D_adb.py50 def reboot(self): member in Adb
/third_party/musl/libc-test/src/functionalext/
Dtest_src_functionalext.gni17 "reboot:functionalext_reboot_test",
/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
Dcoverage.txt36 29 YES Unspecified, need to reboot.
/third_party/skia/tools/skpbench/
D_adb.py50 def reboot(self): member in Adb
/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

12345