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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/
H A Dfdisk_osf.c40 #ifndef BSD_MAXPARTITIONS
41 #define BSD_MAXPARTITIONS 16 macro
131 } d_partitions[BSD_MAXPARTITIONS]; /* actually may be more */
804 if (xbsd_dlabel.d_npartitions == BSD_MAXPARTITIONS) {
807 for (t = 0; t < BSD_MAXPARTITIONS; t++)
811 if (t == BSD_MAXPARTITIONS) {
817 *i = xbsd_get_part_index(BSD_MAXPARTITIONS);
946 for (t = d->d_npartitions; t < BSD_MAXPARTITIONS; t++) {
952 if (d->d_npartitions > BSD_MAXPARTITIONS)
954 d->d_npartitions, BSD_MAXPARTITIONS);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/
H A Dfdisk_osf.c40 #ifndef BSD_MAXPARTITIONS
41 #define BSD_MAXPARTITIONS 16 macro
131 } d_partitions[BSD_MAXPARTITIONS]; /* actually may be more */
804 if (xbsd_dlabel.d_npartitions == BSD_MAXPARTITIONS) {
807 for (t = 0; t < BSD_MAXPARTITIONS; t++)
811 if (t == BSD_MAXPARTITIONS) {
817 *i = xbsd_get_part_index(BSD_MAXPARTITIONS);
946 for (t = d->d_npartitions; t < BSD_MAXPARTITIONS; t++) {
952 if (d->d_npartitions > BSD_MAXPARTITIONS)
954 d->d_npartitions, BSD_MAXPARTITIONS);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/
H A Dfdisk_osf.c40 #ifndef BSD_MAXPARTITIONS
41 #define BSD_MAXPARTITIONS 16 macro
131 } d_partitions[BSD_MAXPARTITIONS]; /* actually may be more */
804 if (xbsd_dlabel.d_npartitions == BSD_MAXPARTITIONS) {
807 for (t = 0; t < BSD_MAXPARTITIONS; t++)
811 if (t == BSD_MAXPARTITIONS) {
817 *i = xbsd_get_part_index(BSD_MAXPARTITIONS);
946 for (t = d->d_npartitions; t < BSD_MAXPARTITIONS; t++) {
952 if (d->d_npartitions > BSD_MAXPARTITIONS)
954 d->d_npartitions, BSD_MAXPARTITIONS);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/partitions/
H A Dmsdos.c311 parse_bsd(state, offset, size, origin, "bsd", BSD_MAXPARTITIONS);
319 parse_bsd(state, offset, size, origin, "netbsd", BSD_MAXPARTITIONS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dgenhd.h417 #define BSD_MAXPARTITIONS 16 macro
460 } d_partitions[BSD_MAXPARTITIONS]; /* actually may be more */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/partitions/
H A Dmsdos.c311 parse_bsd(state, offset, size, origin, "bsd", BSD_MAXPARTITIONS);
319 parse_bsd(state, offset, size, origin, "netbsd", BSD_MAXPARTITIONS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dgenhd.h417 #define BSD_MAXPARTITIONS 16 macro
460 } d_partitions[BSD_MAXPARTITIONS]; /* actually may be more */

Completed in 149 milliseconds