Searched refs:compatible (Results 1 - 25 of 35) sorted by relevance

12

/osnet-11/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_sun4v.c154 char *compatible; local
183 compatible = (char *)get_prop_val(find_prop(pnode, "compatible"));
192 if (compatible == NULL)
193 compatible = "";
201 printf("ADDED BOARD name=%s type=%s compatible=%s\n",
202 name, type, compatible);
208 printf("ADDED BOARD name=%s type=%s compatible=%s\n",
209 name, type, compatible);
H A Dpdevinfo_funcs.c751 * return the first node with the matching compatible.
754 dev_find_node_by_compatible(Prom_node *root, const char *compatible) argument
761 if (root == NULL || compatible == NULL)
764 if ((prop = find_prop(root, "compatible")) != NULL &&
769 * compatible property is. Since it is an array of strings
774 * is examine the first string in the compatible property.
778 if (strcmp(compatible_array, compatible) == 0)
786 node = dev_find_node_by_compatible(root->child, compatible);
801 return (dev_find_node_by_compatible(root->sibling, compatible));
806 * the current one which has the requested compatible propert
809 dev_next_node_by_compatible(Prom_node *root, const char *compatible) argument
[all...]
H A Ddisplay_sun4v.c67 #define OBP_PROP_COMPATIBLE "compatible"
557 char *compatible; local
684 * if compatible prop is not found, name will be
685 * <nodename>-<compatible>
688 &compatible);
691 (void) strlcat(name, compatible,
693 free(compatible);
829 * return the first compatible value
1139 goto compatible;
1154 compatible
[all...]
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Derie.c175 char *compatible; local
221 /* Get first compatible value from picl compatible list */
222 err = erie_get_first_compatible_value(pcih, &compatible);
234 log_printf("%31s", compatible);
235 free(compatible);
254 * This function returns the first picl compatible value
446 char *compatible; local
469 * if compatible prop is not found, name will be
470 * <nodename>-<compatible>
[all...]
H A Dhuron.c142 char *compatible; local
226 * if compatible prop is found, name will be
227 * <nodename>-<compatible>
230 &compatible);
233 (void) strlcat(name, compatible, MAXSTRLEN);
234 free(compatible);
299 char *compatible; local
360 err = huron_get_first_compatible_value(pcih, &compatible);
371 log_printf("%31s", compatible);
372 free(compatible);
[all...]
H A Dpelton.c146 char *compatible; local
224 * if compatible prop is found, name will be
225 * <nodename>-<compatible>
228 &compatible);
231 (void) strlcat(name, compatible, MAXSTRLEN);
232 free(compatible);
297 char *compatible; local
370 err = pelton_get_first_compatible_value(pcih, &compatible);
381 log_printf("%31s", compatible);
382 free(compatible);
[all...]
H A Dontario.c160 char *compatible; local
241 * if compatible prop is found, name will be
242 * <nodename>-<compatible>
245 &compatible);
248 (void) strlcat(name, compatible, MAXSTRLEN);
249 free(compatible);
412 char *compatible; local
483 err = ontario_get_first_compatible_value(pcih, &compatible);
494 log_printf("%31s", compatible);
495 free(compatible);
[all...]
H A Dstpaul.c79 char *compatible; local
188 * if compatible prop is found, name will be
189 * <nodename>-<compatible>
192 &compatible);
195 (void) strlcat(name, compatible, MAXSTRLEN);
196 free(compatible);
254 char *compatible; local
345 err = stpaul_get_first_compatible_value(pcih, &compatible);
356 log_printf("%31s", compatible);
357 free(compatible);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dinterwork56.t9 # I ought to keep this test easily backwards compatible to 5.004, so no
93 like ($@, qr/Byte order is not compatible/,
132 like ($@, qr/Byte order is not compatible/,
150 like ($@, qr/Byte order is not compatible/,
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/montoya/common/
H A Dmontoya.c128 char *compatible; local
211 * if compatible prop is found, name will be
212 * <nodename>-<compatible>
215 &compatible);
218 (void) strlcat(name, compatible, MAXSTRLEN);
219 free(compatible);
347 char *compatible; local
411 err = montoya_get_first_compatible_value(pcih, &compatible);
423 log_printf("%31s", compatible);
424 free(compatible);
[all...]
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/monza/common/
H A Dmonza.c155 char *compatible; local
248 * if compatible prop is found, name will be
249 * <nodename>-<compatible>
252 &compatible);
255 (void) strlcat(name, compatible, MAXSTRLEN);
256 free(compatible);
384 char *compatible; local
458 err = monza_get_first_compatible_value(pcih, &compatible);
470 log_printf("%31s", compatible);
471 free(compatible);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DMakefile.PL53 Byte order is not compatible
/osnet-11/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh114 * Commands which are 100% compatible with native Solaris versions (/bin is
125 /* POSIX compatible commands */
131 /* GNU coreutils compatible commands */
312 /* GNU coreutils compatible commands.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DTerse.pm82 largely compatible with the old one, though authors of new software
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL177 backward-compatible
187 =head2 Backward compatible boilerplate
234 of the F<.pm> and the (compiled) F<.xs> parts are compatible;
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c99 char *compatible; local
249 * if compatible prop is found, name will be
250 * <nodename>-<compatible>
253 &compatible);
256 (void) strlcat(name, compatible, MAXSTRLEN);
257 free(compatible);
260 /* No binding-name or compatible */
412 * return the first compatible value
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHandle.pm110 This version of Tie::Handle is neither related to nor compatible with
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm443 It is largely compatible with perlglob.exe (the M$ setargv.obj
553 Several cleanups prompted by lack of compatible perlglob.exe
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dh2xs.t57 If you intend this module to be compatible with earlier perl versions, please
H A DPerlIO.pm235 this has advantage of being backward compatible with how such things have
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm272 Define a macro. C<Net::Netrc> only parses this field to be compatible
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm195 Test::More. Test::Simple is 100% forward compatible with Test::More
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm682 but an interface roughly compatible with the old Pod::Text::pod2text()
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL127 Generates a .pm file which is backwards compatible with the specified
547 --use-new-tests Use Test::More in backward compatible modules
659 If you intend this module to be compatible with earlier perl versions, please
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-install.in557 # Before we proceed, we have to make sure that we are compatible with the modules
563 echo This version of grub-install is not compatible with modules in "${pkglibdir}".

Completed in 90 milliseconds

12