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