HomeSort by: relevance | last modified time | path
    Searched defs:zsops (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
z8530sc.h 94 struct zsops { struct
105 extern struct zsops zsops_null;
119 struct zsops *cs_ops;
  /src/external/bsd/ntp/dist/libparse/
parsesolaris.c 866 struct zsops zsops; member in struct:savedzsops
867 struct zsops *oldzsops;
870 static struct zsops *emergencyzs;
917 szs->zsops = *zs->zs_ops;
918 szs->zsops.zsop_xsint = (void (*) (struct zscom *))zs_xsisr; /* place our bastard */
922 zs->zs_ops = &szs->zsops; /* hook it up */
parsestreams.c 1010 struct zsops zsops; member in struct:savedzsops
1011 struct zsops *oldzsops;
1014 struct zsops *emergencyzs;
1015 extern void zsopinit (struct zscom *, struct zsops *);
1065 szs->zsops = *zs->zs_ops;
1066 szs->zsops.zsop_xsint = zs_xsisr; /* place our bastard */
1070 zsopinit(zs, &szs->zsops); /* hook it up */

Completed in 31 milliseconds