1236592Sobrien/*-
2236592Sobrien * Copyright (c) 2011, David E. O'Brien.
3236592Sobrien * Copyright (c) 2009-2011, Juniper Networks, Inc.
4236592Sobrien * All rights reserved.
5236592Sobrien *
6236592Sobrien * Redistribution and use in source and binary forms, with or without
7236592Sobrien * modification, are permitted provided that the following conditions
8236592Sobrien * are met:
9236592Sobrien * 1. Redistributions of source code must retain the above copyright
10236592Sobrien *    notice, this list of conditions and the following disclaimer.
11236592Sobrien * 2. Redistributions in binary form must reproduce the above copyright
12236592Sobrien *    notice, this list of conditions and the following disclaimer in the
13236592Sobrien *    documentation and/or other materials provided with the distribution.
14236592Sobrien *
15236592Sobrien * THIS SOFTWARE IS PROVIDED BY JUNIPER NETWORKS AND CONTRIBUTORS ``AS IS'' AND
16236592Sobrien * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17236592Sobrien * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18236592Sobrien * ARE DISCLAIMED. IN NO EVENT SHALL JUNIPER NETWORKS OR CONTRIBUTORS BE LIABLE
19236592Sobrien * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20236592Sobrien * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21236592Sobrien * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22236592Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23236592Sobrien * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24236592Sobrien * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25236592Sobrien * SUCH DAMAGE.
26236592Sobrien *
27236592Sobrien * $FreeBSD: releng/10.2/sys/dev/filemon/filemon.h 285112 2015-07-03 20:43:31Z sjg $
28236592Sobrien */
29236592Sobrien
30236592Sobrien#define FILEMON_SET_FD		_IOWR('S', 1, int)
31236592Sobrien#define FILEMON_SET_PID		_IOWR('S', 2, pid_t)
32236592Sobrien
33285112Ssjg#define FILEMON_VERSION		5	/* output format
34236592Sobrien					   (bump when adding record types) */
35