VxWorks Reference Manual : Libraries

iosShow

NAME

iosShow - I/O system show routines

ROUTINES

iosShowInit( ) - initialize the I/O system show facility
iosDrvShow( ) - display a list of system drivers
iosDevShow( ) - display the list of devices in the system
iosFdShow( ) - display a list of file descriptor names in the system

DESCRIPTION

This library contains I/O system information display routines.

The routine iosShowInit( ) links the I/O system information show facility into the VxWorks system. It is called automatically when INCLUDE_SHOW_ROUTINES is defined in configAll.h.

SEE ALSO

iosShow, intLib, ioLib, VxWorks Programmer's Guide: I/O System, windsh, Tornado User's Guide: Shell


Libraries : Routines

iosShowInit( )

NAME

iosShowInit( ) - initialize the I/O system show facility

SYNOPSIS


void iosShowInit (void)

DESCRIPTION

This routine links the I/O system show facility into the VxWorks system. It is called automatically when INCLUDE_SHOW_ROUTINES is defined in configAll.h.

RETURNS

N/A

SEE ALSO

iosShow


Libraries : Routines

iosDrvShow( )

NAME

iosDrvShow( ) - display a list of system drivers

SYNOPSIS


void iosDrvShow (void)

DESCRIPTION

This routine displays a list of all drivers in the driver list.

RETURNS

N/A

SEE ALSO

iosShow, VxWorks Programmer's Guide: I/O System, windsh, Tornado User's Guide: Shell


Libraries : Routines

iosDevShow( )

NAME

iosDevShow( ) - display the list of devices in the system

SYNOPSIS


void iosDevShow (void)

DESCRIPTION

This routine displays a list of all devices in the device list.

RETURNS

N/A

SEE ALSO

iosShow, devs( ), VxWorks Programmer's Guide: I/O System, windsh, Tornado User's Guide: Shell


Libraries : Routines

iosFdShow( )

NAME

iosFdShow( ) - display a list of file descriptor names in the system

SYNOPSIS


void iosFdShow (void)

DESCRIPTION

This routine displays a list of all file descriptors in the system.

RETURNS

N/A

SEE ALSO

iosShow, ioctl( ), VxWorks Programmer's Guide: I/O System, windsh, Tornado User's Guide: Shell