• 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
Cann't make connection to a graphics IOService "IOFramebuffer"
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Subject: Cann't make connection to a graphics IOService "IOFramebuffer"
  • From: Amit Gupta <email@hidden>
  • Date: Fri, 15 Apr 2005 17:14:25 +0530

I am trying to execute the code written below.
Here IOServiceOpen is giving error   -536870203
Can any one tell the reason for this error.

kern_return_t err;
mach_port_t masterPort;
io_iterator_t itThis;
io_service_t service;
io_connect_t connect;

err = IOMasterPort(bootstrap_port, &masterPort);

err = IOServiceGetMatchingServices(masterPort, IOServiceMatching("IOFramebuffer"), &itThis);

service = IOIteratorNext(itThis);


err = IOServiceOpen(service, mach_task_self(), kIOFBServerConnectType, &connect);

Thanks
Amit

_______________________________________________
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


  • Follow-Ups:
    • Re: Cann't make connection to a graphics IOService "IOFramebuffer"
      • From: Quinn <email@hidden>
  • Prev by Date: [Repost] Tiger and NDAs
  • Next by Date: Re: Cann't make connection to a graphics IOService "IOFramebuffer"
  • Previous by thread: [Repost] Tiger and NDAs
  • Next by thread: Re: Cann't make connection to a graphics IOService "IOFramebuffer"
  • Index(es):
    • Date
    • Thread