Searched defs:struct_io_channel (Results 1 – 1 of 1) sorted by relevance
37 struct struct_io_channel { struct38 errcode_t magic;39 io_manager manager;40 char *name;41 int block_size;42 errcode_t (*read_error)(io_channel channel,49 errcode_t (*write_error)(io_channel channel,56 int refcount;57 int flags;58 long reserved[14];[all …]