2 * Copyright 2012 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Paweł Dziepak, pdziepak@quarnos.org
20 PROGRAM_NFS_CB
= 0x40000000
39 SUCCESS
= 0, /* RPC executed successfully */
40 PROG_UNAVAIL
= 1, /* remote hasn't exported program */
41 PROG_MISMATCH
= 2, /* remote can't support version # */
42 PROC_UNAVAIL
= 3, /* program can't support procedure */
43 GARBAGE_ARGS
= 4, /* procedure can't decode params */
44 SYSTEM_ERR
= 5 /* e.g. memory allocation failure */
48 RPC_MISMATCH
= 0, /* RPC version number != 2 */
49 AUTH_ERROR
= 1 /* remote can't authenticate caller */