| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mtrr/ |
| H A D | if.c | 161 struct mtrr_sentry sentry; in mtrr_ioctl() local 176 if (copy_from_user(&sentry, arg, sizeof(sentry))) in mtrr_ioctl() 196 err = get_user(sentry.base, &s32->base); in mtrr_ioctl() 197 err |= get_user(sentry.size, &s32->size); in mtrr_ioctl() 198 err |= get_user(sentry.type, &s32->type); in mtrr_ioctl() 227 mtrr_file_add(sentry.base, sentry.size, sentry.type, true, in mtrr_ioctl() 234 err = mtrr_add(sentry.base, sentry.size, sentry.type, false); in mtrr_ioctl() 240 err = mtrr_file_del(sentry.base, sentry.size, file, 0); in mtrr_ioctl() 246 err = mtrr_del(-1, sentry.base, sentry.size); in mtrr_ioctl() 272 mtrr_file_add(sentry.base, sentry.size, sentry.type, true, in mtrr_ioctl() [all …]
|
| /OK3568_Linux_fs/buildroot/package/sentry-native/ |
| H A D | 0001-sentry.h-include-ucontext.h.patch | 4 Subject: [PATCH] sentry.h: include ucontext.h 11 include/sentry.h | 1 + 14 diff --git a/include/sentry.h b/include/sentry.h 16 --- a/include/sentry.h 17 +++ b/include/sentry.h
|
| H A D | Config.in | 2 bool "sentry-native" 8 # sentry-native needs <execinfo.h>, so it restricts further to 20 https://github.com/getsentry/sentry-native 22 comment "sentry-native needs a glibc toolchain with w/ wchar, thread, C++, gcc >= 4.8"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | istream.tcc | 46 basic_istream<_CharT, _Traits>::sentry:: 47 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskip) : _M_ok(false) in sentry() function in std::basic_istream::sentry 97 sentry __cerb(*this, false); in _M_extract() 126 sentry __cerb(*this, false); in operator >>() 171 sentry __cerb(*this, false); in operator >>() 215 sentry __cerb(*this, false); in operator >>() 250 sentry __cerb(*this, true); in get() 284 sentry __cerb(*this, true); in get() 321 sentry __cerb(*this, true); in get() 368 sentry __cerb(*this, true); in get() [all …]
|
| H A D | ostream.tcc | 46 basic_ostream<_CharT, _Traits>::sentry:: 47 sentry(basic_ostream<_CharT, _Traits>& __os) in sentry() function in std::basic_ostream::sentry 66 sentry __cerb(*this); in _M_insert() 123 sentry __cerb(*this); in operator <<() 157 sentry __cerb(*this); in put() 192 sentry __cerb(*this); in write()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | istream.tcc | 46 basic_istream<_CharT, _Traits>::sentry:: 47 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskip) : _M_ok(false) in sentry() function in std::basic_istream::sentry 97 sentry __cerb(*this, false); in _M_extract() 126 sentry __cerb(*this, false); in operator >>() 171 sentry __cerb(*this, false); in operator >>() 215 sentry __cerb(*this, false); in operator >>() 250 sentry __cerb(*this, true); in get() 284 sentry __cerb(*this, true); in get() 321 sentry __cerb(*this, true); in get() 368 sentry __cerb(*this, true); in get() [all …]
|
| H A D | ostream.tcc | 46 basic_ostream<_CharT, _Traits>::sentry:: 47 sentry(basic_ostream<_CharT, _Traits>& __os) in sentry() function in std::basic_ostream::sentry 66 sentry __cerb(*this); in _M_insert() 123 sentry __cerb(*this); in operator <<() 157 sentry __cerb(*this); in put() 192 sentry __cerb(*this); in write()
|
| /OK3568_Linux_fs/kernel/drivers/lightnvm/ |
| H A D | pblk-map.c | 22 static int pblk_map_page_data(struct pblk *pblk, unsigned int sentry, in pblk_map_page_data() argument 77 w_ctx = pblk_rb_w_ctx(&pblk->rwb, sentry + i); in pblk_map_page_data() 96 int pblk_map_rq(struct pblk *pblk, struct nvm_rq *rqd, unsigned int sentry, in pblk_map_rq() argument 112 ret = pblk_map_page_data(pblk, sentry + i, &ppa_list[i], in pblk_map_rq() 123 unsigned int sentry, unsigned long *lun_bitmap, in pblk_map_erase_rq() argument 143 ret = pblk_map_page_data(pblk, sentry + i, &ppa_list[i], in pblk_map_erase_rq() 155 return pblk_map_rq(pblk, rqd, sentry, lun_bitmap, in pblk_map_erase_rq() 170 return pblk_map_rq(pblk, rqd, sentry, lun_bitmap, in pblk_map_erase_rq()
|
| H A D | pblk-write.c | 32 int pos = c_ctx->sentry + i; in pblk_end_w_bio() 89 if (pos == c_ctx->sentry) { in pblk_complete_write() 95 if (c->sentry == pos) { in pblk_complete_write() 147 static void pblk_prepare_resubmit(struct pblk *pblk, unsigned int sentry, in pblk_prepare_resubmit() argument 160 entry = &rb->entries[pblk_rb_ptr_wrap(rb, sentry, i)]; in pblk_prepare_resubmit() 195 r_ctx->sentry = c_ctx->sentry; in pblk_queue_resubmit() 339 ret = pblk_map_rq(pblk, rqd, c_ctx->sentry, lun_bitmap, in pblk_setup_w_rq() 342 ret = pblk_map_erase_rq(pblk, rqd, c_ctx->sentry, lun_bitmap, in pblk_setup_w_rq() 581 pos = r_ctx->sentry; in pblk_submit_write()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | ostream | 40 class sentry; 191 class _LIBCPP_TEMPLATE_VIS sentry; 241 class _LIBCPP_TEMPLATE_VIS basic_ostream<_CharT, _Traits>::sentry 246 sentry(const sentry&); // = delete; 247 sentry& operator=(const sentry&); // = delete; 250 explicit sentry(basic_ostream<_CharT, _Traits>& __os); 251 ~sentry(); 259 basic_ostream<_CharT, _Traits>::sentry::sentry(basic_ostream<_CharT, _Traits>& __os) 272 basic_ostream<_CharT, _Traits>::sentry::~sentry() 323 sentry __s(*this); [all …]
|
| H A D | istream | 39 class sentry; 217 class _LIBCPP_TEMPLATE_VIS sentry; 294 class _LIBCPP_TEMPLATE_VIS basic_istream<_CharT, _Traits>::sentry 298 sentry(const sentry&); // = delete; 299 sentry& operator=(const sentry&); // = delete; 302 explicit sentry(basic_istream<_CharT, _Traits>& __is, bool __noskipws = false); 303 // ~sentry() = default; 311 basic_istream<_CharT, _Traits>::sentry::sentry(basic_istream<_CharT, _Traits>& __is, 370 typename basic_istream<_CharT, _Traits>::sentry __s(__is); 474 typename basic_istream<_CharT, _Traits>::sentry __s(__is); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | ostream | 40 class sentry; 191 class _LIBCPP_TEMPLATE_VIS sentry; 241 class _LIBCPP_TEMPLATE_VIS basic_ostream<_CharT, _Traits>::sentry 246 sentry(const sentry&); // = delete; 247 sentry& operator=(const sentry&); // = delete; 250 explicit sentry(basic_ostream<_CharT, _Traits>& __os); 251 ~sentry(); 259 basic_ostream<_CharT, _Traits>::sentry::sentry(basic_ostream<_CharT, _Traits>& __os) 272 basic_ostream<_CharT, _Traits>::sentry::~sentry() 323 sentry __s(*this); [all …]
|
| H A D | istream | 39 class sentry; 217 class _LIBCPP_TEMPLATE_VIS sentry; 294 class _LIBCPP_TEMPLATE_VIS basic_istream<_CharT, _Traits>::sentry 298 sentry(const sentry&); // = delete; 299 sentry& operator=(const sentry&); // = delete; 302 explicit sentry(basic_istream<_CharT, _Traits>& __is, bool __noskipws = false); 303 // ~sentry() = default; 311 basic_istream<_CharT, _Traits>::sentry::sentry(basic_istream<_CharT, _Traits>& __is, 370 typename basic_istream<_CharT, _Traits>::sentry __s(__is); 474 typename basic_istream<_CharT, _Traits>::sentry __s(__is); [all …]
|
| /OK3568_Linux_fs/buildroot/package/python-sentry-sdk/ |
| H A D | Config.in | 2 bool "python-sentry-sdk" 6 Python client for Sentry (https://sentry.io). 8 https://github.com/getsentry/sentry-python
|
| H A D | python-sentry-sdk.hash | 1 # md5, sha256 from https://pypi.org/pypi/sentry-sdk/json 2 md5 6dc8c7586d95f7679c7bf7f749336cf8 sentry-sdk-1.4.3.tar.gz 3 sha256 b9844751e40710e84a457c5bc29b21c383ccb2b63d76eeaad72f7f1c808c8828 sentry-sdk-1.4.3.tar.gz
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | ostream | 96 class sentry; 97 friend class sentry; 143 * constructing a temporary object of type std::basic_ostream::sentry. 145 * status flag; see the sentry documentation for more. 147 * If the sentry status is good, the function tries to generate 259 * in that it also constructs a sentry object and has the same error 285 * std::basic_ostream::sentry. This has several effects, concluding 286 * with the setting of a status flag; see the sentry documentation 289 * If the sentry status is good, the function tries to generate 312 * @brief Core write functionality, without sentry. [all …]
|
| H A D | istream | 107 class sentry; 108 friend class sentry; 144 * constructing a temporary object of type std::basic_istream::sentry 147 * sentry documentation for more. 149 * If the sentry status is good, the function tries to extract 243 * in that it also constructs a sentry object and has the same error 278 * std::basic_istream::sentry with the second argument (noskipws) 280 * setting of a status flag; see the sentry documentation for more. 282 * If the sentry status is good, the function tries to extract 463 * If, after constructing the sentry object, @c good() is false, [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | ostream | 96 class sentry; 97 friend class sentry; 143 * constructing a temporary object of type std::basic_ostream::sentry. 145 * status flag; see the sentry documentation for more. 147 * If the sentry status is good, the function tries to generate 259 * in that it also constructs a sentry object and has the same error 285 * std::basic_ostream::sentry. This has several effects, concluding 286 * with the setting of a status flag; see the sentry documentation 289 * If the sentry status is good, the function tries to generate 312 * @brief Core write functionality, without sentry. [all …]
|
| H A D | istream | 107 class sentry; 108 friend class sentry; 144 * constructing a temporary object of type std::basic_istream::sentry 147 * sentry documentation for more. 149 * If the sentry status is good, the function tries to extract 243 * in that it also constructs a sentry object and has the same error 278 * std::basic_istream::sentry with the second argument (noskipws) 280 * setting of a status flag; see the sentry documentation for more. 282 * If the sentry status is good, the function tries to extract 463 * If, after constructing the sentry object, @c good() is false, [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/debug/ |
| H A D | safe_sequence.tcc | 43 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_if() local 83 __gnu_cxx::__scoped_lock sentry(__from._M_get_mutex()); in _M_transfer_from_if() local 133 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_transfer_from_if() local
|
| H A D | safe_unordered_container.tcc | 43 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_if() local 75 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_local_if() local
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/debug/ |
| H A D | safe_sequence.tcc | 43 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_if() local 83 __gnu_cxx::__scoped_lock sentry(__from._M_get_mutex()); in _M_transfer_from_if() local 133 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_transfer_from_if() local
|
| H A D | safe_unordered_container.tcc | 43 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_if() local 75 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_local_if() local
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-sentry-sdk_1.5.8.bb | 4 HOMEPAGE = "https://github.com/getsentry/sentry-python" 12 PYPI_PACKAGE = "sentry-sdk"
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | mtrr.rst | 315 struct mtrr_sentry sentry; 322 sentry.base = strtoul (argv[1], NULL, 0); 323 sentry.size = strtoul (argv[2], NULL, 0); 324 for (sentry.type = 0; sentry.type < MTRR_NUM_TYPES; ++sentry.type) 326 if (strcmp (argv[3], mtrr_strings[sentry.type]) == 0) break; 328 if (sentry.type >= MTRR_NUM_TYPES) 344 if (ioctl (fd, MTRRIOC_ADD_ENTRY, &sentry) == -1)
|