Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m68k/kernel/
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 …]
/linux-4.4.14/drivers/tty/serial/
Dcrisv10.h110 int errorcode; member
Dcrisv10.c1708 if (info->errorcode == ERRCODE_SET_BREAK) in handle_descr_data()
1710 info->errorcode = 0; in handle_descr_data()
1789 if (info->errorcode == ERRCODE_INSERT_BREAK) in receive_chars_dma()
2195 info->errorcode = ERRCODE_INSERT_BREAK; in handle_ser_rx_interrupt_no_dma()
2204 info->errorcode = ERRCODE_INSERT_BREAK; in handle_ser_rx_interrupt_no_dma()
2209 if (info->errorcode == ERRCODE_INSERT_BREAK) { in handle_ser_rx_interrupt_no_dma()
2225 info->errorcode = 0; in handle_ser_rx_interrupt_no_dma()
2304 info->errorcode = ERRCODE_INSERT_BREAK; in handle_ser_rx_interrupt()
2313 info->errorcode = ERRCODE_INSERT_BREAK; in handle_ser_rx_interrupt()
2315 if (info->errorcode == ERRCODE_INSERT_BREAK) { in handle_ser_rx_interrupt()
[all …]
/linux-4.4.14/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DUtil.py84 return errno.errorcode[abs(nr)]
/linux-4.4.14/drivers/staging/unisys/include/
Diochannel.h325 u8 errorcode:7; member
/linux-4.4.14/drivers/scsi/
Dgdth.h974 u8 errorcode; member
Dgdth.c2364 sd.errorcode = 0x70; in gdth_internal_cache_cmd()
/linux-4.4.14/fs/nfs/
Dnfs4proc.c348 int errorcode, struct nfs4_exception *exception) in nfs4_do_handle_exception() argument
353 int ret = errorcode; in nfs4_do_handle_exception()
358 switch(errorcode) { in nfs4_do_handle_exception()
401 errorcode); in nfs4_do_handle_exception()
402 nfs4_schedule_session_recovery(clp->cl_session, errorcode); in nfs4_do_handle_exception()
446 int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exceptio… in nfs4_handle_exception() argument
451 ret = nfs4_do_handle_exception(server, errorcode, exception); in nfs4_handle_exception()
471 int errorcode, struct nfs4_exception *exception) in nfs4_async_handle_exception() argument
476 ret = nfs4_do_handle_exception(server, errorcode, exception); in nfs4_async_handle_exception()