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

/illumos-gate/usr/src/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;
/illumos-gate/usr/src/boot/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;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c5929 #define MAX_PTR 10 macro
5939 local ptr_table table[MAX_PTR];
5967 if (buf == NULL || next_ptr >= MAX_PTR)

Completed in 248 milliseconds