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

  /external/kmod/testsuite/
testsuite.c 492 int fda = -1, fdb = -1; local
496 fda = open(k->key, O_RDONLY);
497 if (fda < 0) {
508 if (fstat(fda, &sta) != 0) {
509 ERR("could not fstat %d %s\n - %m\n", fda, k->key);
526 r = safe_read(fda, bufa, sizeof(bufa));
548 close(fda);
553 if (fda >= 0)
554 close(fda);
  /external/linux-kselftest/tools/testing/selftests/net/
msg_zerocopy.c 156 int fda = fd; local
158 fd = accept(fda, NULL, NULL);
161 if (close(fda))

Completed in 175 milliseconds