Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 58) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dutexcep.c32 const struct acpi_exception_info *exception; in acpi_format_exception() local
68 const struct acpi_exception_info *exception = NULL; in ACPI_EXPORT_SYMBOL() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/
H A Dexception.hpp30 struct exception : std::exception { struct
32 const char* what() const noexcept override { return "pbf exception"; } in what()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4proc.c469 int errorcode, struct nfs4_exception *exception) in nfs4_do_handle_exception()
591 …t nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception) in nfs4_handle_exception()
619 int errorcode, struct nfs4_exception *exception) in nfs4_async_handle_exception()
657 struct nfs4_exception exception = { in nfs4_async_handle_error() local
1250 int err, struct nfs4_exception *exception) in nfs4_clear_cap_atomic_open_v1()
2209 struct nfs4_exception exception = { }; in nfs4_do_open_reclaim() local
2725 struct nfs4_exception exception = { }; in nfs4_do_open_expired() local
3219 struct nfs4_exception exception = { in nfs4_do_open() local
3364 struct nfs4_exception exception = { in nfs4_do_setattr() local
3542 struct nfs4_exception exception = { in nfs4_close_done() local
[all …]
H A Dnfs42proc.c95 struct nfs4_exception exception = { }; in nfs42_proc_fallocate() local
599 struct nfs4_exception exception = { in nfs42_proc_copy_notify() local
681 struct nfs4_exception exception = { }; in nfs42_proc_llseek() local
1309 struct nfs4_exception exception = { }; in nfs42_proc_getxattr() local
1326 struct nfs4_exception exception = { }; in nfs42_proc_setxattr() local
1343 struct nfs4_exception exception = { }; in nfs42_proc_listxattrs() local
1360 struct nfs4_exception exception = { }; in nfs42_proc_removexattr() local
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py90 def _addResult(self, method, test, *args, exception = False, **kwargs): argument
117 def _addResult(self, method, test, *args, exception = False, **kwargs): argument
131 def _addResult(self, method, test, *args, exception = False, **kwargs): argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/exception/
H A Dexception.hpp225 exception class
235 exception(): in exception() function in boost::exception
245 exception( exception const & x ) throw(): in exception() function in boost::exception
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c47 int exception; member
341 int cpu, rc, exception; /* FP = 0, VEC = 1, VSX = 2 */ in tm_unavailable_test() local
/OK3568_Linux_fs/external/xserver/dix/
H A Dgrabs.c361 DetailRec secondDetail, unsigned int exception) in IsInGrabMask()
380 unsigned int secondExact, unsigned int exception) in IdenticalExactDetails()
393 DetailRec secondDetail, unsigned int exception) in DetailSupersedesSecond()
/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 Dexception.h63 exception() _GLIBCXX_NOTHROW { } in exception() function
/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 Dexception.h63 exception() _GLIBCXX_NOTHROW { } in exception() function
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dgenex.S514 .macro __BUILD_silent exception argument
531 .macro __BUILD_count exception argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dexception.hpp33 class exception : public std::exception class
/OK3568_Linux_fs/yocto/poky/documentation/sphinx/
H A Dyocto-vars.py56 def yocto_vars_build_finished(app: Sphinx, exception): argument
/OK3568_Linux_fs/kernel/tools/lib/subcmd/
H A Dpager.c40 fd_set exception; in pager_preexec() local
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dgit-make-shallow149 def iter_except(func, exception, start=None): argument
/OK3568_Linux_fs/kernel/arch/arm/nwfpe/
H A Dfpa11.h31 signed char exception; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/directive/
H A Dexpect.hpp59 typedef expectation_failure<Iterator> exception; in parse() typedef
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dcommand.py28 exception=None): argument
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dtape_3590.c959 char *exception, *service; in tape_3590_print_mim_msg_f0() local
1023 char *exception, *service; in tape_3590_print_io_sim_msg_f1() local
1134 char *exception, *service; in tape_3590_print_dev_sim_msg_f2() local
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dkgdb.c710 int kgdb_skipexception(int exception, struct pt_regs *regs) in kgdb_skipexception()
719 unsigned long kgdb_arch_pc(int exception, struct pt_regs *regs) in kgdb_arch_pc()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_map_observer.cpp51 void QMapboxGLMapObserver::onDidFailLoadingMap(std::exception_ptr exception) in onDidFailLoadingMap()
/OK3568_Linux_fs/kernel/arch/parisc/math-emu/
H A Ddriver.c31 unsigned int exception : 6; member
/OK3568_Linux_fs/kernel/kernel/debug/
H A Ddebug_core.c206 unsigned long __weak kgdb_arch_pc(int exception, struct pt_regs *regs) in kgdb_arch_pc()
217 int __weak kgdb_skipexception(int exception, struct pt_regs *regs) in kgdb_skipexception()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c740 struct x86_exception exception; in kvm_read_guest_page_mmu() local
6025 struct x86_exception *exception) in translate_nested_gpa()
6039 struct x86_exception *exception) in kvm_mmu_gva_to_gpa_read()
6046 struct x86_exception *exception) in kvm_mmu_gva_to_gpa_fetch()
6054 struct x86_exception *exception) in kvm_mmu_gva_to_gpa_write()
6063 struct x86_exception *exception) in kvm_mmu_gva_to_gpa_system()
6070 struct x86_exception *exception) in kvm_read_guest_virt_helper()
6102 struct x86_exception *exception) in kvm_fetch_guest_virt()
6128 struct x86_exception *exception) in kvm_read_guest_virt()
6146 struct x86_exception *exception, bool system) in emulator_read_std()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dkgdb.c116 int kgdb_skipexception(int exception, struct pt_regs *regs) in kgdb_skipexception()

123