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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk_aix.c59 current_label_type = 0;
65 current_label_type = label_aix;
H A Dfdisk.c96 #define LABEL_IS_DOS (label_dos == current_label_type)
99 #define LABEL_IS_SUN (label_sun == current_label_type)
107 #define LABEL_IS_SGI (label_sgi == current_label_type)
115 #define LABEL_IS_AIX (label_aix == current_label_type)
123 #define LABEL_IS_OSF (label_osf == current_label_type)
132 static enum label_type current_label_type; variable in typeref:enum:label_type
1043 current_label_type = label_dos;
1245 current_label_type = label_osf;
2807 current_label_type = label_dos;
H A Dfdisk_sgi.c237 current_label_type = label_dos;
250 current_label_type = label_sgi;
853 current_label_type = label_sgi;
H A Dfdisk_sun.c101 current_label_type = label_dos;
119 current_label_type = label_sun;

Completed in 104 milliseconds