audit_ioctl.h (ed708e1f7f29647ea2f9192d2ec2c65895a6d459) audit_ioctl.h (871499fef514fd9934f9a8a07194e8ef86c07bd5)
1/*-
2 * Copyright (c) 2006 Robert N. M. Watson
3 * All rights reserved.
4 *
5 * This software was developed by Robert Watson for the TrustedBSD Project.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 * $FreeBSD$
29 */
30
1/*-
2 * Copyright (c) 2006 Robert N. M. Watson
3 * All rights reserved.
4 *
5 * This software was developed by Robert Watson for the TrustedBSD Project.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 * $FreeBSD$
29 */
30
31#ifndef _SECURITY_AUDIT_AUDIT_IOCTL_H_
31#ifndef _SECURITY_AUDIT_AUDIT_IOCTL_H_
32#define _SECURITY_AUDIT_AUDIT_IOCTL_H_
33
34#define AUDITPIPE_IOBASE 'A'
35
36/*
37 * Ioctls to read and control the behavior of individual audit pipe devices.
38 */
39#define AUDITPIPE_GET_QLEN _IOR(AUDITPIPE_IOBASE, 1, u_int)

--- 14 unchanged lines hidden ---
32#define _SECURITY_AUDIT_AUDIT_IOCTL_H_
33
34#define AUDITPIPE_IOBASE 'A'
35
36/*
37 * Ioctls to read and control the behavior of individual audit pipe devices.
38 */
39#define AUDITPIPE_GET_QLEN _IOR(AUDITPIPE_IOBASE, 1, u_int)

--- 14 unchanged lines hidden ---