Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c749 fndef_t *nfn = xmalloc(sizeof (fndef_t)); in conjure_function() local
753 (void) remap_node(&nfn->fn_ret, ofn->fn_ret, old->t_id, new, mcd); in conjure_function()
755 nfn->fn_nargs = ofn->fn_nargs; in conjure_function()
756 nfn->fn_vargs = ofn->fn_vargs; in conjure_function()
758 if (nfn->fn_nargs > 0) in conjure_function()
759 nfn->fn_args = xcalloc(sizeof (tdesc_t *) * ofn->fn_nargs); in conjure_function()
762 (void) remap_node(&nfn->fn_args[i], ofn->fn_args[i], old->t_id, in conjure_function()
766 new->t_fndef = nfn; in conjure_function()
/freebsd/tools/tools/vop_table/
H A Dvop_table.tcl137 set nfn($fn) $t
178 puts $fo "<TD>$k</TD><TD><FONT SIZE=-1>$nfn($k)</FONT></TD>"