Searched defs:Handle (Results 1 – 1 of 1) sorted by relevance
10 typedef struct Handle Handle; typedef17 typedef struct Handle { struct22 TAILQ_ENTRY(Handle) handleList; // Hash table argument23 int (*read)(Handle *, void *, uint64_t, uint64_t); // Read argument24 int (*write)(Handle *, void *, uint64_t, uint64_t); // Write argument25 int (*flush)(Handle *); // Flush argument26 int (*close)(Handle *); // Close argument27 } Handle; typedef