Home
last modified time | relevance | path

Searched refs:watchid (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-util-filemonitor.c48 int64_t *watchid; member
235 .filesrc = NULL, .watchid = &watch0 }, 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()
338 .filesrc = "fish", .watchid = &watch0, in test_file_monitor_events()
374 .filesrc = "", .watchid = &watch4, in test_file_monitor_events()
378 .filesrc = "fish", .watchid = &watch0, in test_file_monitor_events()
397 .filesrc = NULL, .watchid = &watch0 }, in test_file_monitor_events()
489 *op->watchid = in test_file_monitor_events()
497 if (*op->watchid < 0) { in test_file_monitor_events()
[all …]
/openbmc/qemu/hw/usb/
H A Ddev-mtp.c176 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()