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

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

Completed in 61 milliseconds