����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 216.73.216.168 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/opt/dell/srvadmin/etc/srvadmin-isvc/ndx/ |
Upload File : |
#//------------------------------------------------------------------------- #// #// Dell Inc. PROPRIETARY INFORMATION #// #// This software is supplied under the terms of a license agreement or #// nondisclosure agreement with Dell Inc. and may not be copied or #// disclosed except in accordance with the terms of that agreement. #// #// Copyright (c) 1995-2024 Dell Inc. All Rights Reserved. #// #// Abstract/Purpose: #// NDX configuration file #// See readme_ndx.txt for more info #// #//------------------------------------------------------------------------- typedef struct _CP2SetAssetTag { ustring AssetTag[11]; } CP2SetAssetTag; typedef struct _systemAssetTag { ustring assetTag[11]; u32 seckey; } systemAssetTag; typedef struct _envLCDStr { u8 lcdIndex; u32 config; astring lcdStr[63]; } envLCDStr; typedef struct _envLCDKVMState { u8 state; } envLCDKVMState; typedef struct _envLCDAccessState { u8 state; } envLCDAccessState; typedef struct _envPCDCumulativeCounter { u8 setting; } envPCDCumulativeCounter; typedef struct _envPCDPeakCounters { u8 setting; } envPCDPeakCounters; typedef struct _envPCDPowerCap { u16 setting; } envPCDPowerCap; typedef struct _envPowerCapConfig { u8 powercapConfig; } envPowerCapConfig; typedef struct _ppcurprofile { u16 setting; } ppcurprofile; typedef struct _pnmemfreq { u16 setting; } pnmemfreq; typedef struct _pnpstate { u16 setting; } pnpstate; typedef struct _pnfan { u16 setting; } pnfan; typedef struct _rciBBSTable { u32 setbits; u8 IPLPriorityList[32]; u8 IPLSkipList[32]; u8 BCVPriorityList[32]; u8 OneShotBootDev; u8 QuickSetBootDev; u32 SecurityKey; } rciBBSTable; typedef struct _uefiTable { u32 setbits; u16 UEFIPriorityList[32]; u16 UEFISkipList[32]; u8 UEFIBootListType; u32 SecurityKey; } uefiTable; typedef struct _brightnessLCD { u8 PowerMode; u8 CurrentValue; } brightnessLCD; typedef struct _hstCntl { u32 setting; astring IPAddress[65]; } hstCntl; typedef struct _ChassIdentify { u8 chassisIdentify; } ChassIdentify; typedef struct _ChassIdentifyTimeout { u16 chassisIdentifyTimeout; } ChassIdentifyTimeout; typedef struct _SysLocation { ustring SystemLocation[50]; } SysLocation; typedef struct _NMIButtonctrl { u8 nmiButtonControl; } NMIButtonctrl; typedef struct _pwrButtonctrl { u8 pwrButtonControl; } pwrButtonctrl; typedef struct _watchdogSettings { u32 settings; } watchdogSettings; typedef struct _watchdogExpiryTime { s32 expiryTime; } watchdogExpiryTime; typedef struct _probeUNCThreshold { s32 uncThreshold; u32 seckey; } probeUNCThreshold; typedef struct _probeLNCThreshold { s32 lncThreshold; u32 seckey; } probeLNCThreshold; typedef struct _probePollInterval { u32 interval; u32 startDelay; } probePollInterval; typedef struct _setMCCSRestoreFactoryDefaults { u8 mccsRestoreParam; } setMCCSRestoreFactoryDefaults; typedef struct _setMCCSPowerState { u8 mccsPowerState; } setMCCSPowerState; typedef struct _setMCCSBrightness { u8 mccsBrightness; } setMCCSBrightness; typedef struct _setMCCSContrast { u8 mccsContrast; } setMCCSContrast; typedef struct _setMCCSColorModePreset { u8 mccsColorModePreset; } setMCCSColorModePreset; typedef struct _setMCCSInputSource { u8 mccsInputSource; } setMCCSInputSource; typedef struct _setMCCSPerformAutoSetup { u8 mccsPerformAutoSetup; } setMCCSPerformAutoSetup; typedef struct _setMCCSDisplayMode { u16 mccsDisplayMode; } setMCCSDisplayMode; typedef struct _setMCCSButtonLock { u16 mccsButtonLock; } setMCCSButtonLock; typedef struct _setRemoteBIOSUpdate { astring rbuIPFName[256]; } setRemoteBIOSUpdate; typedef struct _setPropertyOwnershipTag { ustring propertyOwnershipTag[81]; } setPropertyOwnershipTag; typedef struct _autoOnMinHour { u16 setAutoOnValue; u8 reserved[2]; u32 SecurityKey; } autoOnMinHour; typedef struct _primaryBatteryChargingLimit { u16 setStartValue; u16 setStopValue; u32 SecurityKey; } primaryBatteryChargingLimit; typedef struct _setHIIIntegerObj { s64 value; u8 passwordHash[32]; } setHIIIntegerObj; typedef struct _setHIIStringObj { astring value[256]; u8 passwordHash[32]; } setHIIStringObj; typedef struct _setHIIEnumObj { u8 state; u8 passwordHash[32]; } setHIIEnumObj; typedef struct _setHIIOrderedListObj { u16 numEntries; u32 entriesOrder[48]; u8 entriesEnable[48]; u8 passwordHash[32]; } setHIIOrderedListObj; typedef struct _verifyHIIPassword { u8 passwordHash[32]; } verifyHIIPassword; #//------------------------------------------------------------------------- #// End #//-------------------------------------------------------------------------