/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only
* (the "License"). You may not use this file except in compliance
* with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
* Copyright (c) 1994, by Sun Microsytems, Inc.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
#ifdef _KERNEL
#include <sys/tnf_writer.h>
#include "tnf_types.h"
#include "tnf_trace.h"
#else /* _KERNEL */
#include <stdlib.h>
#include <string.h>
#include "tnf_types.h"
#include <tnf_trace.h>
#endif /* _KERNEL */
/*
* Defines
*/
/*
* probe version 1
*/
sizeof (struct tnf_probe_version),
sizeof (tnf_probe_control_t)
};
/*
* write instances of tnf_probe_type (i.e probe records)
*/
{
#if defined(_LP64)
/* LINTED assignment of 32-bit integer to 8-bit integer */
#else
#endif
if (fwp) {
/* REMIND: can make the next call more efficient */
(tnf_record_p)fwp);
/* fwp - filestart < 64K */
#ifdef _KERNEL
#else
#endif
}
/* find the name of the probe */
#if defined(_LP64)
/* LINTED assignment of 64-bit integer to 32-bit integer */
#else
#endif
/* initialize constant part of slot names */
/*
* initialize rest of slot names, if any. This parsing routine is
* dependant on a space after "slots" (even for TNF_PROBE_0 and a
* space after the last slot name. It truncates any values that
* are larger than 127 chars to 127 chars. It handles missing slot
* names.
*/
#if defined(_LP64)
/* LINTED assignment of 64-bit integer to 32-bit integer */
#else
#endif
/* get next name */
}
/* null terminate string vector */
/* XXX Fix these properties sometime */
#if defined(_LP64)
/* LINTED */
#else
#endif
#if defined(_LP64)
/* supress lint warning for _KERNEL mode, really need this? */
/* LINTED assignment of 32-bit integer to 8-bit integer */
#else
#endif
}