Searched refs:get_flags (Results 1 - 25 of 48) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A Dfgetsetflags.c40 int fgetsetflags (const char * name, unsigned long * get_flags, unsigned long set_flags) argument
53 if (!get_flags) {
58 *get_flags = f;
H A De2p.h28 int fgetsetflags(const char * name, unsigned long * get_flags, unsigned long set_flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DCacheFile.java122 return (mpf.get_flags() & DbConstants.DB_MPOOL_NOFILE) != 0;
163 return (mpf.get_flags() & DbConstants.DB_MPOOL_UNLINK) != 0;
H A DSequenceConfig.java359 final int seqFlags = seq.get_flags();
H A DDatabaseConfig.java2095 final int dbFlags = db.get_flags();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/
H A De2fs_lib.h23 int fgetsetflags(const char *name, unsigned long *get_flags, unsigned long set_flags);
H A De2fs_lib.c100 int fgetsetflags(const char *name, unsigned long *get_flags, unsigned long set_flags) argument
116 if (!get_flags) {
127 *get_flags = f;
130 r = ioctl(fd, EXT2_IOC_GETFLAGS, (void*)get_flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbMpoolFile.java41 public int get_flags() throws com.sleepycat.db.DatabaseException { return db_javaJNI.DbMpoolFile_get_flags(swigCPtr, this); } method in class:DbMpoolFile
H A DDbSequence.java69 public int get_flags() throws com.sleepycat.db.DatabaseException { return db_javaJNI.DbSequence_get_flags(swigCPtr, this); } method in class:DbSequence
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dieee80211_crypt.h76 unsigned long (*get_flags) (void *priv); member in struct:ieee80211_crypto_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dof_device.c213 unsigned int (*get_flags)(const u32 *addr); member in struct:of_bus
396 .get_flags = of_bus_pci_get_flags,
405 .get_flags = of_bus_sbus_get_flags,
414 .get_flags = of_bus_default_get_flags,
505 flags = bus->get_flags(reg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dof_device.c248 unsigned int (*get_flags)(const u32 *addr); member in struct:of_bus
466 .get_flags = of_bus_pci_get_flags,
475 .get_flags = of_bus_pci_get_flags,
484 .get_flags = of_bus_default_get_flags,
493 .get_flags = of_bus_default_get_flags,
502 .get_flags = of_bus_default_get_flags,
636 flags = bus->get_flags(reg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DBtRecExample.cpp168 data.set_flags(data.get_flags() | DB_DBT_USERMEM);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_mpool.cpp101 DB_MPOOLFILE_METHOD(get_flags, (u_int32_t *flagsp),
H A Dcxx_seq.cpp83 DBSEQ_METHOD(get_flags, (u_int32_t *flagsp), (seq, flagsp), 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest109.tcl224 set flags [$seq get_flags]
232 error_check_good get_flags $flags $exp_flags
H A Denv007.tcl182 { "set_flags" "db_auto_commit" "get_flags" "-auto_commit" }
183 { "set_flags" "db_cdb_alldb" "get_flags" "-cdb_alldb" }
184 { "set_flags" "db_direct_db" "get_flags" "-direct_db" }
185 { "set_flags" "db_nolocking" "get_flags" "-nolock" }
186 { "set_flags" "db_nommap" "get_flags" "-nommap" }
187 { "set_flags" "db_nopanic" "get_flags" "-nopanic" }
188 { "set_flags" "db_overwrite" "get_flags" "-overwrite" }
189 { "set_flags" "db_region_init" "get_flags" "-region_init" }
190 { "set_flags" "db_txn_nosync" "get_flags" "-nosync" }
191 { "set_flags" "db_txn_write_nosync" "get_flags" "
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprom_parse.c59 unsigned int (*get_flags)(const u32 *addr); member in struct:of_bus
210 *flags = bus->get_flags(prop);
384 .get_flags = of_bus_pci_get_flags,
395 .get_flags = of_bus_isa_get_flags,
405 .get_flags = of_bus_default_get_flags,
592 *flags = bus->get_flags(prop);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i226 u_int32_t get_flags() {
228 errno = self->get_flags(self, &ret);
699 u_int32_t get_flags() {
701 errno = self->get_flags(self, &ret);
1528 u_int32_t get_flags() {
1530 errno = self->get_flags(self, &ret);
1590 u_int32_t get_flags() {
1592 errno = self->get_flags(self, &ret);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h206 virtual int get_flags(u_int32_t *);
442 virtual int get_flags(u_int32_t *);
788 int get_flags(u_int32_t *flagsp);
869 int get_flags(u_int32_t *flagsp);
1004 u_int32_t get_flags() const { return flags; } function in class:Dbt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h207 virtual int get_flags(u_int32_t *);
443 virtual int get_flags(u_int32_t *);
789 int get_flags(u_int32_t *flagsp);
870 int get_flags(u_int32_t *flagsp);
1005 u_int32_t get_flags() const { return flags; } function in class:Dbt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h207 virtual int get_flags(u_int32_t *);
443 virtual int get_flags(u_int32_t *);
789 int get_flags(u_int32_t *flagsp);
870 int get_flags(u_int32_t *flagsp);
1005 u_int32_t get_flags() const { return flags; } function in class:Dbt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fmethod.c77 dbmfp->get_flags = __memp_get_flags;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_seq.c52 "get_flags",
492 ret = seq->get_flags(seq, &flags);
494 "db get_flags")) == TCL_OK) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h589 int (*get_flags) __P((DB_MPOOLFILE *, u_int32_t *)); member in struct:__db_mpoolfile
1064 int (*get_flags) __P((DB_SEQUENCE *, u_int32_t *)); member in struct:__db_sequence
1416 int (*get_flags) __P((DB *, u_int32_t *)); member in struct:__db
1971 int (*get_flags) __P((DB_ENV *, u_int32_t *)); member in struct:__db_env

Completed in 166 milliseconds

12