Searched refs:bsdparts (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/mkimg/
H A Dbsd.c69 int bsdparts, error, n; local
81 bsdparts = nparts + 1; /* Account for c partition */
82 if (bsdparts < BSD_NPARTS_MIN)
83 bsdparts = BSD_NPARTS_MIN;
95 le16enc(&d->d_npartitions, bsdparts);
111 dp = &d->d_partitions[bsdparts];

Completed in 57 milliseconds