Searched refs:zsops (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/ntp/libparse/
H A Dparsestreams.c1008 struct zsops zsops; member in struct:savedzsops
1009 struct zsops *oldzsops;
1012 struct zsops *emergencyzs;
1013 extern void zsopinit (struct zscom *, struct zsops *);
1063 szs->zsops = *zs->zs_ops;
1064 szs->zsops.zsop_xsint = zs_xsisr; /* place our bastard */
1068 zsopinit(zs, &szs->zsops); /* hook it up */
H A Dparsesolaris.c864 struct zsops zsops; member in struct:savedzsops
865 struct zsops *oldzsops;
868 static struct zsops *emergencyzs;
915 szs->zsops = *zs->zs_ops;
916 szs->zsops.zsop_xsint = (void (*) (struct zscom *))zs_xsisr; /* place our bastard */
920 zs->zs_ops = &szs->zsops; /* hook it up */

Completed in 49 milliseconds