devfs_generate_path

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

NAME

devfs_generate_path - Generate a pathname for an entry, relative to the devfs root.  

SYNOPSIS

int devfs_generate_path (devfs_handle_t de, char *path, int buflen);  

ARGUMENTS

de

 The devfs entry.
path

 The buffer to write the pathname to. The pathname and ' ' terminator will be written at the end of the buffer.
buflen

 The length of the buffer.
 

DESCRIPTION

Returns the offset in the buffer where the pathname starts on success, else a negative error code.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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