.TH "devfs_mk_symlink" 9 "devfs_mk_symlink" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME devfs_mk_symlink \- .SH SYNOPSIS .B "int" devfs_mk_symlink .BI "(devfs_handle_t " dir "," .BI "const char *" name "," .BI "unsigned int " flags "," .BI "const char *" link "," .BI "devfs_handle_t *" handle "," .BI "void *" info ");" .SH ARGUMENTS .IP "dir" 12 The handle to the parent devfs directory entry. If this is NULL the new name is relative to the root of the devfs. .IP "name" 12 The name of the entry. .IP "flags" 12 A set of bitwise-ORed flags (DEVFS_FL_*). .IP "link" 12 The destination name. .IP "handle" 12 The handle to the symlink entry is written here. This may be NULL. .IP "info" 12 An arbitrary pointer which will be associated with the entry. .SH "DESCRIPTION" Returns 0 on success, else a negative error code is returned.