Searched refs:ptr (Results 1 – 11 of 11) sorted by relevance
63 buf->ptr = NULL; in netbuf_new()92 buf->p = buf->ptr = NULL; in netbuf_delete()121 buf->ptr = buf->p; in netbuf_alloc()137 buf->p = buf->ptr = NULL; in netbuf_free()158 buf->ptr = NULL; in netbuf_ref()163 buf->ptr = buf->p; in netbuf_ref()179 head->ptr = head->p; in netbuf_chain()199 if (buf->ptr == NULL) { in netbuf_data()202 *dataptr = buf->ptr->payload; in netbuf_data()203 *len = buf->ptr->len; in netbuf_data()[all …]
488 buf->ptr = p; in netconn_recv()
114 buf->ptr = q; in recv_raw()177 buf->ptr = p;
896 buf.p = buf.ptr = NULL;
372 mem_size_t ptr, ptr2; in mem_trim() local405 ptr = (mem_size_t)((u8_t *)mem - ram); in mem_trim()407 size = mem->next - ptr - SIZEOF_STRUCT_MEM; in mem_trim()428 ptr2 = ptr + SIZEOF_STRUCT_MEM + newsize; in mem_trim()437 mem2->prev = ptr; in mem_trim()456 ptr2 = ptr + SIZEOF_STRUCT_MEM + newsize; in mem_trim()463 mem2->prev = ptr; in mem_trim()496 mem_size_t ptr, ptr2; in mem_malloc() local532 for (ptr = (mem_size_t)((u8_t *)lfree - ram); ptr < MEM_SIZE_ALIGNED - size; in mem_malloc()533 ptr = ((struct mem *)(void *)&ram[ptr])->next) { in mem_malloc()[all …]
133 uint64_t *ptr; in Debug_Backtrace() local152 ptr = (uint64_t *)rbp; in Debug_Backtrace()156 rbp = ptr[0]; in Debug_Backtrace()157 rip = ptr[1]; in Debug_Backtrace()
126 uintptr_t ptr = largePool.top; in malloc_large() local130 addr = (Header *)mmap((void *)ptr, realSz, in malloc_large()
49 struct pbuf *p, *ptr; member
785 u_char *ptr = cstate->challenge; in ChapGenChallenge() local801 *ptr++ = (char) (magic() & 0xff); in ChapGenChallenge()
130 ptr"). The "msg" parameter maybe NULL to indicate that the message
4141 u8_t *ptr = (u8_t*)value; in snmp_set_value() local4142 *snmpenableauthentraps_ptr = *ptr; in snmp_set_value()