1*050c4bfeSGangadhar Mylapuram/* 2*050c4bfeSGangadhar Mylapuram * CDDL HEADER START 3*050c4bfeSGangadhar Mylapuram * 4*050c4bfeSGangadhar Mylapuram * The contents of this file are subject to the terms of the 5*050c4bfeSGangadhar Mylapuram * Common Development and Distribution License (the "License"). 6*050c4bfeSGangadhar Mylapuram * You may not use this file except in compliance with the License. 7*050c4bfeSGangadhar Mylapuram * 8*050c4bfeSGangadhar Mylapuram * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*050c4bfeSGangadhar Mylapuram * or http://www.opensolaris.org/os/licensing. 10*050c4bfeSGangadhar Mylapuram * See the License for the specific language governing permissions 11*050c4bfeSGangadhar Mylapuram * and limitations under the License. 12*050c4bfeSGangadhar Mylapuram * 13*050c4bfeSGangadhar Mylapuram * When distributing Covered Code, include this CDDL HEADER in each 14*050c4bfeSGangadhar Mylapuram * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*050c4bfeSGangadhar Mylapuram * If applicable, add the following below this CDDL HEADER, with the 16*050c4bfeSGangadhar Mylapuram * fields enclosed by brackets "[]" replaced with your own identifying 17*050c4bfeSGangadhar Mylapuram * information: Portions Copyright [yyyy] [name of copyright owner] 18*050c4bfeSGangadhar Mylapuram * 19*050c4bfeSGangadhar Mylapuram * CDDL HEADER END 20*050c4bfeSGangadhar Mylapuram */ 21*050c4bfeSGangadhar Mylapuram/* 22*050c4bfeSGangadhar Mylapuram * Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23*050c4bfeSGangadhar Mylapuram * Use is subject to license terms. 24*050c4bfeSGangadhar Mylapuram */ 25*050c4bfeSGangadhar Mylapuram 26*050c4bfeSGangadhar Mylapuram .file "__uadmin.s" 27*050c4bfeSGangadhar Mylapuram 28*050c4bfeSGangadhar Mylapuram#include "SYS.h" 29*050c4bfeSGangadhar Mylapuram 30*050c4bfeSGangadhar Mylapuram ENTRY(__uadmin) 31*050c4bfeSGangadhar Mylapuram SYSTRAP_RVAL1(uadmin) 32*050c4bfeSGangadhar Mylapuram SYSCERROR 33*050c4bfeSGangadhar Mylapuram RET 34*050c4bfeSGangadhar Mylapuram SET_SIZE(__uadmin) 35