Home
last modified time | relevance | path

Searched refs:ERR_MSG (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c496 ERR_MSG("Attempted to register %d devices " in intelfb_pci_register()
506 ERR_MSG("Could not allocate cmap for intelfb_info.\n"); in intelfb_pci_register()
518 ERR_MSG("Cannot reserve pixmap memory.\n"); in intelfb_pci_register()
528 ERR_MSG("Cannot enable device.\n"); in intelfb_pci_register()
557 ERR_MSG("Cannot reserve FB region.\n"); in intelfb_pci_register()
567 ERR_MSG("Cannot reserve MMIO region.\n"); in intelfb_pci_register()
622 ERR_MSG("cannot acquire agp\n"); in intelfb_pci_register()
629 ERR_MSG("cannot get agp info\n"); in intelfb_pci_register()
658 ERR_MSG("Cannot remap FB region.\n"); in intelfb_pci_register()
668 ERR_MSG("Cannot remap MMIO region.\n"); in intelfb_pci_register()
[all …]
H A Dintelfbhw.c187 ERR_MSG("cannot find bridge device\n"); in intelfbhw_get_memory()
235 ERR_MSG("only local memory found\n"); in intelfbhw_get_memory()
238 ERR_MSG("video memory is disabled\n"); in intelfbhw_get_memory()
241 ERR_MSG("unexpected GMCH_GMS value: 0x%02x\n", in intelfbhw_get_memory()
270 ERR_MSG("video memory is disabled\n"); in intelfbhw_get_memory()
273 ERR_MSG("unexpected GMCH_GMS value: 0x%02x\n", in intelfbhw_get_memory()
H A Dintelfb.h94 #define ERR_MSG(fmt, args...) printk(KERN_ERR PFX fmt, ## args) macro
/openbmc/u-boot/lib/zlib/
H A Dzutil.h56 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)] macro
59 return (strm->msg = (char*)ERR_MSG(err), (err))
H A Ddeflate.c296 strm->msg = (char*)ERR_MSG(Z_MEM_ERROR);
/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh508 ERR_MSG="Flow actions may not be safe on all matching packets"
509 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
514 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
521 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
525 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
/openbmc/linux/tools/testing/selftests/sgx/
H A Dload.c211 #define ERR_MSG \ in encl_load() macro
219 fprintf(stderr, ERR_MSG); in encl_load()