.\" 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 "LDM_GET_DISK_OBJID" "" "06 October 2005" "" "" .SH NAME ldm_get_disk_objid \- Search a linked list of vblk's for a given Disk Id .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct vblk * ldm_get_disk_objid (const struct ldmdb * \fIldb\fB); \fR .SH "ARGUMENTS" .TP \fB\fIldb\fB\fR Cache of the database structures .SH "DESCRIPTION" .PP The LDM Database contains a list of all partitions on all dynamic disks. The primary PRIVHEAD, at the beginning of the physical disk, tells us the GUID of this disk. This function searches for the GUID in a linked list of vblk's. .SH "RETURN" .PP Pointer, A matching vblk was found NULL, No match, or an error