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

  /src/external/bsd/libfido2/dist/fuzz/
preload-snoop.c 42 get_fd(const char *hid_path, const char *suffix) function
114 if ((fd_tuple->snoop_in = get_fd(path, "in")) < 0 ||
115 (fd_tuple->snoop_out = get_fd(path, "out")) < 0 ||
117 warn("%s: get_fd/open", __func__);
preload-snoop.c 42 get_fd(const char *hid_path, const char *suffix) function
114 if ((fd_tuple->snoop_in = get_fd(path, "in")) < 0 ||
115 (fd_tuple->snoop_out = get_fd(path, "out")) < 0 ||
117 warn("%s: get_fd/open", __func__);
  /src/external/gpl2/xcvs/dist/src/
buffer.h 85 type_buf_get_fd get_fd; member in struct:buffer
buffer.h 85 type_buf_get_fd get_fd; member in struct:buffer
  /src/lib/libperfuse/
perfuse.c 54 static int get_fd(const char *);
118 get_fd(const char *data) function
310 if ((s = get_fd(data)) == -1)
perfuse.c 54 static int get_fd(const char *);
118 get_fd(const char *data) function
310 if ((s = get_fd(data)) == -1)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h 467 int get_fd() const { return FD; } function in class:llvm::raw_fd_ostream
raw_ostream.h 467 int get_fd() const { return FD; } function in class:llvm::raw_fd_ostream

Completed in 163 milliseconds