Searched refs:channelList (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXselect.c71 channelData_t *channelList,
122 channelData_t *channelList;
145 channelList =
149 channelList [idx].channelIdObj = handleObjv [idx];
150 channelList [idx].channel =
154 if (channelList [idx].channel == NULL)
158 if (TclXOSGetSelectFnum (interp, channelList [idx].channel,
160 &channelList [idx].readFd) != TCL_OK)
162 FD_SET (channelList [idx].readFd, fileSetPtr);
163 if ((int)channelList [id
121 channelData_t *channelList; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOReporter.cpp49 IOReportChannelList *channelList,
57 if (reporters == NULL || channelList == NULL || result == NULL) {
76 (void)rep->configureReport(channelList, action, result, destination);
104 IOReportChannelList *channelList,
113 channelList == NULL ||
132 (void)rep->updateReport(channelList, action, result, destination);
345 IOReporter::configureReport(IOReportChannelList *channelList, argument
354 res = handleConfigureReport(channelList, action, result, destination);
364 IOReporter::updateReport(IOReportChannelList *channelList, argument
373 res = handleUpdateReport(channelList, actio
48 configureAllReports(OSSet *reporters, IOReportChannelList *channelList, IOReportConfigureAction action, void *result, void *destination) argument
103 updateAllReports(OSSet *reporters, IOReportChannelList *channelList, IOReportConfigureAction action, void *result, void *destination) argument
601 handleConfigureReport(IOReportChannelList *channelList, IOReportConfigureAction action, void *result, void *destination) argument
661 handleUpdateReport(IOReportChannelList *channelList, IOReportConfigureAction action, void *result, void *destination) argument
[all...]
H A DIOService.cpp6031 IOReturn IOService::configureReport(IOReportChannelList *channelList, argument
6038 for (cnt = 0; cnt < channelList->nchannels; cnt++) {
6039 if ( channelList->channels[cnt].channel_id == kPMPowerStatesChID ) {
6043 else if ( channelList->channels[cnt].channel_id == kPMCurrStateChID ) {
6061 reserved->interruptStatisticsArray[cnt].reporter->configureReport(channelList, action, result, destination);
6070 IOReturn IOService::updateReport(IOReportChannelList *channelList, argument
6077 for (cnt = 0; cnt < channelList->nchannels; cnt++) {
6078 if ( channelList->channels[cnt].channel_id == kPMPowerStatesChID ) {
6082 else if ( channelList->channels[cnt].channel_id == kPMCurrStateChID ) {
6100 reserved->interruptStatisticsArray[cnt].reporter->updateReport(channelList, actio
[all...]
H A DIOPMrootDomain.cpp7028 IOReturn IOPMrootDomain::configureReport(IOReportChannelList *channelList, argument
7036 for (cnt = 0; cnt < channelList->nchannels; cnt++) {
7037 if ( (channelList->channels[cnt].channel_id == kSleepCntChID) ||
7038 (channelList->channels[cnt].channel_id == kDarkWkCntChID) ||
7039 (channelList->channels[cnt].channel_id == kUserWkCntChID) ) {
7045 return super::configureReport(channelList, action, result, destination);
7049 IOReturn IOPMrootDomain::updateReport(IOReportChannelList *channelList, argument
7063 for (cnt = 0; cnt < channelList->nchannels; cnt++) {
7064 ch_id = channelList->channels[cnt].channel_id ;
7085 return super::updateReport(channelList, actio
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOKernelReporters.h209 @param channelList - channels to configure
218 used by that driver to report channels in channelList.
220 Any channels in channelList which are not tracked by this reporter
240 IOReturn configureReport(IOReportChannelList *channelList,
248 @param channelList - channels to update
255 This method searches channelList for channels tracked by this
266 IOReturn updateReport(IOReportChannelList *channelList,
296 @param channelList - full list of channels to configure
310 reporter will search channelList for channels it is reporting
314 IOReportChannelList *channelList,
[all...]

Completed in 363 milliseconds