Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_attribs.c64 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()
H A Dyaffs_attribs.h24 void yaffs_load_current_time(struct yaffs_obj *obj, int do_a, int do_c);
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst1355 you have three tasks named ``do_a``, ``do_b``, and ``do_c``.
1357 dependent on ``do_a``. Given this scenario, if you use ``deltask`` to
1359 and ``do_a`` through ``do_b`` no longer exists, and ``do_c``
1360 dependencies are not updated to include ``do_a``. Thus, ``do_c`` is free
1361 to run before ``do_a``.
1824 do_a[recrdeptask] = "do_a do_b"
1826 In the same way as before, this means that the ``do_a``
1829 must run before the ``do_a`` task can run. In this
1830 case BitBake will ignore the current recipe's ``do_a``