| /OK3568_Linux_fs/kernel/arch/m68k/kernel/ |
| H A D | traps.c | 150 unsigned long errorcode; in access_error060() local 156 errorcode = 1; in access_error060() 159 errorcode = 0; in access_error060() 162 errorcode |= 2; in access_error060() 163 pr_debug("errorcode = %ld\n", errorcode); in access_error060() 164 do_page_fault(&fp->ptregs, addr, errorcode); in access_error060() 309 unsigned long errorcode; in access_error040() local 321 errorcode = 1; in access_error040() 325 errorcode = 0; in access_error040() 331 errorcode |= 2; in access_error040() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winmsg.c | 101 winW32ErrorEx(int verb, const char *msg, DWORD errorcode) in winW32ErrorEx() argument 109 errorcode, in winW32ErrorEx()
|
| H A D | winmsg.h | 64 void winW32ErrorEx(int verb, const char *message, DWORD errorcode);
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | toasterui.py | 356 errorcode = 0 359 errorcode = 1 375 buildinfohelper.close(errorcode) 394 errorcode = 0
|
| H A D | buildinfohelper.py | 1541 def _store_build_done(self, errorcode): argument 1542 logger.info("Build exited with errorcode %d", errorcode) 1557 errorcode = 0 1559 if errorcode == 0: 1965 def close(self, errorcode): argument 1966 self._store_build_done(errorcode)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/inetutils/inetutils/ |
| H A D | fix-buffer-fortify-tfpt.patch | 17 tp->th_code = EUNDEF; /* set 'undef' errorcode */
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| H A D | Util.py | 89 return errno.errorcode[abs(nr)]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2023-23916.patch | 212 +<errorcode> 214 +</errorcode>
|
| /OK3568_Linux_fs/kernel/drivers/staging/unisys/include/ |
| H A D | iochannel.h | 305 u8 errorcode:7; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_routing.qml | 634 routeQuery.numberAlternativeRoutes = 72 // 'altroutes - 70' is the echoed errorcode 680 routeQuery.numberAlternativeRoutes = 72 // 'altroutes - 70' is the echoed errorcode 796 filledRouteQuery.numberAlternativeRoutes = 1 // 'altroutes - 70' is the echoed errorcode
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | gdth.h | 942 u8 errorcode; member
|
| H A D | gdth.c | 1915 sd.errorcode = 0x70; in gdth_internal_cache_cmd()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4proc.c | 469 int errorcode, struct nfs4_exception *exception) in nfs4_do_handle_exception() argument 475 int ret = errorcode; in nfs4_do_handle_exception() 485 switch(errorcode) { in nfs4_do_handle_exception() 591 int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exceptio… in nfs4_handle_exception() argument 596 ret = nfs4_do_handle_exception(server, errorcode, exception); in nfs4_handle_exception() 619 int errorcode, struct nfs4_exception *exception) in nfs4_async_handle_exception() argument 624 ret = nfs4_do_handle_exception(server, errorcode, exception); in nfs4_async_handle_exception() 647 if (errorcode == -NFS4ERR_MOVED) in nfs4_async_handle_exception()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | writing_usb_driver.rst | 147 initialization, an errorcode (such as ``-ENOMEM`` or ``-ENODEV``) is
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ |
| H A D | pyinotify.py | 127 return 'Errno=%s (%s)' % (os.strerror(code), errno.errorcode[code])
|