Sponsored Content
Operating Systems Solaris Explain @(#)cshrc 1.11 89/11/29 SMI Post 302843495 by bartus11 on Tuesday 13th of August 2013 01:41:37 PM
Old 08-13-2013
This is a standard header found in many shell scripts/config files in Solaris.
1.11 is a version of the file I think. 89/11/29 is a date (1989-11-29). SMI is an acronym for Sun MIcrosystems.
This User Gave Thanks to bartus11 For This Post:
 
smi_event(3)						SMI Management Information Library					      smi_event(3)

NAME
smiGetEvent, smiGetFirstEvent, smiGetNextEvent - SMI identity information routines SYNOPSIS
#include <smi.h> smiGetEvent(SmiClass *smiClassPtr,char*"name); smiGetFirstEvent(SmiClass *smiClassPtr); smiGetNextEvent(SmiEvent *smiEventPtr); typedef struct SmiEvent { SmiIdentifier name; SmiDecl decl; SmiStatus status; char *description; char *reference; } SmiEvent; DESCRIPTION
These functions retrieve information on a SMIng event definition (SMIng). smiGetEvent(SmiClass *smiClassPtr, char *name) returns a pointer to struct SmiEvent for the event with the given name in the given class(smiClassPtr), or NULL if the event with the given name does not exist smiGetFirstEvent(SmiClass *smiClassPtr) and smiGetNextEvent(SmiEvent *smiEventPtr) are used to iterate through the events of the class given by smiClassPtr. They return a pointer to struct SmiEvent that represents an event or NULL if there are no events left in the class, or error has occurred. FILES
/usr/include/smi.h SMI library header file SEE ALSO
libsmi(3), smi_module(3), smi_class(3), smi.h AUTHOR
(C) 2007 Kaloyan Kanev, Jacobs University, Germany <k.kanev@jacobs-university.de> February 10, 2007 smi_event(3)
All times are GMT -4. The time now is 10:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy