Searched refs:offset_str (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 345 - r = write_string_file("/sys/power/resume_offset", offset_str, WRITE_STRING_FILE_DISABLE_BU… 346 + r = write_string_file("/sys/power/resume_offset", offset_str, 0); 352 offset_str, device);
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 379 - r = write_string_file("/sys/power/resume_offset", offset_str, WRITE_STRING_FILE_DISABLE_BU… 380 + r = write_string_file("/sys/power/resume_offset", offset_str, 0); 386 offset_str, device);
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_xenstore.c | 684 const char *offset_str, *path = (const char *)req_data; in xs_directory_part() local 707 offset_str = (const char *)req_data; in xs_directory_part() 723 if (qemu_strtoui(offset_str, NULL, 10, &offset) < 0) { in xs_directory_part()
|
/openbmc/qemu/tests/qtest/ |
H A D | ahci-test.c | 1786 static const char *offset_str[NUM_OFFSETS] = { "zero", "low", "high" }; variable 1903 offset_str[offset]); in create_ahci_io_test()
|