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.c503 int errorcode, struct nfs4_exception *exception) in nfs4_do_handle_exception() argument
509 int ret = errorcode; in nfs4_do_handle_exception()
519 switch(errorcode) { in nfs4_do_handle_exception()
641 int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exceptio… in nfs4_handle_exception() argument
646 ret = nfs4_do_handle_exception(server, errorcode, exception); in nfs4_handle_exception()
674 int errorcode, struct nfs4_exception *exception) in nfs4_async_handle_exception() argument
688 ret = nfs4_do_handle_exception(server, errorcode, exception); in nfs4_async_handle_exception()
716 if (errorcode == -NFS4ERR_MOVED) in nfs4_async_handle_exception()