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

/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c401 int zsa_h_log_n[40]; variable
405 if (zsa_h_log_n[zs->zs_unit] >= ZSA_H_LOG_MAX) \
406 zsa_h_log_n[zs->zs_unit] = 0; \
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'; \
417 zsa_h_log_n[zs->zs_unit] = 0; \

Completed in 49 milliseconds