auditxml (69987563713261563f769bf902be7fd10691efc4) | auditxml (5b7f77ad52bf657ba49d64d16f527e958d0fb820) |
---|---|
1#!/usr/perl5/bin/perl -w 2# 3# CDDL HEADER START 4# 5# The contents of this file are subject to the terms of the 6# Common Development and Distribution License (the "License"). 7# You may not use this file except in compliance with the License. 8# --- 6 unchanged lines hidden (view full) --- 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22# | 1#!/usr/perl5/bin/perl -w 2# 3# CDDL HEADER START 4# 5# The contents of this file are subject to the terms of the 6# Common Development and Distribution License (the "License"). 7# You may not use this file except in compliance with the License. 8# --- 6 unchanged lines hidden (view full) --- 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22# |
23# Copyright 2007 Sun Microsystems, Inc. All rights reserved. | 23# Copyright 2008 Sun Microsystems, Inc. All rights reserved. |
24# Use is subject to license terms. 25# 26# ident "%Z%%M% %I% %E% SMI" 27# 28 29# auditxml [-d] <xml input file> 30 31# auditxml takes the audit record description (.xml file) and --- 497 unchanged lines hidden (view full) --- 529extern void adt_set_mask(const adt_session_data_t *, const au_mask_t *); 530 531extern void adt_get_termid(const adt_session_data_t *, au_tid_addr_t *); 532extern void adt_set_termid(const adt_session_data_t *, 533 const au_tid_addr_t *); 534 535extern void adt_get_asid(const adt_session_data_t *, au_asid_t *); 536extern void adt_set_asid(const adt_session_data_t *, const au_asid_t); | 24# Use is subject to license terms. 25# 26# ident "%Z%%M% %I% %E% SMI" 27# 28 29# auditxml [-d] <xml input file> 30 31# auditxml takes the audit record description (.xml file) and --- 497 unchanged lines hidden (view full) --- 529extern void adt_set_mask(const adt_session_data_t *, const au_mask_t *); 530 531extern void adt_get_termid(const adt_session_data_t *, au_tid_addr_t *); 532extern void adt_set_termid(const adt_session_data_t *, 533 const au_tid_addr_t *); 534 535extern void adt_get_asid(const adt_session_data_t *, au_asid_t *); 536extern void adt_set_asid(const adt_session_data_t *, const au_asid_t); |
537extern au_id_t adt_get_unique_id(au_id_t); |
|
537 538#endif 539 540#ifdef __cplusplus 541} 542#endif 543 544#endif /* $adt_event_n */ --- 544 unchanged lines hidden --- | 538 539#endif 540 541#ifdef __cplusplus 542} 543#endif 544 545#endif /* $adt_event_n */ --- 544 unchanged lines hidden --- |