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

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bay.c115 char *ap_path, *oc_path; local
164 oc_path = di_devfs_path(*sibp);
165 if (oc_path == NULL) {
169 topo_mod_dprintf(mod, "%s: oc_path(%s)\n", f, oc_path);
173 TOPO_BINDING_OCCUPANT, TOPO_PROP_IMMUTABLE, oc_path,
178 di_devfs_path_free(oc_path);
182 di_devfs_path_free(oc_path);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_bay.c113 * Create bay "binding" pgroup, create and add "oc_path" property.
122 char *oc_path; local
169 * Create the oc_path property:
172 oc_path = pi_bay_ocpath(mod, cnode);
174 oc_path = di_devfs_path(cnode);
176 if (oc_path == NULL) {
180 topo_mod_dprintf(mod, "pi_bay_proups: oc_path (%s)\n", oc_path);
182 /* add oc_path to binding pgroup */
184 TOPO_BINDING_OCCUPANT, TOPO_PROP_IMMUTABLE, oc_path,
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c247 if (chan_args->oc_path->pi_sid == 0) {
253 channel, chan_args->oc_path->pi_sid);
279 if (hca_guid != chan_args->oc_path->pi_hca_guid) {
284 hca_guid, chan_args->oc_path->pi_hca_guid);
347 if (chan_args->oc_path->pi_prim_pkt_lt > ibcm_max_ib_pkt_lt) {
350 chan_args->oc_path->pi_prim_pkt_lt, ibcm_max_ib_pkt_lt);
427 if (chan_args->oc_path->pi_alt_pkt_lt > ibcm_max_ib_pkt_lt) {
430 chan_args->oc_path->pi_alt_pkt_lt);
601 req_msgp->req_svc_id = h2b64(chan_args->oc_path->pi_sid);
630 2 * ibt_ib2usec(chan_args->oc_path
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h1186 #define IBCM_PRIM_CEP_PATH(s) (s)->oc_path->pi_prim_cep_path
1187 #define IBCM_PRIM_ADDS_VECT(s) (s)->oc_path->pi_prim_cep_path.cep_adds_vect
1189 #define IBCM_ALT_CEP_PATH(s) (s)->oc_path->pi_alt_cep_path
1190 #define IBCM_ALT_ADDS_VECT(s) (s)->oc_path->pi_alt_cep_path.cep_adds_vect
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_cm.c917 ocargs.oc_path = pinfo;
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h422 * original (ibt_chan_open_args_t)->oc_path->pi_prim_cep_path.
425 * Update (ibt_chan_args_t)->oc_path based on path information returned
437 * Update (ibt_chan_args_t)->oc_path based on path information returned
453 ibt_path_info_t *oc_path; /* Primary & Alternate */ member in struct:ibt_chan_open_args_s
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ib_cma.c1008 args.oc_path = ibchanp->chan_pathp;
1009 (args.oc_path)->pi_sid = ibchanp->chan_sid;
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c615 ocargs.oc_path = &chan->ic_ibt_path;
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c2740 open_args.oc_path = path;
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c1854 chan_args.oc_path = &rptp->path;
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c2196 chan_args.oc_path = &path_info;

Completed in 131 milliseconds