| /OK3568_Linux_fs/kernel/fs/ |
| H A D | block_dev.c | 1046 void *holder) in bd_may_claim() argument 1048 if (bdev->bd_holder == holder) in bd_may_claim() 1077 void *holder) in bd_prepare_to_claim() argument 1082 if (!bd_may_claim(bdev, whole, holder)) { in bd_prepare_to_claim() 1100 whole->bd_claiming = holder; in bd_prepare_to_claim() 1127 static void bd_clear_claiming(struct block_device *whole, void *holder) in bd_clear_claiming() argument 1131 BUG_ON(whole->bd_claiming != holder); in bd_clear_claiming() 1146 struct block_device *whole, void *holder) in bd_finish_claiming() argument 1149 BUG_ON(!bd_may_claim(bdev, whole, holder)); in bd_finish_claiming() 1157 bdev->bd_holder = holder; in bd_finish_claiming() [all …]
|
| /OK3568_Linux_fs/kernel/fs/pstore/ |
| H A D | blk.c | 219 static struct block_device *psblk_get_bdev(void *holder, in psblk_get_bdev() argument 234 if (holder) in psblk_get_bdev() 236 bdev = blkdev_get_by_path(blkdev, mode, holder); in psblk_get_bdev() 243 bdev = blkdev_get_by_dev(devt, mode, holder); in psblk_get_bdev() 264 static void psblk_put_bdev(struct block_device *bdev, void *holder) in psblk_put_bdev() argument 273 if (holder) in psblk_put_bdev() 367 void *holder = blkdev; in __register_pstore_blk() local 374 bdev = psblk_get_bdev(holder, &binfo); in __register_pstore_blk() 418 psblk_put_bdev(bdev, holder); in __register_pstore_blk() 446 void *holder = blkdev; in __unregister_pstore_blk() local [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | HPND | 6 …holder> [or <related entities>] not be used in advertising or publicity pertaining to distribution… 8 …holder> DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF…
|
| H A D | BSD-2-Clause-Patent | 13 Subject to the terms and conditions of this license, each copyright holder 19 acquired or hereafter acquired, licensable by such copyright holder or contributor 27 such Contribution(s) was added by such copyright holder or contributor, if, 33 holder or contributor is granted under this license, whether expressly, by
|
| H A D | ECL-1.0 | 12 or other related items, is being provided by the copyright holder(s) 21 copyright holder(s) is hereby granted, provided that you include the 50 The name and trademarks of copyright holder(s) may NOT be used
|
| H A D | curl | 10 …holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in…
|
| H A D | BSD-3-Clause-No-Military-License | 1 Copyright (c) year copyright holder. All Rights Reserved. 12 Neither the name of the copyright holder nor the names of its contributors may be used to endorse o…
|
| H A D | ICU | 11 …holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in…
|
| H A D | SAX-PD | 12 …holder, or any other party who may modify and/or redistribute SAX, be liable to you for damages, i…
|
| H A D | MulanPSL-1.0 | 53 Copyright (c) [2019] [name of copyright holder] 98 …ither express or implied. In no event shall any Contributor or copyright holder be liable to you f… 110 Copyright (c) [2019] [name of copyright holder]
|
| H A D | Unicode-DFS-2016 | 22 …holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in…
|
| H A D | Unicode-DFS-2015 | 19 …holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in…
|
| H A D | Wsuipa | 5 The copyright holder is Washington State University. The original author of the fonts is Janene Win…
|
| H A D | OPUBL-1.0 | 55 … document is prohibited without the explicit permission of the copyright holder.' to the license r… 57 …or commercial purposes is prohibited unless prior permission is obtained from the copyright holder. 59 …orm is prohibited unless prior permission is obtained from the copyright holder.' to the license r…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/ |
| H A D | Makevars | 13 # This is the copyright holder that gets inserted into the header of the 14 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding 16 # sources, belong to the copyright holder of the package.) Translators are
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-bio-prison-v1.c | 77 struct bio *holder, in __setup_new_cell() argument 81 cell->holder = holder; in __setup_new_cell() 190 if (cell->holder) in __cell_release() 191 bio_list_add(inmates, cell->holder); in __cell_release() 265 cell->holder = bio_list_pop(&cell->bios); in __promote_or_release()
|
| H A D | dm-bio-prison-v1.h | 45 struct bio *holder; member
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | kernel-enforcement-statement.rst | 27 from a particular copyright holder is reinstated (a) provisionally, 28 unless and until the copyright holder explicitly and finally 29 terminates your license, and (b) permanently, if the copyright holder 33 Moreover, your license from a particular copyright holder is 34 reinstated permanently if the copyright holder notifies you of the 37 copyright holder, and you cure the violation prior to 30 days after
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/ |
| H A D | vector.hpp | 405 vector_alloc_holder(BOOST_RV_REF(vector_alloc_holder) holder) BOOST_NOEXCEPT_OR_NOTHROW in vector_alloc_holder() 406 : Allocator(BOOST_MOVE_BASE(Allocator, holder)) in vector_alloc_holder() 407 , m_start(holder.m_start) in vector_alloc_holder() 408 , m_size(holder.m_size) in vector_alloc_holder() 409 , m_capacity(holder.m_capacity) in vector_alloc_holder() 411 holder.m_start = pointer(); in vector_alloc_holder() 412 holder.m_size = holder.m_capacity = 0; in vector_alloc_holder() 415 vector_alloc_holder(pointer p, size_type capacity, BOOST_RV_REF(vector_alloc_holder) holder) in vector_alloc_holder() 416 : Allocator(BOOST_MOVE_BASE(Allocator, holder)) in vector_alloc_holder() 418 , m_size(holder.m_size) in vector_alloc_holder() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | run_loop.cpp | 67 return reinterpret_cast<uv_handle_t*>(holder); in holderHandle() 71 uv_async_t* holder = new uv_async_t; member in mbgl::util::RunLoop::Impl 94 if (uv_async_init(impl->loop, impl->holder, dummyCallback) != 0) { in RunLoop()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/ |
| H A D | LICENSE_parsedate.txt | 11 …holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/licenses/ |
| H A D | Unicode | 34 Except as contained in this notice, the name of a copyright holder 37 written authorization of the copyright holder.
|
| /OK3568_Linux_fs/kernel/fs/notify/ |
| H A D | fsnotify.h | 66 extern void fsnotify_destroy_event_holder(struct fsnotify_event_holder *holder);
|
| /OK3568_Linux_fs/kernel/Documentation/block/ |
| H A D | pr.rst | 47 holder if you want to use this type. 54 holder if you want to use this type.
|
| /OK3568_Linux_fs/kernel/drivers/ipack/carriers/ |
| H A D | tpci200.h | 120 struct ipack_device *holder; member
|