Searched refs:get_fd (Results 1 – 8 of 8) sorted by relevance
42 get_fd(const char *hid_path, const char *suffix) in get_fd() function114 if ((fd_tuple->snoop_in = get_fd(path, "in")) < 0 || in open()115 (fd_tuple->snoop_out = get_fd(path, "out")) < 0 || in open()
54 static int get_fd(const char *);118 get_fd(const char *data) in get_fd() function310 if ((s = get_fd(data)) == -1) in perfuse_mount()
85 type_buf_get_fd get_fd; member
45 type_buf_get_fd get_fd, in buf_initialize() argument60 buf->get_fd = get_fd; in buf_initialize()1250 if (buf->get_fd) in buf_get_fd()1251 return (*buf->get_fd) (buf->closure); in buf_get_fd()
3515 (buf_initialize): Handle get_fd() argument.3517 get_fd() argument.3523 * buffer.h (struct buffer, buf_initialize): Add get_fd().
922 assert(get_fd() >= 0 && "File already closed."); in read()923 ssize_t Ret = ::read(get_fd(), (void *)Ptr, Size); in read()
467 int get_fd() const { return FD; } in get_fd() function
554 def get_fd(self):