Searched refs:p_Mem (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/etc/
H A Dncsw_mem.c64 static __inline__ void * MemGet(t_MemorySegment *p_Mem) argument
69 if (p_Mem->current == p_Mem->num)
71 p_Mem->getFailures++;
76 p_Block = p_Mem->p_BlocksStack[p_Mem->current];
78 p_Mem->p_BlocksStack[p_Mem->current] = NULL;
81 p_Mem->current++;
87 static __inline__ t_Error MemPut(t_MemorySegment *p_Mem, voi argument
106 InitMemDebugDatabase(t_MemorySegment *p_Mem) argument
123 t_MemorySegment *p_Mem = (t_MemorySegment *)h_Mem; local
151 t_MemorySegment *p_Mem = (t_MemorySegment *)h_Mem; local
286 t_MemorySegment *p_Mem; local
403 t_MemorySegment *p_Mem; local
565 t_MemorySegment *p_Mem = (t_MemorySegment*)h_Mem; local
618 t_MemorySegment *p_Mem = (t_MemorySegment *)h_Mem; local
649 t_MemorySegment *p_Mem = (t_MemorySegment *)h_Mem; local
690 t_MemorySegment *p_Mem = (t_MemorySegment *)h_Mem; local
718 t_MemorySegment *p_Mem = (t_MemorySegment *)h_Mem; local
[all...]

Completed in 52 milliseconds