HomeSort by: relevance | last modified time | path
    Searched defs:xf86ReadBIOS (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
bios_devmem.c 43 xf86ReadBIOS(unsigned long Base, unsigned long Offset, unsigned char *Buf,
54 xf86Msg(X_WARNING, "xf86ReadBIOS: Failed to open %s (%s)\n",
61 xf86Msg(X_WARNING, "xf86ReadBIOS: %s seek failed (%s)\n",
68 xf86Msg(X_WARNING, "xf86ReadBIOS: %s read failed (%s)\n",
bios_mmap.c 44 xf86ReadBIOS(unsigned long Base, unsigned long Offset, unsigned char *Buf,
54 xf86Msg(X_WARNING, "xf86ReadBIOS: Failed to open %s (%s)\n",
66 xf86Msg(X_WARNING, "xf86ReadBIOS: %s mmap failed (%s)\n",
71 DebugF("xf86ReadBIOS: BIOS at 0x%08x has signature 0x%04x\n",
105 xf86ReadBIOS(unsigned long Base, unsigned long Offset, unsigned char *Buf,
115 xf86Msg(X_WARNING, "xf86ReadBIOS: Failed to open %s (%s)\n",
129 xf86Msg(X_WARNING, "xf86ReadBIOS: Failed to mmap %s (%s)\n",
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
sparc64_video.c 86 xf86ReadBIOS(unsigned long Base, unsigned long Offset, unsigned char *Buf,
ppc_video.c 103 xf86ReadBIOS(unsigned long Base, unsigned long Offset, unsigned char *Buf,
112 xf86Msg(X_ERROR, "xf86ReadBIOS: open %s", DEV_MEM);
118 xf86MsgVerb(X_INFO, 3, "xf86ReadBIOS() %lx %lx, %x\n",
arm_video.c 237 xf86ReadBIOS(unsigned long Base, unsigned long Offset, unsigned char *Buf,
258 "xf86ReadBIOS: %s mmap[s=%x,a=%x,o=%x] failed (%s)\n",
263 ErrorF("xf86ReadBIOS: BIOS at 0x%08x has signature 0x%04x\n",
269 xf86MsgVerb(X_INFO, 3, "xf86ReadBIOS(%x, %x, Buf, %x)"
alpha_video.c 364 xf86ReadBIOS(unsigned long Base, unsigned long Offset, unsigned char *Buf,
385 "xf86ReadBIOS: %s mmap[s=%x,a=%lx,o=%lx] failed (%s)\n",
390 xf86MsgVerb(X_INFO, 3, "xf86ReadBIOS: BIOS at 0x%08x has signature 0x%04x\n",
396 xf86MsgVerb(X_INFO, 3, "xf86ReadBIOS(%x, %x, Buf, %x)"
i386_video.c 283 xf86ReadBIOS(unsigned long Base, unsigned long Offset, unsigned char *Buf,
304 "xf86ReadBIOS: %s mmap[s=%x,a=%lx,o=%lx] failed (%s)\n",
314 ErrorF("xf86ReadBIOS: BIOS at 0x%08x has signature 0x%04x\n",
320 xf86MsgVerb(X_INFO, 3, "xf86ReadBIOS(%x, %x, Buf, %x)"
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/hurd/
hurd_mmap.c 40 xf86ReadBIOS(unsigned long Base,unsigned long Offset,unsigned char *Buf,int Len)
52 FatalError("xf86ReadBIOS() can't get_privileged_ports. (%s)\n",strerror(errno));
59 FatalError("xf86ReadBIOS() can't device_open. (%s)\n",strerror(errno));
65 FatalError("xf86ReadBIOS() can't device_map. (%s)\n",strerror(errno));
82 FatalError("xf86ReadBIOS() can't vm_map. (%s)\n",strerror(errno));
91 FatalError("xf86ReadBIOS() can't vm_deallocate. (%s)\n",strerror(errno));
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
sun_vid.c 184 xf86ReadBIOS(unsigned long Base, unsigned long Offset, unsigned char *Buf,
199 "xf86ReadBIOS: Failed to open aperture to read BIOS\n");
207 xf86Msg(X_WARNING, "xf86ReadBIOS: %s mmap failed [0x%08lx, 0x%04x]\n",
215 "xf86ReadBIOS: failed to unmap %s (0x%p,0x%x) (%s)\n",

Completed in 9 milliseconds