1*8200fe25Srmesta/* 2*8200fe25Srmesta * CDDL HEADER START 3*8200fe25Srmesta * 4*8200fe25Srmesta * The contents of this file are subject to the terms of the 5*8200fe25Srmesta * Common Development and Distribution License (the "License"). 6*8200fe25Srmesta * You may not use this file except in compliance with the License. 7*8200fe25Srmesta * 8*8200fe25Srmesta * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*8200fe25Srmesta * or http://www.opensolaris.org/os/licensing. 10*8200fe25Srmesta * See the License for the specific language governing permissions 11*8200fe25Srmesta * and limitations under the License. 12*8200fe25Srmesta * 13*8200fe25Srmesta * When distributing Covered Code, include this CDDL HEADER in each 14*8200fe25Srmesta * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*8200fe25Srmesta * If applicable, add the following below this CDDL HEADER, with the 16*8200fe25Srmesta * fields enclosed by brackets "[]" replaced with your own identifying 17*8200fe25Srmesta * information: Portions Copyright [yyyy] [name of copyright owner] 18*8200fe25Srmesta * 19*8200fe25Srmesta * CDDL HEADER END 20*8200fe25Srmesta */ 21*8200fe25Srmesta/* LINTLIBRARY */ 22*8200fe25Srmesta/* PROTOLIB1 */ 23*8200fe25Srmesta 24*8200fe25Srmesta/* 25*8200fe25Srmesta * Copyright 2006 Sun Microsystems, Inc. All rights reserved. 26*8200fe25Srmesta * Use is subject to license terms. 27*8200fe25Srmesta */ 28*8200fe25Srmesta#pragma ident "%Z%%M% %I% %E% SMI" 29*8200fe25Srmesta 30*8200fe25Srmesta#include <nfs/mapid.h> 31*8200fe25Srmestavoid mapid_reeval_domain(cb_t *); 32*8200fe25Srmestaint mapid_stdchk_domain(const char *); 33*8200fe25Srmestachar *mapid_derive_domain(void); 34*8200fe25Srmestachar *mapid_get_domain(void); 35