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

/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzutil.c204 #define MAX_PTR 10 macro
214 local ptr_table table[MAX_PTR];
236 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
/freebsd-10.2-release/lib/libz/
H A Dzutil.c202 #define MAX_PTR 10 macro
212 local ptr_table table[MAX_PTR];
234 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
/freebsd-10.2-release/sys/net/
H A Dzlib.c5224 #define MAX_PTR 10 macro
5234 local ptr_table table[MAX_PTR];
5256 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;

Completed in 111 milliseconds