.TH "devfs_get_name" 9 "devfs_get_name" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME devfs_get_name \- Get the name for a device entry in its parent directory. .SH SYNOPSIS .B "const char *" devfs_get_name .BI "(devfs_handle_t " de "," .BI "unsigned int *" namelen ");" .SH ARGUMENTS .IP "de" 12 The handle to the device entry. .IP "namelen" 12 The length of the name is written here. This may be NULL. .SH "DESCRIPTION" Returns the name on success, else NULL.