Home
last modified time | relevance | path

Searched refs:errorcode (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dtraps.c150 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 Dwinmsg.c101 winW32ErrorEx(int verb, const char *msg, DWORD errorcode) in winW32ErrorEx() argument
109 errorcode, in winW32ErrorEx()
H A Dwinmsg.h64 void winW32ErrorEx(int verb, const char *message, DWORD errorcode);
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dtoasterui.py356 errorcode = 0
359 errorcode = 1
375 buildinfohelper.close(errorcode)
394 errorcode = 0
H A Dbuildinfohelper.py1541 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 Dfix-buffer-fortify-tfpt.patch17 tp->th_code = EUNDEF; /* set 'undef' errorcode */
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.py89 return errno.errorcode[abs(nr)]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2023-23916.patch212 +<errorcode>
214 +</errorcode>
/OK3568_Linux_fs/kernel/drivers/staging/unisys/include/
H A Diochannel.h305 u8 errorcode:7; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_routing.qml634 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 Dgdth.h942 u8 errorcode; member
H A Dgdth.c1915 sd.errorcode = 0x70; in gdth_internal_cache_cmd()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4proc.c469 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 Dwriting_usb_driver.rst147 initialization, an errorcode (such as ``-ENOMEM`` or ``-ENODEV``) is
/OK3568_Linux_fs/yocto/poky/bitbake/lib/
H A Dpyinotify.py127 return 'Errno=%s (%s)' % (os.strerror(code), errno.errorcode[code])