Searched refs:channelType (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXdup.c133 Tcl_ChannelType *channelType;
140 channelType = Tcl_GetChannelType (srcChannel);
141 if (STREQU (channelType->typeName, "pipe")) {
131 Tcl_ChannelType *channelType; local
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixDup.c89 Tcl_ChannelType *channelType;
103 channelType = Tcl_GetChannelType (srcChannel);
137 if (STREQU (channelType->typeName, "tcp")) {
87 Tcl_ChannelType *channelType; local
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOSimpleReporter.cpp71 IOReportChannelType channelType = { local
78 return super::init(reportingService, channelType, unit);
H A DIOReporter.cpp163 IOReportChannelType channelType,
175 if (channelType.report_format == kIOReportInvalidFormat) {
188 _channelDimension = channelType.nelements;
189 _channelType = channelType;
994 IOReportChannelType channelType,
1019 memcpy(&type64, &channelType, sizeof(type64));
162 init(IOService *reportingService, IOReportChannelType channelType, IOReportUnits unit) argument
992 legendWith(OSArray *channelIDs, OSArray *channelNames, IOReportChannelType channelType, IOReportUnits unit) argument
H A DIOHistogramReporter.cpp93 IOReportChannelType channelType = { local
100 if (super::init(reportingService, channelType, unit) != true) {
H A DIOStateReporter.cpp75 IOReportChannelType channelType = { local
82 if(super::init(reportingService, channelType, unit) != true) {
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/generic/
H A Dfifo.c66 static Tcl_ChannelType channelType = {
537 chan = Tcl_CreateChannel (&channelType,
65 static Tcl_ChannelType channelType = { variable
H A Dnull.c70 static Tcl_ChannelType channelType = {
501 chan = Tcl_CreateChannel (&channelType,
69 static Tcl_ChannelType channelType = { variable
H A Drandom.c73 static Tcl_ChannelType channelType = {
526 chan = Tcl_CreateChannel (&channelType,
72 static Tcl_ChannelType channelType = { variable
H A Dzero.c77 static Tcl_ChannelType channelType = {
504 chan = Tcl_CreateChannel (&channelType,
76 static Tcl_ChannelType channelType = { variable
H A Dfifo2.c108 static Tcl_ChannelType channelType = {
906 chanA = Tcl_CreateChannel (&channelType,
913 chanB = Tcl_CreateChannel (&channelType,
107 static Tcl_ChannelType channelType = { variable
H A Dmemchan.c70 static Tcl_ChannelType channelType = {
628 chan = Tcl_CreateChannel (&channelType,
69 static Tcl_ChannelType channelType = { variable
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOKernelReporters.h132 @param channelType - type info for all channels (element_idx = 0)
149 IOReportChannelType channelType,
725 @param channelType - the type of all channels in this legend
741 IOReportChannelType channelType,

Completed in 200 milliseconds