• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Cann't make connection to a graphics IOService "IOFramebuffer"
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cann't make connection to a graphics IOService "IOFramebuffer"


  • Subject: Re: Cann't make connection to a graphics IOService "IOFramebuffer"
  • From: Quinn <email@hidden>
  • Date: Fri, 15 Apr 2005 13:18:38 +0100

At 17:14 +0530 15/4/05, Amit Gupta wrote:
I am trying to execute the code written below.
Here IOServiceOpen is giving error   -536870203
Can any one tell the reason for this error.

There's documentation that describes how to interpret I/O Kit error codes.

<http://developer.apple.com/documentation/DeviceDrivers/Conceptual/AccessingHardware/AH_Handling_Errors/chapter_6_section_2.html>

In this case, -536870203 is 0xe00002c5, which indicates a system of I/O Kit (0x38) and, within that, the common subsystem (0). The error value is that in <IOKit/IOReturn.h>, namely:

#define kIOReturnExclusiveAccess iokit_common_err(0x2c5)// exclusive access and
                                                        //  device already open


There's documentation about this error code as well.

<http://developer.apple.com/documentation/DeviceDrivers/Conceptual/AccessingHardware/AH_Handling_Errors/chapter_6_section_3.html>

S+E
--
Quinn "The Eskimo!"                    <http://www.apple.com/developer/>
Apple Developer Technical Support * Networking, Communications, Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Cann't make connection to a graphics IOService "IOFramebuffer" (From: Amit Gupta <email@hidden>)

  • Prev by Date: Cann't make connection to a graphics IOService "IOFramebuffer"
  • Next by Date: IODataQueueWaitForAvailableData
  • Previous by thread: Cann't make connection to a graphics IOService "IOFramebuffer"
  • Next by thread: Re: Cann't make connection to a graphics IOService "IOFramebuffer"
  • Index(es):
    • Date
    • Thread