SYSDEV_SHUTDOWN

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

sysdev_shutdown - Shut down all system devices.  

SYNOPSIS

"SYNOPSIS"

void sysdev_shutdown ( void);  

ARGUMENTS

void
no arguments
 

DESCRIPTION

Loop over each class of system devices, and the devices in each of those classes. For each device, we call the shutdown method for each driver registered for the device - the globals, the auxillaries, and the class driver.  

NOTE

The list is iterated in reverse order, so that we shut down child devices before we shut down thier parents. The list ordering is guaranteed by virtue of the fact that child devices are registered after their parents.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
NOTE

This document was created by man2html, using the manual pages.
Time: 00:02:54 GMT, October 09, 2005