Searched refs:compat (Results 76 - 100 of 353) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dia32.h7 #include <linux/compat.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A DMakefile.am107 ../compat/libcompat.la \
113 ../compat/libcompat.la $(GPG_ERROR_LIBS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/
H A DMakefile12 tmp-$(CONFIG_COMPAT) := compat.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsignal_n32.c28 #include <linux/compat.h>
34 #include <asm/compat-signal.h>
91 extern void sigset_from_compat (sigset_t *set, compat_sigset_t *compat);
H A Dbinfmt_elfo32.c7 * Heavily inspired by the 32-bit Sparc compat code which is
58 #include <linux/compat.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A DMakefile.in150 parse.c render.c field.c frametype.c compat.c \
153 parse.h render.h field.h frametype.h compat.h \
159 frametype.gperf compat.gperf genre.dat.in \
165 BUILT_SOURCES = frametype.c compat.c genre.dat
175 parse.c render.c field.c frametype.c compat.c genre.c frame.c \
177 utf8.h parse.h render.h field.h frametype.h compat.h genre.h \
183 parse.lo render.lo field.lo frametype.lo compat.lo genre.lo \
190 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/compat.Plo ./$(DEPDIR)/crc.Plo \
300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Plo@am__quote@
746 $(srcdir)/compat
[all...]
H A Dtag.c38 # include "compat.h"
233 struct id3_compat const *compat; local
235 compat = id3_compat_lookup(id, len);
236 if (compat && compat->equiv && !compat->translate) {
237 id = compat->equiv;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A DMakefile.in144 parse.c render.c field.c frametype.c compat.c \
147 parse.h render.h field.h frametype.h compat.h \
153 frametype.gperf compat.gperf genre.dat.in \
159 BUILT_SOURCES = frametype.c compat.c genre.dat
169 parse.c render.c field.c frametype.c compat.c genre.c frame.c \
171 utf8.h parse.h render.h field.h frametype.h compat.h genre.h \
177 parse.lo render.lo field.lo frametype.lo compat.lo genre.lo \
184 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/compat.Plo ./$(DEPDIR)/crc.Plo \
293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Plo@am__quote@
739 $(srcdir)/compat
[all...]
H A Dtag.c38 # include "compat.h"
233 struct id3_compat const *compat; local
235 compat = id3_compat_lookup(id, len);
236 if (compat && compat->equiv && !compat->translate) {
237 id = compat->equiv;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A DMakefile.in88 $(srcdir)/avahi-compat-howl.pc.in \
89 $(srcdir)/avahi-compat-libdns_sd.pc.in \
136 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@am__append_11 = avahi-compat-howl.pc
137 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@am__append_12 = avahi-compat-howl.pc
138 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@am__append_13 = avahi-compat-libdns_sd.pc
139 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@am__append_14 = avahi-compat-libdns_sd.pc
170 CONFIG_CLEAN_FILES = avahi-client.pc avahi-compat-howl.pc \
171 avahi-compat-libdns_sd.pc avahi-core.pc avahi-glib.pc \
507 avahi-compat-libdns_sd.pc.in \
508 avahi-compat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Djbd_journal.c1171 * @compat: bitmask of compatible features
1179 int hfsplus_jbd_check_used_features (hfsplus_jbd_t *journal, unsigned long compat, argument
1184 if (!compat && !ro && !incompat)
1191 if (((be32_to_cpu(sb->s_feature_compat) & compat) == compat) &&
1202 * @compat: bitmask of compatible features
1210 int hfsplus_jbd_check_available_features (hfsplus_jbd_t *journal, unsigned long compat, argument
1215 if (!compat && !ro && !incompat)
1227 if ((compat & JFS_KNOWN_COMPAT_FEATURES) == compat
1247 hfsplus_jbd_set_features(hfsplus_jbd_t *journal, unsigned long compat, unsigned long ro, unsigned long incompat) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Djournal.c1173 * @compat: bitmask of compatible features
1181 int journal_check_used_features (journal_t *journal, unsigned long compat, argument
1186 if (!compat && !ro && !incompat)
1193 if (((be32_to_cpu(sb->s_feature_compat) & compat) == compat) &&
1204 * @compat: bitmask of compatible features
1212 int journal_check_available_features (journal_t *journal, unsigned long compat, argument
1217 if (!compat && !ro && !incompat)
1229 if ((compat & JFS_KNOWN_COMPAT_FEATURES) == compat
1249 journal_set_features(journal_t *journal, unsigned long compat, unsigned long ro, unsigned long incompat) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Djournal.c1173 * @compat: bitmask of compatible features
1181 int jbd2_journal_check_used_features (journal_t *journal, unsigned long compat, argument
1186 if (!compat && !ro && !incompat)
1193 if (((be32_to_cpu(sb->s_feature_compat) & compat) == compat) &&
1204 * @compat: bitmask of compatible features
1212 int jbd2_journal_check_available_features (journal_t *journal, unsigned long compat, argument
1217 if (!compat && !ro && !incompat)
1229 if ((compat & JBD2_KNOWN_COMPAT_FEATURES) == compat
1249 jbd2_journal_set_features(journal_t *journal, unsigned long compat, unsigned long ro, unsigned long incompat) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DTestEnv.java14 import com.sleepycat.compat.DbCompat;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DTestEnv.java14 import com.sleepycat.compat.DbCompat;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dauth.c22 #include <atalk/compat.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dglobals.h23 #include <atalk/compat.h>
27 /* #define DOSFILELEN 12 */ /* Type1, DOS-compat*/
28 #define MACFILELEN 31 /* Type2, HFS-compat */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_linux.h4 #include <linux/compat.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dbinfmt_elf32.c88 #include <linux/compat.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dbinfmt_elf32.c41 #include <linux/compat.h> /* struct compat_timeval */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dioctl.c14 #include <linux/compat.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dcompat-signal.h5 #include <linux/compat.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dusbdevice_fs.h127 #include <linux/compat.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/mtd/
H A Dubi-header.h158 * @compat: compatibility of this volume (%0, %UBI_COMPAT_DELETE,
230 * The @compat field is only used for internal volumes and contains the "degree
269 uint8_t compat; member in struct:ubi_vid_hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dfirmware.h17 #include <asm/asm-compat.h>

Completed in 145 milliseconds

1234567891011>>