Searched defs:partition (Results 1 – 7 of 7) sorted by relevance
/minix3/sys/arch/i386/stand/boot/ |
H A D | devopen.c | 92 bios2dev(int biosdev, daddr_t sector, char **devname, int *unit, int *partition) in bios2dev() 127 int unit, partition; in devopen() local
|
H A D | boot2.c | 164 int *unit, int *partition, const char **file) in parsebootfile() 232 int unit, partition; in sprint_bootsel() local
|
/minix3/sys/sys/ |
H A D | disklabel.h | 101 struct partition { /* the partition table */ struct 102 uint32_t p_size; /* number of sectors in partition */ argument 107 } __partition_u2; argument 115 } __partition_u1; argument
|
H A D | reboot.h | 108 #define MAKEBOOTDEV(type, adaptor, controller, unit, partition) \ argument
|
/minix3/minix/lib/libblockdriver/ |
H A D | drvlib.c | 28 void partition( in partition() function
|
/minix3/sys/arch/i386/stand/lib/ |
H A D | biosdisk.c | 731 int partition; in biosdisk_open() local
|
/minix3/sys/arch/x86/include/ |
H A D | bootinfo.h | 67 int partition; member
|