Searched refs:errorcode (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/arch/m68k/kernel/ | 
| D | traps.c | 151 		unsigned long errorcode;  in access_error060()  local157 		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 = 0;  in access_error040()
 332 			errorcode |= 2;  in access_error040()
 [all …]
 
 | 
| /Linux-v5.4/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ | 
| D | Util.py | 89 		return errno.errorcode[abs(nr)]
 | 
| /Linux-v5.4/drivers/staging/unisys/include/ | 
| D | iochannel.h | 305 	u8 errorcode:7;  member
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | gdth.h | 942     u8      errorcode;  member
 | 
| D | gdth.c | 1915         sd.errorcode = 0x70;  in gdth_internal_cache_cmd()
 | 
| /Linux-v5.4/fs/nfs/ | 
| D | nfs4proc.c | 451 		int errorcode, struct nfs4_exception *exception)  in nfs4_do_handle_exception()  argument457 	int ret = errorcode;  in nfs4_do_handle_exception()
 467 	switch(errorcode) {  in nfs4_do_handle_exception()
 525 				errorcode);  in nfs4_do_handle_exception()
 526 			nfs4_schedule_session_recovery(clp->cl_session, errorcode);  in nfs4_do_handle_exception()
 574 int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exceptio…  in nfs4_handle_exception()  argument
 579 	ret = nfs4_do_handle_exception(server, errorcode, exception);  in nfs4_handle_exception()
 600 		int errorcode, struct nfs4_exception *exception)  in nfs4_async_handle_exception()  argument
 605 	ret = nfs4_do_handle_exception(server, errorcode, exception);  in nfs4_async_handle_exception()
 626 		if (errorcode == -NFS4ERR_MOVED)  in nfs4_async_handle_exception()
 
 | 
| /Linux-v5.4/Documentation/driver-api/usb/ | 
| D | writing_usb_driver.rst | 147 initialization, an errorcode (such as ``-ENOMEM`` or ``-ENODEV``) is
 |