gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:_tk_get_cfn (0.00 seconds)
tkernel_2
kernel/extension/memory/nommu/memmgr.c - 13.8KB - 555 lines
499:         /* Acquire system configuration definition information */
500:         ercd = _tk_get_cfn(SCTAG_REALMEMEND, (INT*)&memend, 1);
501:         if ( ercd < 1 || (UINT)memend > (UINT)lowmem_limit ) {
More results from tkernel_2
t2ex
t2ex_source/kernel/extension/memory/t2ex/memmgr.c - 15.3KB - 590 lines
542:         /* Acquire system configuration definition information */
543:         ercd = _tk_get_cfn(SCTAG_REALMEMEND, (INT*)&memend, 1);
544:         if ( ercd < 1 || (UINT)memend > (UINT)lowmem_limit ) {
More results from t2ex