gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:ChkSpaceR (0.00 seconds)
tkernel_2
driver/tef_em1d/console/src/console_drv.c - 31.8KB - 957 lines
476:         /* Check the address */
477:         er = ChkSpaceR((void*)buf, len);
478:         if (er < E_OK && er != E_RSFN) return 0;
More results from tkernel_2
t2ex
bsd_source/t2ex/network/net/src_bsd/lib/libkern/copy.c - 1.1KB - 65 lines
17:   // check address validation
18:   ercd = ChkSpaceR((VP)uaddr, len);
19:   if (ercd != E_OK)
More results from t2ex