.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "KOBJECT_GET_PATH" "9" "09 October 2005" "" ""
.SH NAME
kobject_get_path \- generate and return the path associated with a given kobj
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
char * kobject_get_path (struct kobject * \fIkobj\fB, int \fIgfp_mask\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIkobj\fB\fR
kobject in question, with which to build the path
.TP
\fB\fIgfp_mask\fB\fR
the allocation type used to allocate the path
.SH "DESCRIPTION"
.PP
and kset pair. The result must be freed by the caller with \fBkfree\fR\&.