HomeSort by relevance Sort by last modified time
    Searched refs:lclnt (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/network/nfsv4/locks/
locktests.h 129 int **lclnt; member in struct:donneesPub
locktests.c 219 dp.lclnt[i] = malloc(sizeof(int) * 2);
220 if (pipe(dp.lclnt[i]) < 0) {
236 dp.lclnt = malloc(sizeof(int *) * clnt);
256 free(dp.lclnt[i]);
264 free(dp.lclnt);
329 write(dp.lclnt[i][1], message, M_SIZE);
446 return write(dp.lclnt[esclave][1], message, M_SIZE);
566 write(dp.lclnt[i][1], message, M_SIZE);
835 esclaveLecteur = dp.lclnt[i][0];

Completed in 61 milliseconds