csx_Event2Text man page on Solaris

Man page or keyword search:  
man Server   20652 pages
apropos Keyword Search (all sections)
Output format
Solaris logo
[printable version]

csx_Event2Text(9F)	 Kernel Functions for Drivers	    csx_Event2Text(9F)

NAME
       csx_Event2Text - convert events to text strings

SYNOPSIS
       #include <sys/pccard.h>

       int32_t csx_Event2Text(event2text_t *ev);

INTERFACE LEVEL
       Solaris DDI Specific (Solaris DDI)

PARAMETERS
       ev	Pointer to an event2text_t structure.

DESCRIPTION
       This  function  is  a Solaris-specific extension that provides a method
       for clients to convert Card Services events to text strings.

STRUCTURE MEMBERS
       The structure members of event2text_t are:

       event_t	   event;			 /*the event code*/
       char	   text[CS_EVENT_MAX_BUFSIZE]	 /*the event code*/

       The fields are defined as follows:

       event	       The text for the event  code  in	 the  event  field  is
		       returned in the text field.

       text	       The text string describing the name of the event.

RETURN VALUES
       CS_SUCCESS		       Successful operation.

       CS_UNSUPPORTED_FUNCTION	       No PCMCIA hardware installed.

CONTEXT
       This function may be called from user or kernel context.

EXAMPLES
       Example 1: : Using csx_Event2Text()

       xx_event(event_t event, int priority, event_callback_args_t *eca)
       {
		 event2text_t	 event2text;

		 event2text.event = event;
		 csx_Event2Text(&event2text);
		 cmn_err(CE_CONT, "event %s (0x%x)", event2text.text, (int)event);
       }

SEE ALSO
       csx_event_handler(9E), csx_Error2Text(9F)

       PC Card	95 Standard, PCMCIA/JEIDA

SunOS 5.10			  19 Jul 1996		    csx_Event2Text(9F)
[top]

List of man pages available for Solaris

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net