HomeSort by relevance Sort by last modified time
    Searched full:ioch (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/lib/ext2fs/
dosio.c 147 io_channel ioch; local
149 ioch = (io_channel)malloc(sizeof(struct struct_io_channel));
150 if (!ioch)
152 memset(ioch, 0, sizeof(struct struct_io_channel));
153 ioch->magic = EXT2_ET_MAGIC_IO_CHANNEL;
154 ioch->manager = dos_io_manager;
155 ioch->name = (char *)malloc(strlen(part->dev)+1);
156 if (!ioch->name) {
157 free(ioch);
160 strcpy(ioch->name, part->dev)
    [all...]

Completed in 52 milliseconds