Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun/io/
H A Dzs_hdlc.c141 #define MAXZSHCLONES (80) /* three clone opens per instance */ macro
150 unsigned char zsh_usedminor[MAXZSHCLONES];
601 for (unit = maxzsh; unit < MAXZSHCLONES; unit++) in zsh_open()
607 if (unit >= MAXZSHCLONES) /* no slots available */ in zsh_open()