mtcp_readfile     240 mtcp/mtcp_restart.c     mtcp_readfile(rinfo.fd, &mtcpHdr, sizeof mtcpHdr);
mtcp_readfile     255 mtcp/mtcp_restart.c       rc = mtcp_readfile(rinfo.fd, &mtcpHdr, sizeof mtcpHdr);
mtcp_readfile     487 mtcp/mtcp_restart.c     mtcp_readfile(fd, &area, sizeof area);
mtcp_readfile     496 mtcp/mtcp_restart.c       mtcp_readfile(fd, addr, area.size);
mtcp_readfile     802 mtcp/mtcp_restart.c   mtcp_readfile(fd, &area, sizeof area);
mtcp_readfile     905 mtcp/mtcp_restart.c       mtcp_readfile(fd, area.addr, area.size);
mtcp_readfile     309 mtcp/mtcp_util.c   mtcp_readfile(fd, tmp_addr, size);
mtcp_readfile     167 mtcp/mtcp_util.h int mtcp_readfile(int fd, void *buf, size_t size);