HomeSort by: relevance | last modified time | path
    Searched defs:really_read (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/lvm2/dist/daemons/clvmd/
tcp-comms.c 242 static int really_read(int fd, char *buf, int len) function
250 DEBUGLOG("really_read. got %d bytes\n", got);
280 status = really_read(client->fd, buf, sizeof(struct clvm_header));
290 status2 = really_read(client->fd, buf+status, arglen);

Completed in 23 milliseconds