Searched refs:config (Results 51 - 75 of 3068) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/5206e/
H A DMakefile19 obj-y := config.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/520x/
H A DMakefile19 obj-y := config.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/523x/
H A DMakefile19 obj-y := config.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/5249/
H A DMakefile19 obj-y := config.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/5272/
H A DMakefile19 obj-y := config.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/527x/
H A DMakefile19 obj-y := config.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/528x/
H A DMakefile19 obj-y := config.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/532x/
H A DMakefile19 #obj-y := config.o usb-mcf532x.o spi-mcf532x.o
20 obj-y := config.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/5407/
H A DMakefile19 obj-y := config.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/vtysh/
H A Dvtysh_config.c31 struct config struct
40 struct config *config; member in struct:config
42 /* Index of this config. */
61 struct config *
64 struct config *config;
65 config = XCALLOC (MTYPE_VTYSH_CONFIG, sizeof (struct config));
66 return config;
63 struct config *config; local
75 config_del(struct config* config) argument
86 struct config *config; local
123 config_add_line(struct list *config, char *line) argument
129 config_add_line_uniq(struct list *config, char *line) argument
146 static struct config *config = NULL; local
255 struct config *config; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/hp300/
H A DMakefile5 obj-y := ksyms.o config.o time.o reboot.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_easysrc.h31 void dumpeasysrc(struct Configurable *config);
H A Dtool_msgs.h26 void warnf(struct Configurable *config, const char *fmt, ...);
H A Dtool_paramhlp.h26 struct getout *new_getout(struct Configurable *config);
36 long proto2num(struct Configurable *config, long *val, const char *str);
44 int ftpfilemethod(struct Configurable *config, const char *str);
46 int ftpcccmethod(struct Configurable *config, const char *str);
48 long delegation(struct Configurable *config, char *str);
H A Dtool_cb_skt.c46 struct Configurable *config = userdata; local
52 int keepidle = (int)config->alivetime;
61 warnf(config, "Could not set SO_KEEPALIVE!\n");
65 if(config->alivetime) {
71 warnf(config, "Could not set TCP_KEEPIDLE!\n");
80 warnf(config, "Could not set TCP_KEEPINTVL!\n");
85 warnf(config, "Keep-alive functionality somewhat crippled due to "
H A Dtool_main.c84 struct Configurable config; local
86 memset(&config, 0, sizeof(struct Configurable));
88 config.errors = stderr; /* default errors to stderr */
92 res = operate(&config, argc, argv);
95 if(config.showerror)
99 free_config_fields(&config);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Derror-progname.c19 #include <config.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-stdio.c19 #include <config.h>
H A Dtest-stdlib.c19 #include <config.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DEnvExample.java39 EnvironmentConfig config = new EnvironmentConfig();
40 config.setErrorStream(errs);
41 config.setErrorPrefix(progname);
47 config.setCacheSize(64 * 1024);
50 config.addDataDir(dataDir);
53 config.setAllowCreate(true);
54 config.setInitializeCache(true);
55 config.setTransactional(true);
56 config.setInitializeLocking(true);
62 Environment dbenv = new Environment(home, config);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dultrastor.c119 * Fix abort and reset to work properly (config.aborted wasn't cleared
216 /* Used to store configuration info read from config i/o registers. Most of
259 } config = {0}; variable in typeref:struct:ultrastor_config
325 static void log_ultrastor_abort(struct ultrastor_config *config, argument
334 if (! (config->mscp_free & (1 << i)))
335 fmt[21 + i*2] = '0' + config->mscp[i].target_id;
341 printk(fmt, command, &config->mscp[command], config->mscp_free);
368 if (config.bios_segment)
376 config
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/contrib/slackware-dnsmasq/
H A Ddoinst.sh.gz
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredCollections.java54 * @param config is the cursor configuration to be used for all operations
64 CursorConfig config) {
67 ((StoredContainer) storedCollection).configuredClone(config);
78 * @param config is the cursor configuration to be used for all operations
87 public static List configuredList(List storedList, CursorConfig config) { argument
89 return (List) ((StoredContainer) storedList).configuredClone(config);
97 * @param config is the cursor configuration to be used for all operations
106 public static Map configuredMap(Map storedMap, CursorConfig config) { argument
108 return (Map) ((StoredContainer) storedMap).configuredClone(config);
116 * @param config i
63 configuredCollection(Collection storedCollection, CursorConfig config) argument
125 configuredSet(Set storedSet, CursorConfig config) argument
144 configuredSortedMap(SortedMap storedSortedMap, CursorConfig config) argument
165 configuredSortedSet(SortedSet storedSortedSet, CursorConfig config) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DJoinConfig.java20 JoinConfig config = new JoinConfig();
24 JoinConfig config = new JoinConfig();
25 config.setNoSort(true);
38 static JoinConfig checkNull(JoinConfig config) { argument
39 return (config == null) ? DEFAULT : config;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Di18n.c23 #include <config.h>

Completed in 111 milliseconds

1234567891011>>