Searched defs:ap_path (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_bay.c116 char *ap_path, *oc_path; local
133 ap_path = topo_mod_alloc(mod, MAXPATHLEN);
134 if (ap_path == NULL) {
135 topo_mod_dprintf(mod, "%s: ap_path alloc failed\n");
138 (void) snprintf(ap_path, MAXPATHLEN, "%s%s:%s", DEVICES,
140 topo_mod_dprintf(mod, "%s: ap_path(%s)\n", f, ap_path);
145 TOPO_PROP_IMMUTABLE, ap_path, &err);
149 topo_mod_free(mod, ap_path, MAXPATHLEN);
153 topo_mod_free(mod, ap_path, MAXPATHLE
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_bay.c122 * Create bay "io" pgroup, create and add "ap_path" property.
132 char *ap_path; local
146 ap_path = topo_mod_alloc(mod, MAXPATHLEN);
147 if (ap_path == NULL) {
149 "ap_path\n");
163 (void) snprintf(ap_path, MAXPATHLEN, "%s%s", DEVICES,
166 topo_mod_dprintf(mod, "pi_bay_pgroups: ap_path (%s)\n", ap_path);
168 /* add ap_path prop to io pgroup */
170 TOPO_PROP_IMMUTABLE, ap_path,
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay.c85 * Create io and binding pgroups and add ap_path/oc_path to them.
88 bay_add_pgroups(topo_mod_t *mod, tnode_t *tn, bay_t *bp, char *ap_path, argument
107 if (ap_path != NULL) {
109 TOPO_PROP_IMMUTABLE, ap_path, &err);
162 bay_gen_ap_path(topo_mod_t *mod, bay_t *bp, char **ap_path) argument
173 *ap_path = NULL;
185 *ap_path = NULL;
204 *ap_path = topo_mod_strdup(mod, path);
278 char *ap_path = NULL; local
282 bay_gen_ap_path(mod, bp, &ap_path);
[all...]

Completed in 39 milliseconds