5  * Common Development and Distribution License (the "License").
   6  * You may not use this file except in compliance with the License.
   7  *
   8  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9  * or http://www.opensolaris.org/os/licensing.
  10  * See the License for the specific language governing permissions
  11  * and limitations under the License.
  12  *
  13  * When distributing Covered Code, include this CDDL HEADER in each
  14  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15  * If applicable, add the following below this CDDL HEADER, with the
  16  * fields enclosed by brackets "[]" replaced with your own identifying
  17  * information: Portions Copyright [yyyy] [name of copyright owner]
  18  *
  19  * CDDL HEADER END
  20  */
  21 
  22 /*
  23  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24  * Use is subject to license terms.
  25  * Copyright 2017 Joyent, Inc.
  26  *
  27  */
  28 
  29 /*
  30  * Copyright (c) 1983,1984,1985,1986,1987,1988,1989  AT&T.
  31  * All rights reserved.
  32  */
  33 
  34 /*
  35  * Copyright 2018 Nexenta Systems, Inc.
  36  */
  37 
  38 #include <sys/types.h>
  39 #include <rpc/types.h>
  40 #include <sys/systm.h>
  41 #include <sys/vfs.h>
  42 #include <sys/errno.h>
  43 #include <sys/cred.h>
  44 #include <sys/policy.h>
  45 #include <sys/siginfo.h>
  46 #include <sys/proc.h>             /* for exit() declaration */
  47 #include <sys/kmem.h>
  48 #include <nfs/nfs4.h>
  49 #include <nfs/nfssys.h>
  50 #include <sys/thread.h>
  51 #include <rpc/auth.h>
  52 #include <rpc/rpcsys.h>
  53 #include <rpc/svc.h>
  54 
  
 | 
 
 
   5  * Common Development and Distribution License (the "License").
   6  * You may not use this file except in compliance with the License.
   7  *
   8  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9  * or http://www.opensolaris.org/os/licensing.
  10  * See the License for the specific language governing permissions
  11  * and limitations under the License.
  12  *
  13  * When distributing Covered Code, include this CDDL HEADER in each
  14  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15  * If applicable, add the following below this CDDL HEADER, with the
  16  * fields enclosed by brackets "[]" replaced with your own identifying
  17  * information: Portions Copyright [yyyy] [name of copyright owner]
  18  *
  19  * CDDL HEADER END
  20  */
  21 
  22 /*
  23  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24  * Use is subject to license terms.
  25  */
  26 
  27 /*
  28  * Copyright (c) 1983,1984,1985,1986,1987,1988,1989  AT&T.
  29  * All rights reserved.
  30  */
  31 
  32 /*
  33  * Copyright 2017 Joyent, Inc.
  34  * Copyright 2018 Nexenta Systems, Inc.
  35  */
  36 
  37 #include <sys/types.h>
  38 #include <rpc/types.h>
  39 #include <sys/systm.h>
  40 #include <sys/vfs.h>
  41 #include <sys/errno.h>
  42 #include <sys/cred.h>
  43 #include <sys/policy.h>
  44 #include <sys/siginfo.h>
  45 #include <sys/proc.h>             /* for exit() declaration */
  46 #include <sys/kmem.h>
  47 #include <nfs/nfs4.h>
  48 #include <nfs/nfssys.h>
  49 #include <sys/thread.h>
  50 #include <rpc/auth.h>
  51 #include <rpc/rpcsys.h>
  52 #include <rpc/svc.h>
  53 
  
 |