Deleted Added
full compact
nfssvc.h (241561) nfssvc.h (243782)
1/*-
2 * Copyright (c) 1989, 1993, 1995
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 15 unchanged lines hidden (view full) ---

24 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 *
1/*-
2 * Copyright (c) 1989, 1993, 1995
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 15 unchanged lines hidden (view full) ---

24 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 *
32 * $FreeBSD: head/sys/nfs/nfssvc.h 241561 2012-10-14 22:33:17Z rmacklem $
32 * $FreeBSD: head/sys/nfs/nfssvc.h 243782 2012-12-02 01:16:04Z rmacklem $
33 */
34
35#ifndef _NFS_NFSSVC_H_
36#define _NFS_NFSSVC_H_
37
38/*
39 * Flags for nfssvc() system call.
40 */

--- 22 unchanged lines hidden (view full) ---

63#define NFSSVC_NFSCBD 0x00100000
64#define NFSSVC_CBADDSOCK 0x00200000
65#define NFSSVC_GETSTATS 0x00400000
66#define NFSSVC_BACKUPSTABLE 0x00800000
67#define NFSSVC_ZEROCLTSTATS 0x01000000 /* modifier for GETSTATS */
68#define NFSSVC_ZEROSRVSTATS 0x02000000 /* modifier for GETSTATS */
69#define NFSSVC_SUSPENDNFSD 0x04000000
70#define NFSSVC_RESUMENFSD 0x08000000
33 */
34
35#ifndef _NFS_NFSSVC_H_
36#define _NFS_NFSSVC_H_
37
38/*
39 * Flags for nfssvc() system call.
40 */

--- 22 unchanged lines hidden (view full) ---

63#define NFSSVC_NFSCBD 0x00100000
64#define NFSSVC_CBADDSOCK 0x00200000
65#define NFSSVC_GETSTATS 0x00400000
66#define NFSSVC_BACKUPSTABLE 0x00800000
67#define NFSSVC_ZEROCLTSTATS 0x01000000 /* modifier for GETSTATS */
68#define NFSSVC_ZEROSRVSTATS 0x02000000 /* modifier for GETSTATS */
69#define NFSSVC_SUSPENDNFSD 0x04000000
70#define NFSSVC_RESUMENFSD 0x08000000
71#define NFSSVC_DUMPMNTOPTS 0x10000000
71
72
73/* Argument structure for NFSSVC_DUMPMNTOPTS. */
74struct nfscl_dumpmntopts {
75 char *ndmnt_fname; /* File Name */
76 size_t ndmnt_blen; /* Size of buffer */
77 void *ndmnt_buf; /* and the buffer */
78};
79
72#endif /* _NFS_NFSSVC_H */
80#endif /* _NFS_NFSSVC_H */