| /pciutils/lib/ |
| H A D | win32-cfgmgr32.c | 365 a->warning("Cannot query status of service %ls: %s.", service_name, win32_strerror(error)); in get_driver_path_for_service() 396 a->warning("Cannot query config of service %ls: %s.", service_name, win32_strerror(error)); in get_driver_path_for_service() 537 a->warning("Cannot retrieve driver key for device %s: %s.", devinst_id, cr_strerror(cr)); in get_device_driver_devreg() 840 a->warning("Cannot open Service Manager with connect right: %s.", win32_strerror(error)); in fill_drivers() 901 a->warning("Cannot retrieve status of PCI device %s: %s.", devinst_id, cr_strerror(cr)); in fill_resources() 1176 a->warning("Cannot retrieve resources of PCI device %s: %s.", devinst_id, cr_strerror(cr)); in fill_resources() 1501 a->warning("Cannot retrieve handle for device %s: %s.", devinst_id, cr_strerror(cr)); in scan_devinst_id() 1555 a->warning("Required cfgmgr32.dll functions are unavailable."); in win32_cfgmgr32_scan() 1568 a->warning("Cannot retrieve list of PCI devices: %s.", cr_strerror(cr)); in win32_cfgmgr32_scan() 1573 a->warning("Cannot retrieve list of PCI devices: No device was found."); in win32_cfgmgr32_scan() [all …]
|
| H A D | names-cache.c | 92 a->warning("Cannot create directory %s: %s", name, strerror(errno)); in create_parent_dirs() 162 a->warning("Malformed cache file %s (line %d), ignoring", name, lino); in pci_id_cache_load() 167 a->warning("Error while reading %s", name); in pci_id_cache_load() 202 a->warning("Cannot write to %s: %s", name, strerror(errno)); in pci_id_cache_flush() 233 a->warning("Error writing %s", name); in pci_id_cache_flush() 238 a->warning("Cannot rename %s to %s: %s", tmpname, name, strerror(errno)); in pci_id_cache_flush()
|
| H A D | rt-thread-smart-dm.c | 35 a->warning("Cannot open %s", name); in rt_thread_smart_dm_detect() 156 a->warning("Cannot open %s", buf); in rt_thread_smart_dm_setup() 173 d->access->warning("%s: read failed: %s", __func__, strerror(errno)); in rt_thread_smart_dm_read() 192 d->access->warning("%s: write failed: %s", __func__, strerror(errno)); in rt_thread_smart_dm_write() 197 …d->access->warning("%s: tried to write %d bytes at %d, but only %d succeeded", __func__, len, pos,… in rt_thread_smart_dm_write()
|
| H A D | proc.c | 36 a->warning("Cannot open %s", name); in proc_detect() 162 a->warning("Cannot open %s", buf); in proc_setup() 179 d->access->warning("proc_read: read failed: %s", strerror(errno)); in proc_read() 198 d->access->warning("proc_write: write failed: %s", strerror(errno)); in proc_write() 203 …d->access->warning("proc_write: tried to write %d bytes at %d, but only %d succeeded", len, pos, r… in proc_write()
|
| H A D | sysfs.c | 98 void (*warn)(char *msg, ...) = (mandatory ? a->error : a->warning); in sysfs_get_string() 323 a->warning("sysfs_fill_slots: Couldn't parse entry address %s", buf); in sysfs_fill_slots() 538 a->warning("Cannot open %s", namebuf); in sysfs_setup() 553 d->access->warning("sysfs_read: read failed: %s", strerror(errno)); in sysfs_read() 571 d->access->warning("sysfs_write: write failed: %s", strerror(errno)); in sysfs_write() 576 …d->access->warning("sysfs_write: tried to write %d bytes at %d, but only %d succeeded", len, pos, … in sysfs_write() 592 d->access->warning("sysfs_read_vpd: read failed: %s", strerror(errno)); in sysfs_read_vpd()
|
| H A D | init.c | 486 if (!a->warning) in pci_init_internal() 487 a->warning = pci_generic_warn; in pci_init_internal() 548 b->warning = a->warning; in pci_clone_access()
|
| H A D | aos-expansion.c | 75 a->warning("Unable to open expansion.library"); in aos_open_pci_interface() 80 a->warning("Unable to obtain pci interface"); in aos_open_pci_interface() 106 a->warning("AmigaOS Expansion PCI interface cannot find any device"); in aos_expansion_detect()
|
| H A D | generic.c | 24 a->warning("Bus %02x seen twice (firmware bug). Ignored.", bus); in pci_generic_scan_bus() 174 …a->warning("%04x:%02x:%02x.%d: Invalid 64-bit address seen for BAR %d.", d->domain, d->bus, d->dev… in pci_generic_fill_info() 182 …a->warning("%04x:%02x:%02x.%d 64-bit device address ignored.", d->domain, d->bus, d->dev, d->func); in pci_generic_fill_info()
|
| H A D | fbsd-device.c | 50 a->warning("Cannot open %s", name); in fbsd_detect() 254 d->access->warning("fbsd_read: missing permissions"); in fbsd_read() 306 d->access->warning("fbsd_write: missing permissions"); in fbsd_write()
|
| H A D | hurd.c | 150 a->warning("Cannot close directory: %s (%s)", parent, in enum_devices() 176 a->warning("Cannot close directory: %s (%s)", parent, in enum_devices()
|
| H A D | nbsd-libpci.c | 40 a->warning("Cannot open %s", name); in nbsd_detect()
|
| H A D | sylixos-device.c | 46 a->warning("Cannot open %s", name); in sylixos_detect()
|
| H A D | obsd-device.c | 34 a->warning("Cannot open %s", name); in obsd_detect()
|
| H A D | darwin.c | 93 a->warning("Cannot open AppleACPIPlatformExpert (add boot arg debug=0x144 & run as root)"); in darwin_detect()
|
| H A D | pci.h | 80 void (*warning)(char *msg, ...) PCI_PRINTF(1,2); /* Write a warning message */ member
|
| H A D | win32-kldbg.c | 378 …a->warning("Reverting of FsRedirection for the current thread failed: %s.", win32_strerror(GetLast… in win32_kldbg_register_driver()
|
| /pciutils/ |
| H A D | ChangeLog | 453 of optional attributes. Instead, a warning is produced. 1215 * lspci.man: Added a warning on -m being the only format, which is 1259 * lib/sysfs.c (sysfs_get_resources): Removed warning about unsupported 1441 * lib/proc.c (proc_read): Removed bogus warning. 1841 class, just print a warning and still use the header type, assuming 2342 * lspci.8: Changed warning about lspci -xxx.
|