tst.call.d revision f3b585ce799a83688c5532c430f6133f098431c2
1276N/A/*
1026N/A * CDDL HEADER START
1276N/A *
1276N/A * The contents of this file are subject to the terms of the
1402N/A * Common Development and Distribution License (the "License").
1026N/A * You may not use this file except in compliance with the License.
1026N/A *
1026N/A * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1026N/A * or http://www.opensolaris.org/os/licensing.
1026N/A * See the License for the specific language governing permissions
1026N/A * and limitations under the License.
1026N/A *
1026N/A * When distributing Covered Code, include this CDDL HEADER in each
1026N/A * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1026N/A * If applicable, add the following below this CDDL HEADER, with the
1026N/A * fields enclosed by brackets "[]" replaced with your own identifying
1026N/A * information: Portions Copyright [yyyy] [name of copyright owner]
1026N/A *
1026N/A * CDDL HEADER END
1026N/A */
1026N/A
1026N/A/*
1026N/A * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
1026N/A * Use is subject to license terms.
1026N/A */
1026N/A
1026N/A#pragma ident "%Z%%M% %I% %E% SMI"
1026N/A
1026N/A/*
1026N/A * ASSERTION: Make sure nfs provider probes are firing
1026N/A *
1370N/A * SECTION: nfs4 provider
1026N/A */
1026N/A
1370N/A#pragma D option destructive
1370N/A#pragma D option quiet
1370N/A
1026N/Apid$1:a.out:waiting:entry
1345N/A{
1370N/A this->value = (int *)alloca(sizeof (int));
1345N/A *this->value = 1;
1302N/A copyout(this->value, arg0, sizeof (int));
1370N/A}
1406N/A
1302N/Anfsv4:::compound-start
1026N/A{
1026N/A cstart++;
1026N/A}
1026N/A
1276N/Anfsv4:::op-putrootfh-start
1276N/A{
1402N/A opstart++;
1402N/A}
1402N/A
1402N/Anfsv4:::op-putrootfh-done
1026N/A{
1446N/A opdone++;
1446N/A}
1446N/A
1026N/Anfsv4:::compound-done
/cstart && opstart && opdone/
{
exit(0);
}
tick-1s
/tick++ == 3/
{
exit(1);
}