The handle to the parent devfs directory entry. If this is NULL
the
name is relative to the root of the devfs.
The name of the entry.
The major number. This is used if name is NULL
.
The minor number. This is used if name is NULL
.
The type of special file to search for. This may be either
DEVFS_SPECIAL_CHR
or DEVFS_SPECIAL_BLK
.
If TRUE
then symlink entries in the devfs namespace are
traversed. Symlinks pointing out of the devfs namespace will cause a
failure. Symlink traversal consumes stack space.