Searched refs:do_a (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_attribs.h | 24 void yaffs_load_current_time(struct yaffs_obj *obj, int do_a, int do_c);
|
H A D | yaffs_attribs.c | 64 void yaffs_load_current_time(struct yaffs_obj *obj, int do_a, int do_c) in yaffs_load_current_time() argument 76 if (do_a) in yaffs_load_current_time()
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-metadata.rst | 1388 you have three tasks named ``do_a``, ``do_b``, and ``do_c``. 1390 dependent on ``do_a``. Given this scenario, if you use ``deltask`` to 1392 and ``do_a`` through ``do_b`` no longer exists, and ``do_c`` 1393 dependencies are not updated to include ``do_a``. Thus, ``do_c`` is free 1394 to run before ``do_a``. 1880 do_a[recrdeptask] = "do_a do_b" 1882 In the same way as before, this means that the ``do_a`` 1885 must run before the ``do_a`` task can run. In this 1886 case BitBake will ignore the current recipe's ``do_a``
|