Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun/io/
H A Dzs_common.c90 int zs_h_log_n = 0; variable
93 if (zs_h_log_n >= ZS_H_LOG_MAX) \
94 zs_h_log_n = 0; \
95 zs_h_log[zs_h_log_n++] = c; \
96 zs_h_log[zs_h_log_n] = '\0'; \
H A Dzs_hdlc.c96 extern int zs_h_log_n;
99 if (zs_h_log_n >= ZS_H_LOG_MAX) \
100 zs_h_log_n = 0; \
101 zs_h_log[zs_h_log_n++] = 'A' + zs->zs_unit; \
102 zs_h_log[zs_h_log_n++] = c; \
103 zs_h_log[zs_h_log_n] = '\0'; \
H A Dzs_async.c384 extern int zs_h_log_n;
390 if (zs_h_log_n >= ZS_H_LOG_MAX) \
391 zs_h_log_n = 0; \
392 zs_h_log[zs_h_log_n++] = 'A' + zs->zs_unit; \
393 zs_h_log[zs_h_log_n++] = c; \
394 zs_h_log[zs_h_log_n] = '\0'; \