Searched refs:ntdp (Results 1 – 1 of 1) sorted by relevance
176 tdesc_t *ntdp = xcalloc(sizeof (*ntdp)); in read_tid() local178 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() local310 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 …]