Searched refs:watchid (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-util-filemonitor.c | 48 int64_t *watchid; member 235 .filesrc = NULL, .watchid = &watch0 }, in test_file_monitor_events() 237 .filesrc = "one.txt", .watchid = &watch1 }, in test_file_monitor_events() 239 .filesrc = "two.txt", .watchid = &watch2 }, in test_file_monitor_events() 245 .filesrc = "one.txt", .watchid = &watch0, in test_file_monitor_events() 248 .filesrc = "one.txt", .watchid = &watch1, in test_file_monitor_events() 255 .filesrc = "two.txt", .watchid = &watch0, in test_file_monitor_events() 258 .filesrc = "two.txt", .watchid = &watch2, in test_file_monitor_events() 265 .filesrc = "three.txt", .watchid = &watch0, in test_file_monitor_events() 272 .filesrc = "three.txt", .watchid = &watch0, in test_file_monitor_events() [all …]
|
/openbmc/qemu/hw/usb/ |
H A D | dev-mtp.c | 176 int64_t watchid; member 389 o->watchid = -1; in usb_mtp_object_alloc() 436 if (o->watchid != -1 && s->file_monitor) { in usb_mtp_object_free() 437 qemu_file_monitor_remove_watch(s->file_monitor, o->path, o->watchid); in usb_mtp_object_free() 509 if (iter->watchid == id) { in usb_mtp_object_lookup_id() 640 o->watchid = id; in usb_mtp_object_readdir()
|