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

  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 28 typedef struct struct_io_channel *io_channel;
32 struct struct_io_channel { struct
inode_io.c 128 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io);
131 memset(io, 0, sizeof(struct struct_io_channel));
dosio.c 149 ioch = (io_channel)malloc(sizeof(struct struct_io_channel));
152 memset(ioch, 0, sizeof(struct struct_io_channel));
test_io.c 173 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io);
176 memset(io, 0, sizeof(struct struct_io_channel));
unix_io.c 387 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io);
390 memset(io, 0, sizeof(struct struct_io_channel));
nt_io.c 1097 io = (io_channel) malloc(sizeof(struct struct_io_channel));
1105 RtlZeroMemory(io, sizeof(struct struct_io_channel));

Completed in 167 milliseconds