Searched refs:binding_name (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/sun4u/pcibus/common/
H A Dpci_sun4u.c69 char *compatible_names, *binding_name; local
81 binding_name = di_binding_name(did_dinode(dp));
82 if (binding_name != NULL) {
83 topo_mod_dprintf(mod, "%s: binding_name=%s\n",
84 __func__, binding_name);
85 if (strncmp(binding_name, XMITS_COMPAT,
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Derie.c447 char binding_name[MAXSTRLEN]; local
458 * If binding_name is found,
459 * name will be <nodename>-<binding_name>
462 &binding_name, sizeof (binding_name));
464 if (strcmp(lname, binding_name) != 0) {
466 (void) strlcat(lname, binding_name, MAXSTRLEN);
H A Dhuron.c143 char binding_name[MAXSTRLEN]; local
218 * Get the name of this card. Iif binding_name is found,
219 * name will be <nodename>-<binding_name>
223 &binding_name, sizeof (binding_name));
240 } else if (strcmp(name, binding_name) != 0) {
242 (void) strlcat(name, binding_name, MAXSTRLEN);
H A Dpelton.c147 char binding_name[MAXSTRLEN]; local
216 * Get the name of this card. Iif binding_name is found,
217 * name will be <nodename>-<binding_name>
221 &binding_name, sizeof (binding_name));
238 } else if (strcmp(name, binding_name) != 0) {
240 (void) strlcat(name, binding_name, MAXSTRLEN);
H A Dontario.c161 char binding_name[MAXSTRLEN]; local
233 * Get the name of this card. If binding_name is found,
234 * name will be <nodename>-<binding_name>
238 &binding_name, sizeof (binding_name));
255 } else if (strcmp(name, binding_name) != 0) {
257 (void) strlcat(name, binding_name, MAXSTRLEN);
H A Dstpaul.c80 char binding_name[MAXSTRLEN]; local
180 * Get the name of this card. If binding_name is found,
181 * name will be <nodename>-<binding_name>
185 &binding_name, sizeof (binding_name));
201 else if (strcmp(name, binding_name) != 0) {
203 (void) strlcat(name, binding_name, MAXSTRLEN);
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/montoya/common/
H A Dmontoya.c129 char binding_name[MAXSTRLEN]; local
203 * Get the name of this card. If binding_name is found,
204 * name will be <nodename>-<binding_name>
208 &binding_name, sizeof (binding_name));
225 } else if (strcmp(name, binding_name) != 0) {
227 (void) strlcat(name, binding_name, MAXSTRLEN);
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/monza/common/
H A Dmonza.c156 char binding_name[MAXSTRLEN]; local
240 * Get the name of this card. If binding_name is found,
241 * name will be <nodename>-<binding_name>
245 &binding_name, sizeof (binding_name));
262 } else if (strcmp(name, binding_name) != 0) {
264 (void) strlcat(name, binding_name, MAXSTRLEN);
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c100 char binding_name[MAXSTRLEN]; local
241 * Get the name of this card. If binding_name is found,
242 * name will be <nodename>-<binding_name>
246 binding_name, sizeof (binding_name));
261 (void) strcpy(binding_name, "N/A");
262 } else if (strcmp(name, binding_name) != 0) {
264 (void) strlcat(name, binding_name, MAXSTRLEN);
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c128 char *driver_name, *binding_name; local
188 if (((binding_name = di_binding_name (node)) != NULL) &&
189 (strncmp (binding_name, "usbif,", sizeof ("usbif,") - 1) == 0)) {
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c555 char binding_name[PICL_PROPNAMELEN_MAX]; local
671 * Get the name of this card. If binding_name is found,
672 * name will be <nodename>-<binding_name>.
675 binding_name, sizeof (binding_name));
677 if (strcmp(name, binding_name) != 0) {
679 (void) strlcat(name, binding_name,

Completed in 61 milliseconds