/*
* 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 2005 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
/*
* This file contains functions that implement the cache menu commands.
*/
#include "global.h"
#include <sys/resource.h>
#include <signal.h>
#include <string.h>
#include "main.h"
#include "analyze.h"
#include "menu.h"
#include "menu_cache.h"
#include "param.h"
#include "misc.h"
#include "label.h"
#include "startup.h"
#include "partition.h"
#include "prompts.h"
#include "checkdev.h"
#include "io.h"
#include "ctlr_scsi.h"
#include "auto_sense.h"
#include "hardware_structs.h"
extern struct menu_item menu_cache[];
extern struct menu_item menu_write_cache[];
extern struct menu_item menu_read_cache[];
int
c_cache()
{
cur_menu++;
cur_menu--;
return (0);
}
int
{
cur_menu++;
cur_menu--;
return (0);
}
int
{
cur_menu++;
cur_menu--;
return (0);
}
int
{
int status;
union {
} u_page8;
if (status == 0) {
fmt_print("Write Cache is enabled\n");
} else {
fmt_print("Write Cache is disabled\n");
}
} else {
err_print("Mode sense failed.\n");
}
return (0);
}
int
{
int status;
int length;
int sp_flags;
union {
} u_page8;
if (status == 0) {
if (status != 0) {
}
if (status == 0) {
} else {
err_print("\
This setting is valid until next reset only. It is not saved permanently.\n");
}
if (status != 0) {
err_print("Mode select failed\n");
return (0);
}
}
} else {
err_print("Write cache setting is not changeable\n");
}
}
if (status != 0) {
err_print("Mode sense failed.\n");
}
return (0);
}
int
{
int status;
int length;
int sp_flags;
union {
} u_page8;
if (status == 0) {
if (status != 0) {
}
if (status == 0) {
} else {
err_print("\
This setting is valid until next reset only. It is not saved permanently.\n");
}
if (status != 0) {
err_print("Mode select failed\n");
return (0);
}
}
} else {
err_print("Write cache setting is not changeable\n");
}
}
if (status != 0) {
err_print("Mode sense failed.\n");
}
return (0);
}
int
{
int status;
union {
} u_page8;
if (status == 0) {
fmt_print("Read Cache is disabled\n");
} else {
fmt_print("Read Cache is enabled\n");
}
} else {
err_print("Mode sense failed.\n");
}
return (0);
}
int
{
int status;
int length;
int sp_flags;
union {
} u_page8;
if (status == 0) {
if (status != 0) {
}
if (status == 0) {
} else {
err_print("\
This setting is valid until next reset only. It is not saved permanently.\n");
}
if (status != 0) {
err_print("Mode select failed\n");
return (0);
}
}
} else {
err_print("Read cache setting is not changeable\n");
}
}
if (status != 0) {
err_print("Mode sense failed.\n");
}
return (0);
}
int
{
int status;
int length;
int sp_flags;
union {
} u_page8;
if (status == 0) {
if (status != 0) {
}
if (status == 0) {
} else {
err_print("\
This setting is valid until next reset only. It is not saved permanently.\n");
}
if (status != 0) {
err_print("Mode select failed\n");
return (0);
}
}
} else {
err_print("Read cache setting is not changeable\n");
}
}
if (status != 0) {
err_print("Mode sense failed.\n");
}
return (0);
}