H A D | mapper.c | 70 mapper_async_wait* wait; member 162 mapper_async_wait* wait = data->wait; in async_wait_timeout_callback() local 166 wait->conn, NULL, "xyz.openbmc_project.ObjectMapper", in async_wait_timeout_callback() 172 async_wait_done(r, wait); in async_wait_timeout_callback() 185 mapper_async_wait* wait = data->wait; in async_wait_getobject_callback() local 188 if (wait->finished) in async_wait_getobject_callback() 203 r = sd_event_now(wait->loop, CLOCK_MONOTONIC, &next_retry); in async_wait_getobject_callback() 206 async_wait_done(r, wait); in async_wait_getobject_callback() 211 r = sd_event_add_time(wait->loop, &data->event_source, CLOCK_MONOTONIC, in async_wait_getobject_callback() 216 async_wait_done(r, wait); in async_wait_getobject_callback() [all …]
|