devfs_mk_symlink

Section: Kernel Hacker's Manual (9)
Updated: devfs_mk_symlink
Index Return to Main Contents
 

NAME

devfs_mk_symlink -  

SYNOPSIS

int devfs_mk_symlink (devfs_handle_t dir, const char *name, unsigned int flags, const char *link, devfs_handle_t *handle, void *info);  

ARGUMENTS

dir

 The handle to the parent devfs directory entry. If this is NULL the new name is relative to the root of the devfs.
name

 The name of the entry.
flags

 A set of bitwise-ORed flags (DEVFS_FL_*).
link

 The destination name.
handle

 The handle to the symlink entry is written here. This may be NULL.
info

 An arbitrary pointer which will be associated with the entry.
 

DESCRIPTION

Returns 0 on success, else a negative error code is returned.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 03:58:50 GMT, June 12, 2005