HomeSort by relevance Sort by last modified time
    Searched refs:io_channel (Results 1 - 19 of 19) sorted by null

  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 28 typedef struct struct_io_channel *io_channel; typedef in typeref:struct:struct_io_channel
37 errcode_t (*read_error)(io_channel channel,
44 errcode_t (*write_error)(io_channel channel,
61 errcode_t (*open)(const char *name, int flags, io_channel *channel);
62 errcode_t (*close)(io_channel channel);
63 errcode_t (*set_blksize)(io_channel channel, int blksize);
64 errcode_t (*read_blk)(io_channel channel, unsigned long block,
66 errcode_t (*write_blk)(io_channel channel, unsigned long block,
68 errcode_t (*flush)(io_channel channel);
69 errcode_t (*write_byte)(io_channel channel, unsigned long offset
    [all...]
inode_io.c 49 static errcode_t inode_open(const char *name, int flags, io_channel *channel);
50 static errcode_t inode_close(io_channel channel);
51 static errcode_t inode_set_blksize(io_channel channel, int blksize);
52 static errcode_t inode_read_blk(io_channel channel, unsigned long block,
54 static errcode_t inode_write_blk(io_channel channel, unsigned long block,
56 static errcode_t inode_flush(io_channel channel);
57 static errcode_t inode_write_byte(io_channel channel, unsigned long offset,
107 static errcode_t inode_open(const char *name, int flags, io_channel *channel)
109 io_channel io = NULL;
166 static errcode_t inode_close(io_channel channel
    [all...]
dosio.c 51 static errcode_t dos_open(const char *dev, int flags, io_channel *channel);
52 static errcode_t dos_close(io_channel channel);
53 static errcode_t dos_set_blksize(io_channel channel, int blksize);
54 static errcode_t dos_read_blk(io_channel channel, unsigned long block,
56 static errcode_t dos_write_blk(io_channel channel, unsigned long block,
58 static errcode_t dos_flush(io_channel channel);
145 static io_channel alloc_io_channel(PARTITION *part)
147 io_channel ioch;
149 ioch = (io_channel)malloc(sizeof(struct struct_io_channel));
176 static errcode_t dos_open(const char *dev, int flags, io_channel *channel
    [all...]
test_io.c 46 io_channel real;
57 static errcode_t test_open(const char *name, int flags, io_channel *channel);
58 static errcode_t test_close(io_channel channel);
59 static errcode_t test_set_blksize(io_channel channel, int blksize);
60 static errcode_t test_read_blk(io_channel channel, unsigned long block,
62 static errcode_t test_write_blk(io_channel channel, unsigned long block,
64 static errcode_t test_flush(io_channel channel);
65 static errcode_t test_write_byte(io_channel channel, unsigned long offset,
67 static errcode_t test_set_option(io_channel channel, const char *option,
109 static void test_dump_block(io_channel channel
    [all...]
unix_io.c 75 static errcode_t unix_open(const char *name, int flags, io_channel *channel);
76 static errcode_t unix_close(io_channel channel);
77 static errcode_t unix_set_blksize(io_channel channel, int blksize);
78 static errcode_t unix_read_blk(io_channel channel, unsigned long block,
80 static errcode_t unix_write_blk(io_channel channel, unsigned long block,
82 static errcode_t unix_flush(io_channel channel);
83 static errcode_t unix_write_byte(io_channel channel, unsigned long offset,
85 static errcode_t unix_set_option(io_channel channel, const char *option,
88 static void reuse_cache(io_channel channel, struct unix_private_data *data,
122 static errcode_t raw_read_blk(io_channel channel
    [all...]
io_manager.c 22 errcode_t io_channel_set_options(io_channel channel, const char *opts)
59 errcode_t io_channel_write_byte(io_channel channel, unsigned long offset,
nt_io.c 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);
1076 nt_open(const char *name, int flags, io_channel *channel)
1078 io_channel io = NULL;
1097 io = (io_channel) malloc(sizeof(struct struct_io_channel));
1230 nt_close(io_channel channel
    [all...]
openfs.c 324 errcode_t ext2fs_get_data_io(ext2_filsys fs, io_channel *old_io)
334 errcode_t ext2fs_set_data_io(ext2_filsys fs, io_channel new_io)
342 errcode_t ext2fs_rewrite_to_io(ext2_filsys fs, io_channel new_io)
ext2fs.h 208 io_channel io;
248 io_channel image_io;
900 errcode_t ext2fs_get_data_io(ext2_filsys fs, io_channel *old_io);
901 errcode_t ext2fs_set_data_io(ext2_filsys fs, io_channel new_io);
902 errcode_t ext2fs_rewrite_to_io(ext2_filsys fs, io_channel new_io);
    [all...]
inode.c 511 io_channel io;
  /external/openssl/ssl/
ssl_task.c 156 typedef unsigned short io_channel; typedef
163 int doit(io_channel chan, SSL_CTX *s_ctx );
167 static int get ( io_channel chan, char *buffer, int maxlen, int *length )
178 static int put ( io_channel chan, char *buffer, int length )
190 static int general_request ( io_channel chan, struct rpc_msg *msg, int length )
198 io_channel chan;
257 int doit(io_channel chan, SSL_CTX *s_ctx )
  /external/e2fsprogs/e2fsck/
ehandler.c 22 static errcode_t e2fsck_handle_read_error(io_channel channel,
68 static errcode_t e2fsck_handle_write_error(io_channel channel,
120 void ehandler_init(io_channel channel)
jfs_user.h 20 io_channel b_io;
e2fsck.h 290 io_channel journal_io;
416 extern void ehandler_init(io_channel channel);
util.c 408 io_channel io = NULL;
journal.c 92 io_channel io;
  /external/openssl/crypto/bio/
bss_rtcp.c 74 typedef unsigned short io_channel; typedef
126 static int get ( io_channel chan, char *buffer, int maxlen, int *length )
137 static int put ( io_channel chan, char *buffer, int length )
  /external/e2fsprogs/misc/
e2image.c 554 io_channel io, image_io;
  /external/e2fsprogs/debugfs/
debugfs.c 50 io_channel data_io = 0;
    [all...]

Completed in 133 milliseconds