.\" 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 "ALLOC_READ_GPT_ENTRIES" "" "06 October 2005" "" "" .SH NAME alloc_read_gpt_entries \- .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp gpt_entry * alloc_read_gpt_entries (struct block_device * \fIbdev\fB, gpt_header * \fIgpt\fB); \fR .SH "ARGUMENTS" .TP \fB\fIbdev\fB\fR -- undescribed -- .TP \fB\fIgpt\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP Returns ptes on success, NULL on error. Allocates space for PTEs based on information found in \fIgpt\fR\&. .SH "DESCRIPTION" .PP Returns ptes on success, NULL on error. Allocates space for PTEs based on information found in \fIgpt\fR\&. .SH "NOTES" .PP remember to free pte when you're done!