Home
last modified time | relevance | path

Searched defs:must_exist (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D13945 def checkBlockDriverState(self, node, must_exist = True): argument
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py270 def get_update_task_object(self, task_information, must_exist = False): argument
311 def get_update_recipe_object(self, recipe_information, must_exist = False): argument
/openbmc/linux/drivers/clk/
H A Dclk.c4168 static int clk_cpy_name(const char **dst_p, const char *src, bool must_exist) in clk_cpy_name()