Home
last modified time | relevance | path

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

/linux/arch/m68k/kernel/
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()
316 errorcode = 1; in access_error040()
320 errorcode = 0; in access_error040()
326 errorcode |= 2; in access_error040()
450 errorcode = 0x01; in bus_error030()
452 errorcode = 0x00; in bus_error030()
466 errorcode |= 0x02; in bus_error030()
[all …]
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
A DUtil.py89 return errno.errorcode[abs(nr)]
/linux/drivers/staging/unisys/include/
A Diochannel.h305 u8 errorcode:7; member
/linux/fs/nfs/
A Dnfs4proc.c459 int errorcode, struct nfs4_exception *exception) in nfs4_do_handle_exception() argument
465 int ret = errorcode; in nfs4_do_handle_exception()
475 switch(errorcode) { in nfs4_do_handle_exception()
581 int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exceptio… in nfs4_handle_exception() argument
586 ret = nfs4_do_handle_exception(server, errorcode, exception); in nfs4_handle_exception()
609 int errorcode, struct nfs4_exception *exception) in nfs4_async_handle_exception() argument
614 ret = nfs4_do_handle_exception(server, errorcode, exception); in nfs4_async_handle_exception()
637 if (errorcode == -NFS4ERR_MOVED) in nfs4_async_handle_exception()
/linux/Documentation/driver-api/usb/
A Dwriting_usb_driver.rst150 initialization, an errorcode (such as ``-ENOMEM`` or ``-ENODEV``) is

Completed in 46 milliseconds