Search | Google it | Results 1 - 3 of 3 for funcall:Kcalloc from tkernel_2 (0.00 seconds) |
104: /* Get & Clear the drive information area */ 105: if (!(drv = (DrvTab*)Kcalloc(1, sizeof(DrvTab)))) { 106: goto E_EXIT;
94: if (cnt > 0) { 95: if ((drv->IOB = (UW)Kcalloc(blk, cnt)) == 0) { 96: er = E_NOMEM;
911: n = ddev->maxreqq; 912: drq = Kcalloc(n, sizeof(DRQ)); 913: if ( drq == NULL ) { err = E_NOMEM; goto err_ret2; }