VxWorks Reference Manual : Libraries
iosShow - I/O system show 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
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.
iosShow, intLib, ioLib, VxWorks Programmer's Guide: I/O System, windsh, Tornado User's Guide: Shell
iosShowInit( ) - initialize the I/O system show facility
void iosShowInit (void)
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.
N/A
iosDrvShow( ) - display a list of system drivers
void iosDrvShow (void)
This routine displays a list of all drivers in the driver list.
N/A
iosShow, VxWorks Programmer's Guide: I/O System, windsh, Tornado User's Guide: Shell
iosDevShow( ) - display the list of devices in the system
void iosDevShow (void)
This routine displays a list of all devices in the device list.
N/A
iosShow, devs( ), VxWorks Programmer's Guide: I/O System, windsh, Tornado User's Guide: Shell
iosFdShow( ) - display a list of file descriptor names in the system
void iosFdShow (void)
This routine displays a list of all file descriptors in the system.
N/A
iosShow, ioctl( ), VxWorks Programmer's Guide: I/O System, windsh, Tornado User's Guide: Shell