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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmkfs_minix.c89 enum { version2 = 0 }; enumerator in enum:__anon11445
96 smallint version2; member in struct:globals
97 #define version2 G.version2 macro
145 # define SB_ZONES (version2 ? SB.s_zones : SB.s_nzones)
147 version2 ? MINIX2_INODES_PER_BLOCK : MINIX1_INODES_PER_BLOCK)
546 SB_MAXSIZE = version2 ? 0x7fffffff : (7 + 512 + 512 * 512) * 1024;
547 if (version2)
558 if (version2)
643 version2
[all...]
H A Dfsck_minix.c111 enum { version2 = 0 }; enumerator in enum:__anon11439
119 smallint version2; member in struct:globals
156 #define version2 (G.version2 ) macro
207 # define ZONES ((unsigned)(version2 ? Super.s_zones : Super.s_nzones))
226 #define INODE_BLOCKS div_roundup(INODES, (version2 ? MINIX2_INODES_PER_BLOCK \
603 if (version2)
628 version2 = 0;
636 version2 = 1;
640 version2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveCase.java171 int version2) {
174 new int[] {version1, version2});
167 checkVersions(EntityModel model, String name1, int version1, String name2, int version2) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Ddpkg.c175 static int version_compare_part(const char *version1, const char *version2) argument
190 if (version2 == NULL) {
191 version2 = xstrdup("");
194 upstream_len2 = strlen(version2);
201 tmp_int = strcspn(&version2[len2], "0123456789");
202 name2_char = xstrndup(&version2[len2], tmp_int);
215 tmp_int = strspn(&version2[len2], "0123456789");
216 name2_char = xstrndup(&version2[len2], tmp_int);
295 static int test_version(const unsigned version1, const unsigned version2, const unsigned operator) argument
297 const int version_result = version_compare(version1, version2);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Deata_generic.h214 __u8 version2:4, member in struct:get_conf
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110_v4l.c688 u16 version1, version2; local
705 msp_readreg(av7110, MSP_RD_DSP, 0x001f, &version2);
707 av7110->dvb_adapter.num, version1, version2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dne.c40 static const char version2[] = variable
323 printk(KERN_INFO "%s" KERN_INFO "%s", version1, version2);
H A Depic100.c95 static char version2[] __devinitdata =
325 version, version2);
1594 version, version2);

Completed in 119 milliseconds