Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Dzutil.c187 local int next_ptr = 0; variable
217 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
218 table[next_ptr].org_ptr = buf; in zcalloc()
223 table[next_ptr++].new_ptr = buf; in zcalloc()
237 for (n = 0; n < next_ptr; n++) { in zcfree()
241 while (++n < next_ptr) { in zcfree()
244 next_ptr--; in zcfree()
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_ioctl_verbs.h155 RDMA_UAPI_PTR(struct ib_uverbs_flow_action_esp_encap *, next_ptr);
/freebsd/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()