Search | Google it | Results 1 - 2 of 2 for funcall:ChkSpaceR (0.00 seconds) |
476: /* Check the address */ 477: er = ChkSpaceR((void*)buf, len); 478: if (er < E_OK && er != E_RSFN) return 0;
17: // check address validation 18: ercd = ChkSpaceR((VP)uaddr, len); 19: if (ercd != E_OK)