_DEVFS_FIND_ENTRY

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

 

NAME

_devfs_find_entry - Find a devfs entry.  

SYNOPSIS

"SYNOPSIS"

struct devfs_entry * _devfs_find_entry (devfs_handle_t dir, const char * name, int traverse_symlink);  

ARGUMENTS

dir
The handle to the parent devfs directory entry. If this is NULL the name is relative to the root of the devfs.
name
The name of the entry. This may be NULL.
traverse_symlink
If TRUE then symbolic links are traversed.
 

DESCRIPTION

Returns the devfs_entry pointer on success, else NULL. An implicit devfs_get is performed.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 04:40:36 GMT, October 06, 2005