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

/freebsd-13-stable/contrib/ntp/libparse/
H A Dparsesolaris.c862 struct savedzsops struct
877 register struct savedzsops *szs;
899 szs = (struct savedzsops *) kmem_alloc(sizeof(struct savedzsops), KM_SLEEP);
901 if (szs == (struct savedzsops *)0)
959 register struct savedzsops *szs = (struct savedzsops *)parsestream->parse_data;
972 kmem_free((caddr_t)szs, sizeof (struct savedzsops));
1128 if ((zsisr = ((struct savedzsops *)((parsestream_t *)q->q_ptr)->parse_data)->oldzsops->zsop_xsint))
H A Dparsestreams.c1006 struct savedzsops struct
1023 register struct savedzsops *szs;
1047 szs = (struct savedzsops *)(void *)kmem_alloc(sizeof(struct savedzsops));
1049 if (szs == (struct savedzsops *)0)
1101 register struct savedzsops *szs = (struct savedzsops *)parsestream->parse_data;
1105 kmem_free((caddr_t)szs, sizeof (struct savedzsops));
1291 if ((zsisr = ((struct savedzsops *)((parsestream_t *)(void *)q->q_ptr)->parse_data)->oldzsops->zsop_xsint))

Completed in 157 milliseconds