cap.c revision d29b2c4438482eb00488be49a1f5d6835f455546
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (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 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
/*
* String conversion routine for hardware capabilities types.
*/
#include <strings.h>
#include <stdio.h>
#include <elfcap.h>
#include "cap_msg.h"
#include "_conv.h"
static int
{
/*
* Note that for the purposes of this routine, I consider
* CONV_FMT_NOBKT to mean no brackets, or anything that
* is placed outside of them. We also drop the hex version
* of the flags that are put in front of the opening bracket.
*/
if (do_bkt) {
}
return (0);
if (do_bkt) {
}
}
return (1);
}
const char *
{
if (val == 0)
return (MSG_ORIG(MSG_GBL_ZERO));
return ((const char *)cap_val_hw1_buf->buf);
}
const char *
{
if (val == 0)
return (MSG_ORIG(MSG_GBL_ZERO));
return ((const char *)cap_val_sf1_buf->buf);
}
const char *
{
};
if (tag <= CA_SUNW_SF_1)
else
}
const char *
{
if (tag == CA_SUNW_HW_1)
else if (tag == CA_SUNW_SF_1)
else
}