Searched defs:struct_io_channel (Results 1 – 1 of 1) sorted by relevance
39 struct struct_io_channel { struct40 errcode_t magic;41 io_manager manager;42 char *name;43 int block_size;44 errcode_t (*read_error)(io_channel channel,51 errcode_t (*write_error)(io_channel channel,58 int refcount;59 int flags;60 long reserved[14];[all …]