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

/opensolaris-onvv-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c542 if (zs->zs_ops == NULL) {
549 if ((zs->zs_ops != &zsops_null) &&
550 (zs->zs_ops != &zsops_hdlc)) {
1008 if (zs->zs_ops == NULL) {
1013 if ((zs->zs_ops != &zsops_null) &&
1014 (zs->zs_ops != &zsops_hdlc)) {
1247 if ((zs->zs_ops != &zsops_null) &&
1248 (zs->zs_ops != &zsops_hdlc)) {
1439 if (!error && (zs->zs_ops != &zsops_null))
H A Dzs_common.c187 struct dev_ops zs_ops = { variable in typeref:struct:dev_ops
218 &zs_ops, /* driver ops */
824 if (!zs->zs_ops)
874 (*zs->zs_ops->zsop_softint)(zs);
904 zs->zs_ops = zso;
H A Dzs_async.c731 if (zs->zs_ops == NULL) {
738 if ((zs->zs_ops != &zsops_null) &&
739 (zs->zs_ops != &zsops_async)) {
758 if (zs->zs_ops == &zsops_null) {
880 if ((zs->zs_ops == &zsops_null) ||
881 (zs->zs_ops == &zsops_async))
/opensolaris-onvv-gate/usr/src/uts/sun/sys/
H A Dzsdev.h213 struct zsops *zs_ops; /* basic operations vectors */ member in struct:zscom

Completed in 64 milliseconds