Searched refs:datapidchk (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | datapid.c | 181 int datapidchk(int pid, char *buffer, int bsize, int offset, char **errmsg) in datapidchk() function 294 } /* end of datapidchk */ in datapidchk() 325 ret = datapidchk(-1, buffer, size, 3, &errmsg); 326 printf("datapidchk(-1, buffer, %d, 3, &errmsg) returned %d %s\n", 328 ret = datapidchk(-1, &buffer[1], size - 1, 4, &errmsg); 329 printf("datapidchk(-1, &buffer[1], %d, 4, &errmsg) returned %d %s\n", 338 ret = datapidchk(-1, &buffer[1], size - 1, 4, &errmsg); 339 printf("datapidchk(-1, &buffer[1], %d, 4, &errmsg) returned %d %s\n", 353 ret = datapidchk(getpid(), buffer, size, 5, &errmsg); 354 printf("datapidchk(getpi [all...] |
H A D | growfiles.c | 123 extern int datapidchk(int, char *, int, int, char **); 2646 datapidchk(STATIC_NUM, Buffer, Grow_incr, Woffset, &errmsg); in check_write() 2648 ret = datapidchk(Pid, Buffer, Grow_incr, Woffset, &errmsg); in check_write() 2796 datapidchk(STATIC_NUM, buf, rd_size, rd_cnt, in check_file() 2800 datapidchk(Pid, buf, rd_size, rd_cnt, in check_file() 2885 datapidchk(STATIC_NUM, buf, fsize, 0, in check_file() 2888 ret = datapidchk(Pid, buf, fsize, 0, &errmsg); in check_file()
|
Completed in 4 milliseconds