Searched refs:do_c (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/fs/yaffs2/ |
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 78 if (do_c) in yaffs_load_current_time()
|
H A D | yaffs_attribs.h | 24 void yaffs_load_current_time(struct yaffs_obj *obj, int do_a, int do_c);
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-metadata.rst | 1463 you have three tasks named ``do_a``, ``do_b``, and ``do_c``. 1464 Furthermore, ``do_c`` is dependent on ``do_b``, which in turn is 1466 delete ``do_b``, the implicit dependency relationship between ``do_c`` 1467 and ``do_a`` through ``do_b`` no longer exists, and ``do_c`` 1468 dependencies are not updated to include ``do_a``. Thus, ``do_c`` is free
|