Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.py90 return errno.errorcode[abs(nr)]
/linux/Documentation/driver-api/usb/
H A Dwriting_usb_driver.rst150 initialization, an errorcode (such as ``-ENOMEM`` or ``-ENODEV``) is
/linux/fs/nfs/
H A Dnfs4proc.c504 int errorcode, struct nfs4_exception *exception) in nfs4_do_handle_exception() argument
510 int ret = errorcode; in nfs4_do_handle_exception()
520 switch(errorcode) { in nfs4_do_handle_exception()
640 int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exceptio… in nfs4_handle_exception() argument
645 ret = nfs4_do_handle_exception(server, errorcode, exception); in nfs4_handle_exception()
673 int errorcode, struct nfs4_exception *exception) in nfs4_async_handle_exception() argument
687 ret = nfs4_do_handle_exception(server, errorcode, exception); in nfs4_async_handle_exception()
715 if (errorcode == -NFS4ERR_MOVED) in nfs4_async_handle_exception()