Home
last modified time | relevance | path

Searched refs:msleep (Results 1 – 12 of 12) sorted by relevance

/external/syslinux/com32/lib/sys/
Dsleep.c9 unsigned int msleep(unsigned int msec) in msleep() function
21 return msleep(seconds * 1000); in sleep()
/external/syslinux/com32/include/
Dunistd.h29 __extern unsigned int msleep(unsigned int);
/external/syslinux/gpxe/src/drivers/net/e1000/
De1000_hw.c223 msleep(20); in e1000_phy_init_script()
232 msleep(20); in e1000_phy_init_script()
236 msleep(5); in e1000_phy_init_script()
270 msleep(20); in e1000_phy_init_script()
583 msleep(10); in e1000_reset_hw()
590 msleep(5); in e1000_reset_hw()
610 msleep(2); in e1000_reset_hw()
658 msleep(5); in e1000_reset_hw()
681 msleep(2); in e1000_reset_hw()
688 msleep(20); in e1000_reset_hw()
[all …]
De1000_osdep.h133 #define msleep(n) mdelay(n) macro
/external/toybox/toys/other/
Dnbd_client.c90 if (temp == -1) msleep(100); in nbd_client_main()
/external/syslinux/com32/lua/doc/
Dsyslinux.asc45 .syslinux.msleep(ms)
286 syslinux.msleep(200)
/external/libusb/examples/
Dxusb.c30 #define msleep(msecs) Sleep(msecs) macro
33 #define msleep(msecs) nanosleep(&(struct timespec){msecs / 1000, (msecs * 1000000) % 1000000000UL},… macro
948 msleep(2000); in test_device()
/external/syslinux/com32/hdt/
Dhdt-cli-hdt.c271 msleep(atoi(argv[0])); in do_sleep()
/external/syslinux/com32/lua/src/
Dsyslinux.c269 msleep(msec); in sl_msleep()
/external/toybox/lib/
Dlib.h196 void msleep(long miliseconds);
Dlib.c541 void msleep(long miliseconds) in msleep() function
/external/toybox/toys/posix/
Dps.c1413 msleep(250); in top_common()
1574 msleep(timeout-now); in top_common()