Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_attribs.h24 void yaffs_load_current_time(struct yaffs_obj *obj, int do_a, int do_c);
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
78 if (do_c) in yaffs_load_current_time()
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst1388 you have three tasks named ``do_a``, ``do_b``, and ``do_c``.
1389 Furthermore, ``do_c`` is dependent on ``do_b``, which in turn is
1391 delete ``do_b``, the implicit dependency relationship between ``do_c``
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