Home
last modified time | relevance | path

Searched refs:shared_resource_get_lock (Results 1 – 3 of 3) sorted by relevance

/openbmc/skeleton/flashbios/
H A Dflash_bios_obj.c73 gboolean locked = shared_resource_get_lock(lock); in on_lock()
94 gboolean locked = shared_resource_get_lock(lock); in on_is_locked()
120 gboolean locked = shared_resource_get_lock(lock); in on_update_via_tftp()
144 shared_resource_get_lock(lock); in on_error()
161 shared_resource_get_lock(lock); in on_done()
185 gboolean locked = shared_resource_get_lock(lock); in on_update()
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h1469 gboolean shared_resource_get_lock (SharedResource *object);
H A Dopenbmc_intf.c11666 shared_resource_get_lock (SharedResource *object) in shared_resource_get_lock() function