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

/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dfdiskaixlabel.c45 aix_label = 0;
56 aix_label = 0;
62 aix_label = 1;
67 aix_label = 1; /* %% */
H A Dfdiskaixlabel.h26 extern int aix_label;
H A Dpartitiontype.c12 struct aix_label { struct
50 struct aix_label *paix;
105 paix = (struct aix_label *)(&buf);
H A Dfdisk.c170 #define dos_label (!sun_label && !sgi_label && !aix_label && !osf_label)
173 int aix_label = 0; /* looking at aix disklabel */ variable
368 else if (aix_label) {
432 else if (aix_label) {
729 aix_label = osf_label = possibly_osf_label = 0;
2070 if (aix_label) {
2408 if (!aix_label && btrydev(device) < 0)

Completed in 91 milliseconds