Home
last modified time | relevance | path

Searched defs:sbp2_tgt (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sbp2/
H A Ddriver.h232 typedef struct sbp2_tgt { struct
233 struct sbp2_bus *t_bus; /* bus */
234 void *t_bus_hdl; /* bus handle */
235 kmutex_t t_mutex; /* structure mutex */
259 sbp2_tgt_stat_t t_stat; /* statistics */ argument
262 _NOTE(MUTEX_PROTECTS_DATA(sbp2_tgt::t_mutex, sbp2_tgt)) argument