Home
last modified time | relevance | path

Searched defs:Handle (Results 1 – 1 of 1) sorted by relevance

/sys/include/
Dhandle.h10 typedef struct Handle Handle; typedef
17 typedef struct Handle { struct
22 TAILQ_ENTRY(Handle) handleList; // Hash table argument
23 int (*read)(Handle *, void *, uint64_t, uint64_t); // Read argument
24 int (*write)(Handle *, void *, uint64_t, uint64_t); // Write argument
25 int (*flush)(Handle *); // Flush argument
26 int (*close)(Handle *); // Close argument
27 } Handle; typedef