Searched refs:transport (Results 1 - 25 of 42) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/
H A DMakefile27 SUBDIRS = event-transport cpumem-retire
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/
H A DMakefile27 disk-transport \
29 ext-event-transport \
33 ip-transport \
34 sensor-transport \
35 ses-log-transport \
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A DMakefile29 MODULE = ip-transport
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/sun4u/
H A DMakefile27 SUBDIRS = cpumem-diagnosis datapath-retire USII-io-diagnosis fps-transport
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/sun4u/fps-transport/
H A DMakefile28 MODULE = fps-transport
31 SRCS = fps-transport.c
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A DMakefile35 include ../../common/event-transport/Makefile.etm
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/disk-transport/
H A DMakefile27 MODULE = disk-transport
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/sensor-transport/
H A DMakefile26 MODULE = sensor-transport
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A DMakefile26 MODULE = ses-log-transport
/opensolaris-onvv-gate/usr/src/lib/libstmfproxy/common/
H A Dlibstmfproxy.h44 stmf_proxy_transport_init(char *transport, pt_ops_t **pt_ops);
H A Dstmftransport.c183 stmf_proxy_transport_init(char *transport, pt_ops_t **pt_ops) argument
185 if (strcmp(transport, "sockets") == 0) {
/opensolaris-onvv-gate/usr/src/uts/common/io/warlock/
H A Dscsi.c39 #include <sys/scsi/impl/transport.h>
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceURL.java93 private String transport = ""; field in class:ServiceURL
213 ":/" + transport + (noDoubleSlash == false ? "/":"") +
222 transport.hashCode() +
243 transport.equals(surl.transport) &&
331 // Separator between service type name and transport.
344 // Check for abstract type or alternate transport.
382 transport = slash2.toLowerCase();
384 // Check for separator between transport and host.
396 // Not abstract type, no alternate transport
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A DMakefile25 MODULE = ext-event-transport
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/event-transport/
H A DMakefile.etm27 MODULE = event-transport
/opensolaris-onvv-gate/usr/src/lib/auditd_plugins/remote/
H A DMakefile.com29 OBJECTS= audit_remote.o transport.o
H A DMakefile33 MSGFILES= audit_remote.c transport.c
/opensolaris-onvv-gate/usr/src/cmd/fwflash/
H A DMakefile30 IDF_SUBDIRS= plugins/transport
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/impl/
H A Dtypes.h49 #include <sys/scsi/impl/transport.h>
/opensolaris-onvv-gate/usr/src/uts/sun/sys/dada/impl/
H A Dtypes.h55 #include <sys/dada/impl/transport.h>
/opensolaris-onvv-gate/usr/src/common/net/wanboot/
H A Dbootlog.c126 * header and a message body to the appropriate transport.
146 * If this is the first bootlog call then setup the transport.
148 * results in a recursive call for a HTTP or HTTPS transport.
159 * its HTTP or HTTPS transport. We've arbitrarily decided
196 * sent to the fallback transport.
300 sendmessage(bl_transport_t transport, char *message, const char *ident, argument
334 if (transport != BL_CONSOLE &&
359 switch (transport) {
430 bl_transport_t transport; local
440 transport
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cdrw/
H A DMakefile30 OBJS= main.o mmc.o device.o transport.o util.o msgs.o misc_scsi.o dumpinfo.o \
/opensolaris-onvv-gate/usr/src/lib/libsip/common/
H A Dsip_dialog_ui.c45 char *transport, char *sent_by, int sent_by_port, char *via_param,
53 if (!sip_manage_dialog || dialog == NULL || transport == NULL ||
81 if (sip_add_via(sip_msg, transport, sent_by, sent_by_port, via_param) !=
127 char *transport, char *sent_by, int sent_by_port, char *via_param,
132 sip_msg = sip_create_dialog_req(method, dialog, transport, sent_by,
44 sip_create_dialog_req(sip_method_t method, sip_dialog_t dialog, char *transport, char *sent_by, int sent_by_port, char *via_param, uint32_t maxforward, int cseq) argument
126 sip_create_dialog_req_nocontact(sip_method_t method, sip_dialog_t dialog, char *transport, char *sent_by, int sent_by_port, char *via_param, uint32_t maxforward, int cseq) argument
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Drds.h163 u_int8_t transport[TRANSNAMSIZ]; /* null term ascii */ member in struct:rds_info_connection
173 u_int8_t transport[TRANSNAMSIZ]; /* null term ascii */ member in struct:rds_info_connection
/opensolaris-onvv-gate/usr/src/cmd/gss/gssd/
H A Dgssd.c164 syslog(LOG_ERR, gettext("cannot get transport info"));
291 gssprog_1_freeresult(SVCXPRT *transport, xdrproc_t xdr_res, caddr_t res) argument

Completed in 140 milliseconds

12