Searched defs:io_channel (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dext2_io.h28 typedef struct struct_io_channel *io_channel; typedef in typeref:struct:struct_io_channel
42 errcode_t (*read_error)(io_channel channel,
49 errcode_t (*write_error)(io_channel channel,
74 errcode_t (*open)(const char *name, int flags, io_channel *channel);
75 errcode_t (*close)(io_channel channel);
76 errcode_t (*set_blksize)(io_channel channel, int blksize);
77 errcode_t (*read_blk)(io_channel channel, unsigned long block,
79 errcode_t (*write_blk)(io_channel channel, unsigned long block,
81 errcode_t (*flush)(io_channel channel);
82 errcode_t (*write_byte)(io_channel channe
[all...]
/external/lldb/tools/driver/
H A DIOChannel.cpp82 IOChannel *io_channel; local
83 if (el_get(e, EL_CLIENTDATA, &io_channel) == 0)
85 return io_channel->HandleCompletion (e, ch);
304 IOChannel *io_channel = (IOChannel *) baton; local
305 IOLocker locker (io_channel->m_output_mutex);
308 if (io_channel->IsGettingCommand() && io_channel->m_expecting_prompt)
310 io_channel->m_prompt_str.append (bytes, src_len);
312 if (io_channel->m_prompt_str.find (el_prompt(io_channel
[all...]

Completed in 62 milliseconds