Lines Matching full:sysfs

358 /* Walk the specified sysfs and build a sorted list of host or ata numbers */
412 g_debug("only pci device is supported: sysfs path '%s'", syspath); in build_guest_fsinfo_for_pci_dev()
436 g_debug("unsupported driver or sysfs path '%s'", syspath); in build_guest_fsinfo_for_pci_dev()
471 g_debug("invalid sysfs path '%s' (driver '%s')", syspath, driver); in build_guest_fsinfo_for_pci_dev()
489 g_debug("invalid sysfs path '%s' (driver '%s')", syspath, driver); in build_guest_fsinfo_for_pci_dev()
506 g_debug("invalid sysfs path '%s' (driver '%s')", syspath, driver); in build_guest_fsinfo_for_pci_dev()
525 g_debug("unknown driver '%s' (sysfs path '%s')", driver, syspath); in build_guest_fsinfo_for_pci_dev()
583 g_debug("could not parse ccw device sysfs path: %s", syspath); in build_guest_fsinfo_for_ccw_dev()
600 /* Store disk device info specified by @sysfs into @fs */
754 g_debug(" parse sysfs path '%s'", syspath); in build_guest_fsinfo_for_device()
1628 error_setg_errno(errp, errno, "open sysfs file \"%s\"", pathname); in ga_read_sysfs_file()
1634 error_setg_errno(errp, errno, "pread sysfs file \"%s\"", pathname); in ga_read_sysfs_file()
1636 error_setg(errp, "pread sysfs file \"%s\": unexpected EOF", pathname); in ga_read_sysfs_file()
1649 error_setg_errno(errp, errno, "open sysfs file \"%s\"", pathname); in ga_write_sysfs_file()
1654 error_setg_errno(errp, errno, "pwrite sysfs file \"%s\"", pathname); in ga_write_sysfs_file()
1693 /* if there is no 'memory' directory in sysfs, in transfer_memory_block()
1729 /* treat with sysfs file that not exist in old kernel */ in transfer_memory_block()
1812 * memory blocks via sysfs, but otherwise we should report in qmp_guest_get_memory_blocks()