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

/freebsd-9.3-release/contrib/ntp/libparse/
H A Dparsestreams.c1023 register struct savedzsops *szs; local
1047 szs = (struct savedzsops *)(void *)kmem_alloc(sizeof(struct savedzsops));
1049 if (szs == (struct savedzsops *)0)
1057 parsestream->parse_data = (void *)szs;
1063 szs->zsops = *zs->zs_ops;
1064 szs->zsops.zsop_xsint = zs_xsisr; /* place our bastard */
1065 szs->oldzsops = zs->zs_ops;
1068 zsopinit(zs, &szs->zsops); /* hook it up */
1101 register struct savedzsops *szs = (struct savedzsops *)parsestream->parse_data; local
1103 zsopinit(zs, szs
[all...]
H A Dparsesolaris.c877 register struct savedzsops *szs; local
899 szs = (struct savedzsops *) kmem_alloc(sizeof(struct savedzsops), KM_SLEEP);
901 if (szs == (struct savedzsops *)0)
909 parsestream->parse_data = (void *)szs;
915 szs->zsops = *zs->zs_ops;
916 szs->zsops.zsop_xsint = (void (*) (struct zscom *))zs_xsisr; /* place our bastard */
917 szs->oldzsops = zs->zs_ops;
920 zs->zs_ops = &szs->zsops; /* hook it up */
959 register struct savedzsops *szs = (struct savedzsops *)parsestream->parse_data; local
963 zs->zs_ops = szs
[all...]

Completed in 111 milliseconds