Lines Matching defs:partition
108 /* file, devname, unit, partition */
114 int partition;
132 partition = va_arg(ap, int);
228 * find BSD partition
247 * BSD partition is not found.
251 win_printf(TEXT("no BSD partition, start sector=0x%x\n"),
271 * Try to use entire partition.
276 if (partition < 0 || ctx->dl.d_npartitions <= partition) {
281 ctx->start = ctx->dl.d_partitions[partition].p_offset;