/kernel/linux/linux-5.10/arch/m68k/kernel/ |
H A D | traps.c | 151 unsigned long errorcode; in access_error060() local 157 errorcode = 1; in access_error060() 160 errorcode = 0; in access_error060() 163 errorcode |= 2; in access_error060() 164 pr_debug("errorcode = %ld\n", errorcode); in access_error060() 165 do_page_fault(&fp->ptregs, addr, errorcode); in access_error060() 310 unsigned long errorcode; in access_error040() local 322 errorcode = 1; in access_error040() 326 errorcode in access_error040() 379 unsigned long addr, errorcode; bus_error030() local 505 unsigned long addr, errorcode; bus_error030() local [all...] |
/kernel/linux/linux-6.6/arch/m68k/kernel/ |
H A D | traps.c | 152 unsigned long errorcode; in access_error060() local 158 errorcode = 1; in access_error060() 161 errorcode = 0; in access_error060() 164 errorcode |= 2; in access_error060() 165 pr_debug("errorcode = %ld\n", errorcode); in access_error060() 166 do_page_fault(&fp->ptregs, addr, errorcode); in access_error060() 306 unsigned long errorcode; in access_error040() local 318 errorcode = 1; in access_error040() 322 errorcode in access_error040() 375 unsigned long addr, errorcode; bus_error030() local 501 unsigned long addr, errorcode; bus_error030() local [all...] |
/kernel/linux/linux-5.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Util.py | 89 return errno.errorcode[abs(nr)]
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Util.py | 90 return errno.errorcode[abs(nr)]
|
/kernel/linux/linux-5.10/drivers/staging/unisys/include/ |
H A D | iochannel.h | 305 u8 errorcode:7; member
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4proc.c | 475 int errorcode, struct nfs4_exception *exception) in nfs4_do_handle_exception() 481 int ret = errorcode; in nfs4_do_handle_exception() 491 switch(errorcode) { in nfs4_do_handle_exception() 598 int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception) in nfs4_handle_exception() argument 603 ret = nfs4_do_handle_exception(server, errorcode, exception); in nfs4_handle_exception() 626 int errorcode, struct nfs4_exception *exception) in nfs4_async_handle_exception() 631 ret = nfs4_do_handle_exception(server, errorcode, exception); in nfs4_async_handle_exception() 654 if (errorcode == -NFS4ERR_MOVED) in nfs4_async_handle_exception() 474 nfs4_do_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception) nfs4_do_handle_exception() argument 625 nfs4_async_handle_exception(struct rpc_task *task, struct nfs_server *server, int errorcode, struct nfs4_exception *exception) nfs4_async_handle_exception() argument
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4proc.c | 470 int errorcode, struct nfs4_exception *exception) in nfs4_do_handle_exception() 476 int ret = errorcode; in nfs4_do_handle_exception() 486 switch(errorcode) { in nfs4_do_handle_exception() 593 int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception) in nfs4_handle_exception() argument 598 ret = nfs4_do_handle_exception(server, errorcode, exception); in nfs4_handle_exception() 621 int errorcode, struct nfs4_exception *exception) in nfs4_async_handle_exception() 626 ret = nfs4_do_handle_exception(server, errorcode, exception); in nfs4_async_handle_exception() 649 if (errorcode == -NFS4ERR_MOVED) in nfs4_async_handle_exception() 469 nfs4_do_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception) nfs4_do_handle_exception() argument 620 nfs4_async_handle_exception(struct rpc_task *task, struct nfs_server *server, int errorcode, struct nfs4_exception *exception) nfs4_async_handle_exception() argument
|