Home
last modified time | relevance | path

Searched refs:next_ptr (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/zlib/
H A Dzutil.c201 local int next_ptr = 0; variable
231 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
232 table[next_ptr].org_ptr = buf; in zcalloc()
237 table[next_ptr++].new_ptr = buf; in zcalloc()
251 for (n = 0; n < next_ptr; n++) { in zcfree()
255 while (++n < next_ptr) { in zcfree()
258 next_ptr--; in zcfree()
/src/sys/ofed/include/uapi/rdma/
H A Dib_user_ioctl_verbs.h155 RDMA_UAPI_PTR(struct ib_uverbs_flow_action_esp_encap *, next_ptr);
/src/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types_flow_action.c205 if (uverbs_encap.next_ptr) in flow_action_esp_get_encap()