- t2ex
- t2ex_source/kernel/extension/memory/t2ex/memmgr.c - 15.3KB - 590 lines
466: UnlockMEM();
467: TM_DEBUG_PRINT(("GetSysMemBlk E_NOMEM\n"));
468: return NULL;
- More results from memmgr.c
- t2ex_source/kernel/extension/memory/t2ex/segmgr.c - 12.5KB - 450 lines
102: err_ret:
103: TM_DEBUG_PRINT(("_GetSpaceInfo ercd = %d\n", ercd));
104: return ercd;
- More results from segmgr.c
- t2ex_source/kernel/extension/memory/t2ex/sysdepend/em1d/excmgr.c - 10.3KB - 383 lines
254:
255: TM_DEBUG_PRINT(("PageFaultHdr vecno=%d "
256: "excinfo=0x%08x excaddr=0x%08x\n",
- More results from excmgr.c
- t2ex_source/kernel/extension/memory/t2ex/sysdepend/em1d/space.c - 27.5KB - 830 lines
190: __UnmakeSpace(laddr, np, lsid);
191: TM_DEBUG_PRINT(("__MakeSpace ercd = %d\n", ercd));
192: return ercd;
- More results from space.c
- t2ex_source/kernel/sysmgr/src_t2ex/imalloc.c - 13.7KB - 479 lines
316: err_ret:
317: TM_DEBUG_PRINT(("imalloc error\n"));
318: return NULL;
- More results from imalloc.c
- t2ex_source/t2ex/load/src/ldr_elf.c - 40.4KB - 1,085 lines
278: err_ret1:
279: TM_DEBUG_PRINT(("GetELFLoadInfoShdr ercd = %d\n", er));
280: return er;
- More results from ldr_elf.c
- t2ex_source/t2ex/load/src/pminfo.c - 4.0KB - 139 lines
95: err_ret:
96: TM_DEBUG_PRINT(("pmInitInfo ercd = %d\n", er));
97: return er;
- t2ex_source/t2ex/load/src/progload.c - 8.4KB - 337 lines
146: err_ret0:
147: TM_DEBUG_PRINT(("_pm_load ercd = %d\n", er));
148: return er;
- More results from progload.c