Searched refs:dowrite (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/mem/mtest01/ |
D | mtest01.c | 54 static char *dowrite; variable 145 if (dowrite) in child_loop_alloc() 156 if (dowrite) in child_loop_alloc() 175 if (dowrite) in mem_test() 233 {"w", &dowrite, "Write to the memory after allocating"},
|
/third_party/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsx-linux.c | 717 void dowrite(unsigned offset, unsigned size) in dowrite() function 1017 dowrite(offset, size); in test()
|
/third_party/glib/glib/ |
D | gmessages.c | 573 dowrite (int fd, in dowrite() function 589 #define write(fd, buf, len) dowrite(fd, buf, len)
|