Searched refs:bblock (Results 1 – 16 of 16) sorted by relevance
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | bblock.rst | 3 Locking and Unlocking Recipes Using ``bblock`` 19 To prevent this, use ``bblock`` to lock specific tasks or recipes to 24 Use ``bblock`` only during the development phase. 37 $ bblock recipe 41 $ bblock recipe1 recipe2 47 $ bblock -t task1,task2 recipe 55 $ bblock -r recipe 59 $ bblock -r recipe1 recipe2 65 $ bblock -r -t task1,task2 recipe 69 $ bblock -r [all …]
|
H A D | index.rst | 50 bblock
|
/openbmc/linux/drivers/md/ |
H A D | dm-dust.c | 80 struct badblock *bblock; in dust_remove_block() local 84 bblock = dust_rb_search(&dd->badblocklist, block); in dust_remove_block() 86 if (bblock == NULL) { in dust_remove_block() 95 rb_erase(&bblock->node, &dd->badblocklist); in dust_remove_block() 99 kfree(bblock); in dust_remove_block() 108 struct badblock *bblock; in dust_add_block() local 111 bblock = kmalloc(sizeof(*bblock), GFP_KERNEL); in dust_add_block() 112 if (bblock == NULL) { in dust_add_block() 119 bblock->bb = block; in dust_add_block() 120 bblock->wr_fail_cnt = wr_fail_cnt; in dust_add_block() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/ |
H A D | localhostbecontroller.py | 458 bblock = os.path.join(builddir, 'bitbake.lock') 461 if not os.path.exists(bblock): 465 if 10 < os.stat(bblock).st_size: 470 … raise BuildSetupException("Cannot find bitbake server lock file '%s'. Exiting." % bblock) 472 with open(bblock) as fplock: 480 … raise BuildSetupException("localhostbecontroller: can't read bitbake port from %s" % bblock)
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | structure.rst | 338 .. _structure-build-conf-bblock.conf: 340 ``build/conf/bblock.conf`` 343 This configuration file is generated by :doc:`bblock </dev-manual/bblock>` and 344 contains the signatures locked by ``bblock``. By default, it does not exist 345 and will be created upon the first invocation of ``bblock``.
|
H A D | variables.rst | 7976 Alternatively, you can also use :doc:`bblock </dev-manual/bblock>` to
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-5.1.1.rst | 45 - dev-manual: add bblock documentation 46 - dev-manual: bblock: use warning block instead of attention
|
H A D | release-notes-5.0.6.rst | 44 - dev-manual: bblock: use warning block instead of attention
|
H A D | release-notes-5.0.5.rst | 36 - dev-manual: add bblock documentation
|
H A D | release-notes-4.3.rst | 230 - ``scripts/bblock`` was added, allowing the user to lock/unlock specific
|
/openbmc/linux/include/linux/ |
H A D | buffer_head.h | 246 sector_t bblock, unsigned blocksize);
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_yaffs2.c | 925 int bblock = ((struct yaffs_block_index *)b)->block; in yaffs2_ybicmp() local 928 return ablock - bblock; in yaffs2_ybicmp()
|
/openbmc/openbmc/poky/meta/conf/ |
H A D | bitbake.conf | 844 include conf/bblock.conf
|
/openbmc/linux/fs/ |
H A D | buffer.c | 666 sector_t bblock, unsigned blocksize) in write_boundary_block() argument 668 struct buffer_head *bh = __find_get_block(bdev, bblock + 1, blocksize); in write_boundary_block()
|
/openbmc/linux/ |
H A D | MAINTAINERS | 18909 M: Benjamin Block <bblock@linux.ibm.com>
|
H A D | opengrok0.0.log | [all...] |