Search | Google it | Results 1 - 1 of 1 for funcall:Kcalloc from tkernel_2/driver/tef_em1d/sysdsk/src/main.c (0.00 seconds) |
104: /* Get & Clear the drive information area */ 105: if (!(drv = (DrvTab*)Kcalloc(1, sizeof(DrvTab)))) { 106: goto E_EXIT; 227: if (GetDevConf("RAMDISK", v) > 0) { 228: mp = (v[0] <= 0) ? NULL : (UW*)Kcalloc(1, v[0]); 229: md_drv[0].iob = (UW)mp;