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

/illumos-gate/usr/src/uts/sun/io/
H A Dzs_common.c79 struct zscom *zscom; variable in typeref:struct:zscom
80 struct zscom *zscurr;
81 struct zscom *zslast;
127 void zsopinit(struct zscom *zs, struct zsops *zso);
129 static void zsnull_intr(struct zscom *zs);
130 static int zsnull_softint(struct zscom *zs);
131 static int zsnull_suspend(struct zscom *zs);
132 static int zsnull_resume(struct zscom *zs);
313 struct zscom *z
[all...]
/illumos-gate/usr/src/uts/sun/sys/
H A Dzsdev.h199 struct zscom { struct
224 struct zscom *zs_next; /* next in the circularly linked list */
225 struct zscom *zs_back; /* back in the circularly linked list */
278 struct zscom *zs; /* common data for this channel */
299 extern void zsa_init(struct zscom *zs);
300 extern int zsmctl(struct zscom *zs, int bits, int how);
302 extern void zsopinit(struct zscom *zs, struct zsops *zso);
308 extern struct zscom *zscom;

Completed in 58 milliseconds