Searched refs:xport_type (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/fm/ipmitopo/common/ |
H A D | ipmitopo.c | 135 uint_t xport_type; local 152 xport_type = IPMI_TRANSPORT_BMC; 154 xport_type = IPMI_TRANSPORT_LAN; 170 if (xport_type == IPMI_TRANSPORT_LAN && 177 if (xport_type == IPMI_TRANSPORT_LAN) { 187 if ((ihp = ipmi_open(&err, &errmsg, xport_type, params)) == NULL) {
|
/illumos-gate/usr/src/lib/libipmi/common/ |
H A D | libipmi.c | 32 ipmi_open(int *errp, char **msg, uint_t xport_type, nvlist_t *params) argument 47 switch (xport_type) {
|
H A D | libipmi.h | 114 extern ipmi_handle_t *ipmi_open(int *, char **, uint_t xport_type, nvlist_t *);
|
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_list.c | 37 cfga_type_t xport_type; member in struct:__anon2393 1468 (void) snprintf(lap->xport_type, 1469 sizeof (lap->xport_type), "%s", 1473 (void) snprintf(lap->xport_type, 1474 sizeof (lap->xport_type), "%s", 1478 (void) snprintf(lap->xport_type, 1479 sizeof (lap->xport_type), "%s", 1483 (void) snprintf(lap->xport_type, 1484 sizeof (lap->xport_type), "%s", 1491 (void) snprintf(lap->xport_type, [all...] |
/illumos-gate/usr/src/lib/libpcp/common/ |
H A D | libpcp.c | 170 static pcp_xport_t xport_type = GLVC_NON_STREAM; variable 201 dev_path = platsvc_name_to_path(channel_name, &xport_type); 222 switch (xport_type) { 287 if (xport_type == GLVC_NON_STREAM) 702 if (xport_type == GLVC_NON_STREAM) { 778 if (xport_type == GLVC_NON_STREAM) { 1007 if (xport_type == GLVC_NON_STREAM)
|
Completed in 103 milliseconds