Sun Microsystems CP2500 manual Code Example 1-1System Watchdog Node Management Code Example

Page 24

CODE EXAMPLE 1-1System Watchdog Node Management Code Example (Continued)

*/

static picl_errno_t

print_watchdog_node_props(picl_nodehdl_t nodeh)

{

int32_t *timeout = NULL;

char

*action = NULL, *status = NULL;

if (wdadm_get_picl_prop(nodeh, WATCHDOG_TIMEOUT,

 

(void **)&timeout) != PICL_SUCCESS) {

 

free(timeout);

 

return (PICL_FAILURE);

}

if (wdadm_get_picl_prop(nodeh, WATCHDOG_STATUS,

(void **)&status) != PICL_SUCCESS) {

free(status);

free(timeout);

return (PICL_FAILURE);

}

if (wdadm_get_picl_prop(nodeh, WATCHDOG_ACTION,

(void **)&action) != PICL_SUCCESS) {

free(status);

free(timeout);

free(action);

return (PICL_FAILURE);

}

(void) printf(PRINT_FORMAT, status, action, *timeout); free(status);

free(timeout);

free(action);

return (PICL_SUCCESS);

}

/*

*This function is the callback function that gets called

*due to picl_walk_tree_by_class call from print_wd_info function.

*This function traveses all the watchdog-timer nodes under the given

*controller and makes a call to print_watchdog_node_props to print

*the watchdog properties

*/ static int

wd_printf_info(picl_nodehdl_t nodeh, void *args)

{

int err = PICL_SUCCESS; int print = 0, i = 0;

10 Netra CP2500 Board Programming Guide • March 2007

Image 24
Contents Netra CP2500 Board Programming Guide Page Contents User Flash Figures Vi Netra CP2500 Board Programming Guide March Tables Viii Netra CP2500 Board Programming Guide March Code Samples Netra CP2500 Board Programming Guide March Preface How This Book Is OrganizedUsing Unix Commands Typographic ConventionsShell Prompts Related DocumentationDocumentation, Support, and Training Third-Party Web SitesSun Welcomes Your Comments Watchdog Timer OverviewPicl Plug-In Module 1Watchdog Plug-In Interfaces for Netra CP2500 Board Software 2Properties Under watchdog-controllerNode3Properties Under watchdog-timerNode HEALTHY#Watchdog Node Management Code Code Example 1-1System Watchdog Node Management Code ExampleCode Example 1-1System Watchdog Node Management Code Example Usagestr Code Example 1-1System Watchdog Node Management Code Example Code Example 1-1System Watchdog Node Management Code Example Code Example 1-1System Watchdog Node Management Code Example Code Example 1-1System Watchdog Node Management Code Example Code Example 1-1System Watchdog Node Management Code Example Null Code Example 1-1System Watchdog Node Management Code Example Code Example 1-1System Watchdog Node Management Code Example Code Example 1-1System Watchdog Node Management Code Example Code Example 1-1System Watchdog Node Management Code Example Code Example 1-1System Watchdog Node Management Code Example Notreached Code Example 1-1System Watchdog Node Management Code Example OpenBoot Prom Interface Netra CP2500 Board Programming Guide March Environmental Monitoring Environmental Monitoring Component Compatibility Typical Environmental Monitoring System Application1Compatible Environmental Monitoring Components I2C Typical Cycle From Power Up to Shutdown Environmental Monitoring Protection at the OpenBoot PromPost Shutdown Recovery Hardware Environmental Monitoring Functions 3I2C ComponentsEnvironmental Monitoring CPU Switching Power On and Off Inlet, Exhaust, and CPU Temperature MonitoringNetra CP2500 Board Programming Guide March OpenBoot Prom Environmental Monitoring Critical Temperature Response at OpenBoot PromUsing the show-sensorsCommand at OpenBoot Prom Environmental Monitoring Application ProgrammingReading Temperature Sensor States Using 4PICL Temperature Sensor Class Node PropertiesUsing a Configuration File for Sensor Information Solaris Driver InterfaceSample Application Program Code Example 2-1Sample envmond Application ProgramCode Example 2-1Sample envmond Application Program Code Example 2-1Sample envmond Application Program Code Example 2-1Sample envmond Application Program Reading the CPU Temperature Environmental Limits Prtdiag command example5Description of Values Displayed by Solaris Commands User Flash User Flash Usage and ImplementationOpenBoot Prom Device Tree and Properties User Flash Driver1User Flash Node Properties Application Programming Interface User Flash Device FilesInterface Header File 2System CallsStructures to Use in Ioctl Arguments Code Example 3-1PROM Information StructureErrors Example ProgramsCode Example 3-2User Flash Interface Structure Read Example Program Code Example 3-3Read Action on User Flash DeviceWrite Example Program Code Example 3-4Write Action on User Flash DeviceCode Example 3-4Write Action on User Flash Device Block Erase Example Program Code Example 3-5Block Erase Action on User Flash DeviceCode Example 3-5Block Erase Action on User Flash Device Sample User Flash Application Program Code Example 3-6Sample User Flash Application ProgramCode Example 3-6Sample User Flash Application Program Code Example 3-6Sample User Flash Application Program Code Example 3-6Sample User Flash Application Program Code Example 3-6Sample User Flash Application Program Code Example 3-6Sample User Flash Application Program Index PiclWatchdog-controller, 3 Watchdog-timer, 3