Lines Matching defs:DEVICE_NAME

56 #define DEVICE_NAME             "vboxguest"
60 #define DRIVER_NAME DEVICE_NAME
159 name: DEVICE_NAME,
260 if (request_mem_region(g_MMIOPhysAddr, g_cbMMIO, DEVICE_NAME) != NULL)
271 LogRel((DEVICE_NAME ": ioremap failed; MMIO Addr=%RHp cb=%#x\n", g_MMIOPhysAddr, g_cbMMIO));
277 LogRel((DEVICE_NAME ": failed to obtain adapter memory\n"));
286 LogRel((DEVICE_NAME ": did not find expected hardware resources\n"));
292 LogRel((DEVICE_NAME ": could not enable device: %d\n", rc));
363 DEVICE_NAME,
367 LogRel((DEVICE_NAME ": could not request IRQ %d: err=%d\n", g_pPciDev->irq, rc));
499 LogRel((DEVICE_NAME ": misc_register failed for %s (rc=%d)\n", DEVICE_NAME, rc));
509 LogRel((DEVICE_NAME ": misc_register failed for %s (rc=%d)\n", DEVICE_NAME_USER, rc));
545 printk(KERN_ERR DEVICE_NAME ": RTR0Init failed, rc=%d.\n", rc);
627 LogRel((DEVICE_NAME ": misc device minor %d, IRQ %d, I/O port %RTiop, MMIO at %RHp (size 0x%x)\n",
629 printk(KERN_DEBUG DEVICE_NAME ": Successfully loaded version "
640 LogRel((DEVICE_NAME ": vboxguestCreateInputDevice failed with rc=%Rrc\n", rc));
650 LogRel((DEVICE_NAME ": VbgdCommonInitDevExt failed with rc=%Rrc\n", rc));
658 LogRel((DEVICE_NAME ": PCI device not found, probably running on physical hardware.\n"));
701 Log((DEVICE_NAME ": pFilp=%p pid=%d/%d %s\n", pFilp, RTProcSelf(), current->pid, current->comm));
779 LogRel((DEVICE_NAME "::IOCtl: RTMemTmpAlloc failed to alloc %u bytes.\n", cbData));
799 LogRel((DEVICE_NAME "::IOCtl: too much output data %u expected %u\n", cbDataReturned, cbData));
806 LogRel((DEVICE_NAME "::IOCtl: copy_to_user failed; pvBuf=%p ulArg=%p cbDataReturned=%u uCmd=%d\n",
820 Log((DEVICE_NAME "::IOCtl: copy_from_user(,%#lx, %#x) failed; uCmd=%#x.\n", ulArg, cbData, uCmd));