Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c394 zs_h_log[zs_h_log_n++] = 'A' + zs->zs_unit; \
407 if (zsa_h_log_n[zs->zs_unit] >= ZSA_H_LOG_MAX) \
408 zsa_h_log_n[zs->zs_unit] = 0; \
409 zsa_h_log[zs->zs_unit][zsa_h_log_n[zs->zs_unit]++] = c; \
410 zsa_h_log[zs->zs_unit][zsa_h_log_n[zs->zs_unit]] = '\0'; \
416 for (p = &zsa_h_log[zs->zs_unit][ZSA_H_LOG_MAX]; \
417 p >= &zsa_h_log[zs->zs_unit][0]; /* null */) \
419 zsa_h_log_n[zs->zs_unit] = 0; \
690 if (zsa_channel_is_active_in_rom(zs->zs_dip, zs->zs_unit)) in zsa_init()
692 else if (zsasoftdtr && (zssoftCAR[zs->zs_unit])) in zsa_init()
[all …]
H A Dzs_hdlc.c102 zs_h_log[zs_h_log_n++] = 'A' + zs->zs_unit; \
113 if (zsh_h_log_n[zs->zs_unit] >= ZSH_H_LOG_MAX) \
114 zsh_h_log_n[zs->zs_unit] = 0; \
115 zsh_h_log[zs->zs_unit][zsh_h_log_n[zs->zs_unit]++] = c; \
116 zsh_h_log[zs->zs_unit][zsh_h_log_n[zs->zs_unit]] = '\0'; \
121 for (p = &zsh_h_log[zs->zs_unit][ZSH_H_LOG_MAX]; \
122 p >= &zsh_h_log[zs->zs_unit][0]; p--) \
124 zsh_h_log_n[zs->zs_unit] = 0; \
791 (void) pm_idle_component(zs->zs_dip, zs->zs_unit%2+1); in zsh_close()
898 zs->zs_unit); in zsh_wput()
[all …]
H A Dzs_common.c474 zs->zs_unit = current_chip * 2 + i; in zsattach()
485 zssoftCAR[zs->zs_unit] = softcd; in zsattach()
1079 cmn_err(CE_WARN, "zs%d: unexpected soft int\n", zs->zs_unit); in zsnull_softint()
1089 struct zs_prog *zspp = &zs_prog[zs->zs_unit]; in zsnull_suspend()
1114 struct zs_prog *zspp = &zs_prog[zs->zs_unit]; in zsnull_resume()
/illumos-gate/usr/src/uts/sun/sys/
H A Dzsdev.h217 short zs_unit; /* which channel (0:NZSLINE) */ member