SND_CREATE_PROC_ENTRY

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

snd_create_proc_entry - create a procfs entry  

SYNOPSIS

"SYNOPSIS"

struct proc_dir_entry * snd_create_proc_entry (const char * name, mode_t mode, struct proc_dir_entry * parent);  

ARGUMENTS

name
the name of the proc file
mode
the file permission bits, S_Ixxx
parent
the parent proc-directory entry
 

DESCRIPTION

Creates a new proc file entry with the given name and permission on the given directory.

Returns the pointer of new instance or NULL on failure.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 06:21:10 GMT, October 06, 2005