Searched defs:zsa_h_log (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c400 char zsa_h_log[40][ZSA_H_LOG_MAX +10]; variable
407 zsa_h_log[zs->zs_unit][zsa_h_log_n[zs->zs_unit]++] = c; \
408 zsa_h_log[zs->zs_unit][zsa_h_log_n[zs->zs_unit]] = '\0'; \
414 for (p = &zsa_h_log[zs->zs_unit][ZSA_H_LOG_MAX]; \
415 p >= &zsa_h_log[zs->zs_unit][0]; /* null */) \

Completed in 206 milliseconds