Searched refs:write_with_restart (Results 1 – 2 of 2) sorted by relevance
64 int write_with_restart(int, void *, int);67 #define write_with_restart write macro
654 write_with_restart(int fd, void *buf, int bsz) in write_with_restart() function704 if ((r = write_with_restart(fd, b, bsz)) <= 0) in xwrite()