Searched defs:partition (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Drelabel.c46 int first_el[CHAR_RANGE]; /* first element in each class partition */
71 partition(start,level);
82 void partition(nfa_node* start,int level) function
84 void partition(start,level)
137 * to find a maximal partition. This partion in returned in maximal_class
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Dint13.c547 * Guesses the drive geometry by inspecting the partition table.
553 struct partition_table_entry *partition; local
561 /* Read partition table */
565 "partition table to guess geometry: %s\n",
574 /* Scan through partition table and modify guesses for
579 partition = &mbr->partitions[i];
580 if ( ! partition->type )
582 *heads = ( PART_HEAD ( partition->chs_end ) + 1 );
583 *sectors = PART_SECTOR ( partition->chs_end );
585 "on partition
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...

Completed in 248 milliseconds