Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/
Dst_parse.c176 tdesc_t *ntdp = xcalloc(sizeof (*ntdp)); in read_tid() local
178 ntdp->t_type = TYPEDEF; in read_tid()
179 ntdp->t_tdesc = tdp; in read_tid()
180 tdp = ntdp; in read_tid()
292 tdesc_t *tdp, *ntdp; in parse_type() local
310 ntdp = xcalloc(sizeof (*ntdp)); in parse_type()
311 ntdp->t_name = xstrdup(ii->ii_name); in parse_type()
312 ntdp->t_type = TYPEDEF; in parse_type()
313 ntdp->t_tdesc = tdp; in parse_type()
315 tdp = ntdp; in parse_type()
[all …]