DCB_GET_NEXT

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

 

NAME

dcb_get_next - Given a dcb return the next dcb in the list of  

SYNOPSIS

"SYNOPSIS"

struct DeviceCtlBlk * dcb_get_next (struct list_head * head, struct DeviceCtlBlk * pos);  

ARGUMENTS

head
The pointer to the head of the list to count the items in.
pos
The pointer the dcb for which we are searching for the following dcb.
 

DESCRIPTION

dcb's, wrapping back to the start of the dcb list if required. Returns the supplied dcb if there is only one dcb in the list.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 05:30:28 GMT, October 06, 2005