Lines Matching refs:io_channel
223 static errcode_t nt_open(const char *name, int flags, io_channel *channel);
224 static errcode_t nt_close(io_channel channel);
225 static errcode_t nt_set_blksize(io_channel channel, int blksize);
226 static errcode_t nt_read_blk(io_channel channel, unsigned long block,
228 static errcode_t nt_write_blk(io_channel channel, unsigned long block,
230 static errcode_t nt_flush(io_channel channel);
1074 nt_open(const char *name, int flags, io_channel *channel) in nt_open()
1076 io_channel io = NULL; in nt_open()
1095 io = (io_channel) malloc(sizeof(struct struct_io_channel)); in nt_open()
1220 nt_close(io_channel channel) in nt_close()
1265 nt_set_blksize(io_channel channel, int blksize) in nt_set_blksize()
1301 nt_read_blk(io_channel channel, unsigned long block, in nt_read_blk()
1383 nt_write_blk(io_channel channel, unsigned long block, in nt_write_blk()
1461 nt_flush(io_channel channel) in nt_flush()