This section lists functions that are unsupported in Mac OS X. Table B-1 provides information on what you should do in place of using these functions.
Unsupported functions |
Porting notes |
---|---|
CloseOpenTransport |
|
InitOpenTransport |
Use InitOpenTransportInContext instead. |
InitOpenTransportUtilities |
Use InitOpenTransportInContext instead. |
OTAddToHashList |
Carbon does not support Open Transport hash lists because Apple has not identified a need for them. |
OTAlloc |
Use OTAllocInContext instead. |
OTAllocMem |
Use OTAllocMemInContext instead. |
OTAllocMsg |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
OTAllocPortMem |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
OTAllocSharedClientMem |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTAsyncCreateStream |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTAsyncOpenAppleTalkServices |
Use OTAsyncOpenAppleTalkServicesInContext instead. |
OTAsyncOpenEndpoint |
Use OTAsyncOpenEndpointInContext instead. |
OTAsyncOpenInternetServices |
Use OTAsyncOpenInternetServicesInContext instead. |
OTAsyncOpenMapper |
Use OTAsyncOpenMapperInContext instead. |
OTAsyncOpenProvider |
Use the open routine corresponding to the type of provider instead: OTAsyncOpenEndpointInContext, OTAsyncOpenMapperInContext, OTAsyncOpenInternetServicesInContext, OTAsyncOpenAppleTalkServicesInContext |
OTAsyncStreamOpen |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTAsyncStreamPoll |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTCalculateHashListMemoryNeeds |
Carbon does not support Open Transport hash lists because Apple has not identified a need for them. |
OTCanLoadLibraries |
This function will not be supported because Apple has not identified a specific developer need for it. |
OTCancelReply |
Open Transport\qs connection-oriented transaction-based endpoint feature will not be supported. |
OTCancelRequest |
Open Transport\qs connection-oriented transaction-based endpoint feature will not be supported. |
OTCancelSystemTask |
This function will not be supported because Apple has not identified a specific developer need for it. |
OTCancelUReply |
Carbon does not support transaction oriented endpoints. |
OTCancelURequest |
Carbon does not support transaction-oriented endpoints. |
OTCfigAddChild |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigChangeProviderName |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigCloneConfiguration |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigDeleteConfiguration |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigGetChild |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigGetInstallFlags |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigGetOptionNetbuf |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigGetParent |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigGetPortRef |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigGetProviderName |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigIsPort |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigNewChild |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigNewConfiguration |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigNumberOfChildren |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigPopChild |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigPushChild |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigPushNewSingleChild |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigPushParent |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigRemoveChild |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigSetPath |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCfigSetPortRef |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTChangePortState |
OT ports are read only in Carbon. In Mac OS X, code that communicates directly with network interfaces must use the IOKit API. |
OTCloseMatchingProviders |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCloseProviderByStream |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCloseProvidersByPortRef |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCloseProvidersByUseCount |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTConfiguratorUnloaded |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTConfigureChildren |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCreateControlStream |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCreateDeferredTask |
Use OTCreateDeferredTaskInContext. |
OTCreateOptionString |
Apple has not identified a developer need for this function. You can use TOption structures if necessary. |
OTCreateOptions |
Apple has not identified a developer need for this function. You can use TOption structures if necessary. |
OTCreateStateMachine |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCreateStream |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTCreateSystemTask |
This function will not be supported because Apple has not identified a specific developer need for it. |
OTCreateTimerTask |
Use OTCreateTimerTaskInContext. |
OTDeleteConfigurator |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTDestroyStateMachine |
Carbon does not support access to Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTDestroySystemTask |
This function will not be supported because Apple has not identified a specific developer need for it. |
OTEnterGate |
This function will not be supported because Apple has not identified a specific developer need for it. |
OTEnterInterrupt |
Carbon applications cannot be called from a driver |
OTErrorToOSStatus |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
OTFindCFMLibraries |
Carbon does not support direct manipulation of CFM libraries via the Open Transport API. |
OTFindInHashList |
Carbon does not support Open Transport hash lists because Apple has not identified a need for them. |
OTFindPortByDev |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
OTFindPortConflict |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
OTFreePortMem |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
OTFreeSharedClientMem |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTGetCFMPointer |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTGetCFMSymbol |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTGetConfiguratorUserData |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTGetMessage |
This function will not be supported because Apple has not identified a specific developer need for it. |
OTGetPortIconFromPortRef |
Carbon does not support access to the Open Transport port name or icon because this information is not available on Mac OS X. |
OTGetPriorityMessage |
This function will not be supported because Apple has not identified a specific developer need for it. |
OTGetProviderPortRef |
Due to architectural changes Carbon will not support this function. |
OTGetRandomNumber |
|
OTGetRandomSeed |
|
OTGetUserPortNameFromPortRef |
Mac OS X does not currently support this type of information. |
OTHoldThisCFMLibrary |
Carbon does not support direct manipulation of CFM or ASLM libraries via the Open Transport API. |
OTInetGetDHCPConfigInfo |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTInitGate |
This function will not be supported because Apple has not identified a specific developer need for it. |
OTInitHashList |
Carbon does not support Open Transport hash lists because Apple has not identified a developer need for them. |
OTIsAtInterruptLevel |
Carbon cannot be called at interrupt level, so this function would always return the same value. |
OTIsDependentPort |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTIsInHashList |
Carbon does not support Open Transport hash lists because Apple has not identified a developer need for them. |
OTIsMasterConfigurator |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTIsPortCompatibleWith |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTKernelPrintf |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
OTLeaveGate |
This function will not be supported because Apple has not identified a specific developer need for it. |
OTLeaveInterrupt |
Carbon applications cannot be called from a driver |
OTLoadASLMLibrary |
Carbon does not support direct manipulation of CFM or ASLM libraries via the Open Transport API. |
OTLoadCFMLibrary |
Carbon does not support direct manipulation of CFM or ASLM libraries via the Open Transport API. |
OTNewConfigurator |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTNewControlMask |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTNotifyAllClients |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTNotifyUser |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTOpenAppleTalkServices |
Use OTOpenAppleTalkServicesInContext instead. |
OTOpenEndpoint |
Use OTOpenEndpointInContext. |
OTOpenEndpointOnStream |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTOpenInternetServices |
Use OTOpenInternetServicesInContext instead. |
OTOpenMapper |
Use OTOpenMapperInContext instead. |
OTOpenProvider |
Due to architectural changes, Carbon will not support this function. |
OTOpenProviderOnStream |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTPeekMessage |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTPutBackBuffer |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTPutBackPartialBuffer |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTPutMessage |
This function will not be supported because Apple has not identified a specific developer need for it. |
OTPutPriorityMessage |
This function will not be supported because Apple has not identified a specific developer need for it. |
OTRcvReply |
Open Transport\qs connection-oriented transaction-based endpoint feature will not be supported. |
OTRcvRequest |
Open Transport\qs connection-oriented transaction-based endpoint feature will not be supported. |
OTRcvUReply |
Carbon does not support transaction-oriented endpoints. |
OTRcvURequest |
Carbon does not support transaction-oriented endpoints. |
OTReadMessage |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTReallocMem |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
OTRegisterAsClient |
Apple has not identified an application need for this function. |
OTRegisterPort |
Due to architectural changes, Carbon will not support this function. |
OTReleaseCFMConnection |
Carbon does not support direct manipulation of CFM or ASLM libraries via the Open Transport API. |
OTRemoveFromHashList |
Carbon does not support Open Transport hash lists because Apple has not identified a developer need for them. |
OTRemoveLinkFromHashList |
Carbon does not support Open Transport hash lists because Apple has not identified a developer need for them. |
OTRemoveStreamFromProvider |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTSMCallStateProc |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTSMComplete |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTSMCreateControlStream |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTSMCreateStream |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTSMGetClientData |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTSMGetMessage |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTSMGetState |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTSMInstallCompletionProc |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTSMIoctl |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTSMOpenStream |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTSMPopCallback |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTSMPutMessage |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTSMReturnToCaller |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTSMSetState |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTSMWaitForComplete |
Carbon does not support Open Transport configuration APIs because the Mac OS X networking stack is not based on STREAMS. |
OTScheduleDriverDeferredTask |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
OTScheduleInterruptTask |
Carbon applications cannot be called from drivers. |
OTScheduleSystemTask |
This function will not be supported because Apple has not identified a specific developer need for it. |
OTSndReply |
Open Transport\qs connection-oriented transaction-based endpoint feature will not be supported. |
OTSndRequest |
Open Transport\qs connection-oriented transaction-based endpoint feature will not be supported. |
OTSndUReply |
Carbon does not support transaction-oriented endpoints. |
OTSndURequest |
Carbon does not support transaction-oriented endpoints. |
OTStreamClose |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamGetMessage |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamGetPriorityMessage |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamInstallNotifier |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamIoctl |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamIsBlocking |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamIsSynchronous |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamOpen |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamPipe |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamPoll |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamPutMessage |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamPutPriorityMessage |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamRead |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamRemoveNotifier |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamSetAsynchronous |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamSetBlocking |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamSetControlMask |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamSetNonBlocking |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamSetSynchronous |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamUseSyncIdleEvents |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStreamWrite |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
OTStrlog |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
OTSync |
Due to architectural changes, Carbon will not support this function. |
OTTransferProviderOwnership |
Due to architectural changes, Carbon will not support this function. |
OTUnholdThisCFMLibrary |
Carbon does not support direct manipulation of CFM or ASLM libraries via the Open Transport API. |
OTUnloadASLMLibrary |
Carbon does not support direct manipulation of CFM or ASLM libraries via the Open Transport API. |
OTUnregisterAsClient |
Apple has not identified a specific developer need for this function. |
OTUnregisterPort |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
OTWhoAmI |
This function will not be supported because Apple has not identified a specific developer need for it. |
OTYieldPortRequest |
Carbon does not support sophisticated Open Transport port management. |
StoreIntoNetbuf |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
StoreMsgIntoNetbuf |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
UnloadUnusedLibraries |
Carbon does not support direct manipulation of CFM or ASLM libraries via the Open Transport API. |
adjmsg |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
allocb |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
allocbi |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
allocq |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
backq |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
bcanput |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
bcanputnext |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
bufcall |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
canput |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
canputnext |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
cmn_err |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
copyb |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
copymsg |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
drv_priv |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
dupb |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
dupmsg |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
esballoc |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
esballoca |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
esbbcall |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
flushband |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
flushq |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
freeb |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
freemsg |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
freeq |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
freezestr |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
getadmin |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
getmid |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
getmsg |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
getpmsg |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
getq |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
insq |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_allocq |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_bcmp |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_bufcall |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_close_comm |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_close_detached |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_copy_done |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_copy_set_rval |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_copy_state |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_copyin |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_copyout |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_copyout_alloc |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_detach |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_next_ptr |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_offset_param |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_offset_paramc |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_open_comm |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_open_detached |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_reallocb |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_reuse_proto |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_set_sth_hiwat |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_set_sth_lowat |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_set_sth_maxblk |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_set_sth_wroff |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_sprintf |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_timer |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_timer_alloc |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_timer_cancel |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_timer_free |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_timer_q_switch |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_timer_valid |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_tpi_ack_alloc |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_tpi_conn_con |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_tpi_conn_ind |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_tpi_conn_req |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_tpi_data_ind |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_tpi_data_req |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_tpi_discon_ind |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_tpi_discon_req |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_tpi_err_ack_alloc |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_tpi_exdata_ind |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_tpi_exdata_req |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_tpi_info_req |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_tpi_ok_ack_alloc |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_tpi_ordrel_ind |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_tpi_ordrel_req |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_tpi_uderror_ind |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_tpi_unitdata_ind |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mi_tpi_unitdata_req |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mpnotify |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mps_become_writer |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mps_intr_disable |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
mps_intr_enable |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
msgdsize |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
msgpullup |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
poll |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
pullupmsg |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
put |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
putbq |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
putctl |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
putctl1 |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
putctl2 |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
puthere |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
putmsg |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
putnext |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
putnextctl |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
putnextctl1 |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
putpmsg |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
putq |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
qenable |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
qprocsoff |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
qprocson |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
qreply |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
qsize |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
rmvb |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
rmvq |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
stream_asynchronous |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
stream_blocking |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
stream_close |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
stream_installnotifier |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
stream_ioctl |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
stream_isblocking |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
stream_issynchronous |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
stream_nonblocking |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
stream_open |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
stream_pipe |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
stream_read |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
stream_synchronous |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
stream_write |
Carbon does not support any STREAMS functionality because the STREAMS subsystem is not available on Mac OS X. |
strlog |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
strqget |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
strqset |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
t_accept |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_alloc |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_asynchronous |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_bind |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_blocking |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_cancelreply |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_cancelrequest |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_cancelsynchronouscalls |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_cancelureply |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_cancelurequest |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_close |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_connect |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_error |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_free |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_getinfo |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_getprotaddr |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_getstate |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_installnotifier |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_isnonblocking |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_issynchronous |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_listen |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_look |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_nonblocking |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_open |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_optmgmt |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_rcv |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_rcvconnect |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_rcvdis |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_rcvrel |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_rcvreply |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_rcvrequest |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_rcvudata |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_rcvuderr |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_rcvureply |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_rcvurequest |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_removenotifier |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_resolveaddr |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_snd |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_snddis |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_sndrel |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_sndreply |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_sndrequest |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_sndudata |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_sndureply |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_sndurequest |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_sync |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_synchronous |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_unbind |
This function will not be supported because Apple has not identified a specific developer need for it. |
t_usesyncidleevents |
This function will not be supported because Apple has not identified a specific developer need for it. |
testb |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
unbufcall |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
unfreezestr |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
unlinkb |
All of the functions in OpenTransportKernel.h are unsupported by Carbon because the STREAMS subsystem is not available on Mac OS X. |
© 2005 Apple Computer, Inc. All Rights Reserved. (Last updated: 2005-07-07)