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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c133 topo_imethod_t *imp; local
153 imp = topo_mod_zalloc(mod, sizeof (topo_imethod_t));
154 if (imp == NULL)
155 return (set_methregister_error(mod, node, imp,
158 if ((imp->tim_name = topo_mod_strdup(mod, meth->tm_name))
160 return (set_methregister_error(mod, node, imp,
163 if ((imp->tim_desc = topo_mod_strdup(mod, meth->tm_desc))
165 return (set_methregister_error(mod, node, imp,
169 imp->tim_stability = meth->tm_stability;
170 imp
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_NW5.pm221 $(NOECHO) $(ECHO) Import @$(PERL_INC)\perl.imp >> $(BASEEXT).def

Completed in 46 milliseconds