Searched refs:xport_type (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/fm/ipmitopo/common/ |
H A D | ipmitopo.c | 135 uint_t xport_type; in main() local 152 xport_type = IPMI_TRANSPORT_BMC; in main() 154 xport_type = IPMI_TRANSPORT_LAN; in main() 170 if (xport_type == IPMI_TRANSPORT_LAN && in main() 177 if (xport_type == IPMI_TRANSPORT_LAN) { in main() 187 if ((ihp = ipmi_open(&err, &errmsg, xport_type, params)) == NULL) { in main()
|
/titanic_41/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_list.c | 37 cfga_type_t xport_type; member 1468 (void) snprintf(lap->xport_type, in do_stat_fca_xport() 1469 sizeof (lap->xport_type), "%s", in do_stat_fca_xport() 1473 (void) snprintf(lap->xport_type, in do_stat_fca_xport() 1474 sizeof (lap->xport_type), "%s", in do_stat_fca_xport() 1478 (void) snprintf(lap->xport_type, in do_stat_fca_xport() 1479 sizeof (lap->xport_type), "%s", in do_stat_fca_xport() 1483 (void) snprintf(lap->xport_type, in do_stat_fca_xport() 1484 sizeof (lap->xport_type), "%s", in do_stat_fca_xport() 1491 (void) snprintf(lap->xport_type, in do_stat_fca_xport() [all …]
|
/titanic_41/usr/src/lib/libipmi/common/ |
H A D | libipmi.c | 32 ipmi_open(int *errp, char **msg, uint_t xport_type, nvlist_t *params) in ipmi_open() argument 47 switch (xport_type) { in ipmi_open()
|
H A D | libipmi.h | 114 extern ipmi_handle_t *ipmi_open(int *, char **, uint_t xport_type, nvlist_t *);
|
/titanic_41/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); in pcp_init() 222 switch (xport_type) { in pcp_init() 287 if (xport_type == GLVC_NON_STREAM) in pcp_close() 702 if (xport_type == GLVC_NON_STREAM) { in pcp_write() 778 if (xport_type == GLVC_NON_STREAM) { in pcp_read() 1007 if (xport_type == GLVC_NON_STREAM) in pcp_recv_resp_msg_hdr()
|