gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:alloc_clbuf (0.01 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
1871:                 if (inode->fino_maxcl <= inode->fino_cllen) {
1872:                         err = alloc_clbuf(&clbuf, &inode->fino_maxcl);
1873:                         inode->fino_c.ino_info = clbuf;
1982: clbuf = NULL; 1983: err = alloc_clbuf(&clbuf, &maxcl); 1984: if (err < E_OK) goto exit1;
2008: /* Addition of buffer size */ 2009: err = alloc_clbuf(&clbuf, &maxcl); 2010: if (err < E_OK) break;