Home
last modified time | relevance | path

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

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