_DEVFS_SEARCH_DIR
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
_devfs_search_dir - Search for a devfs entry in a directory.
SYNOPSIS
"SYNOPSIS"
struct devfs_entry * _devfs_search_dir (struct devfs_entry * dir, const char * name, unsigned int namelen);
ARGUMENTS
- dir
-
The directory to search.
- name
-
The name of the entry to search for.
- namelen
-
The number of characters in name.
DESCRIPTION
Search for a devfs entry in a directory and returns a pointer to the entry
on success, else NULL. The directory must be locked already.
An implicit devfs_get is performed on the returned entry.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:01:53 GMT, October 09, 2005