Home
last modified time | relevance | path

Searched refs:checked_write (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/tcg/multiarch/
H A Dtestthread.c11 void checked_write(int fd, const void *buf, size_t count) in checked_write() function
24 checked_write(1, buf, strlen(buf)); in thread1_func()
36 checked_write(1, buf, strlen(buf)); in thread2_func()
H A Dtest-mmap.c432 void checked_write(int fd, const void *buf, size_t count) in checked_write() function
479 checked_write(test_fd, &i, sizeof i); in main()
484 checked_write(test_fd, &i, sizeof i); i++; in main()
485 checked_write(test_fd, &i, sizeof i); i++; in main()
486 checked_write(test_fd, &i, sizeof i); i++; in main()