Searched refs:zs_unit (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c100 zs_h_log[zs_h_log_n++] = 'A' + zs->zs_unit; \
111 if (zsh_h_log_n[zs->zs_unit] >= ZSH_H_LOG_MAX) \
112 zsh_h_log_n[zs->zs_unit] = 0; \
113 zsh_h_log[zs->zs_unit][zsh_h_log_n[zs->zs_unit]++] = c; \
114 zsh_h_log[zs->zs_unit][zsh_h_log_n[zs->zs_unit]] = '\0'; \
119 for (p = &zsh_h_log[zs->zs_unit][ZSH_H_LOG_MAX]; \
120 p >= &zsh_h_log[zs->zs_unit][0]; p--) \
122 zsh_h_log_n[zs->zs_unit]
[all...]
H A Dzs_async.c392 zs_h_log[zs_h_log_n++] = 'A' + zs->zs_unit; \
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'; \
414 for (p = &zsa_h_log[zs->zs_unit][ZSA_H_LOG_MAX]; \
415 p >= &zsa_h_log[zs->zs_unit][0]; /* null */) \
417 zsa_h_log_n[zs->zs_unit]
[all...]
H A Dzs_common.c474 zs->zs_unit = current_chip * 2 + i;
485 zssoftCAR[zs->zs_unit] = softcd;
1079 cmn_err(CE_WARN, "zs%d: unexpected soft int\n", zs->zs_unit);
1089 struct zs_prog *zspp = &zs_prog[zs->zs_unit];
1114 struct zs_prog *zspp = &zs_prog[zs->zs_unit];
/opensolaris-onvv-gate/usr/src/uts/sun/sys/
H A Dzsdev.h217 short zs_unit; /* which channel (0:NZSLINE) */ member in struct:zscom

Completed in 136 milliseconds