Searched refs:configuration (Results 1 - 25 of 103) sorted by relevance

12345

/freebsd-10-stable/usr.sbin/nscd/
H A Dparser.h32 int parse_config_file(struct configuration *,
H A Dconfig.h95 * Contains global configuration options and array of all configuration entries
97 struct configuration { struct
120 struct configuration *init_configuration(void);
121 void destroy_configuration(struct configuration *);
122 void fill_configuration_defaults(struct configuration *);
124 int add_configuration_entry(struct configuration *,
128 size_t configuration_get_entries_size(struct configuration *);
129 struct configuration_entry *configuration_get_entry(struct configuration *,
131 struct configuration_entry *configuration_find_entry(struct configuration *,
[all...]
H A Dsingletons.h42 extern struct configuration *s_configuration;
H A Dsingletons.c35 struct configuration *s_configuration = NULL;
H A Dparser.c43 static void enable_cache(struct configuration *,const char *, int);
44 static struct configuration_entry *find_create_entry(struct configuration *,
50 static void check_files(struct configuration *, const char *, int);
51 static void set_keep_hot_count(struct configuration *, const char *, int);
52 static void set_negative_policy(struct configuration *, const char *,
54 static void set_negative_time_to_live(struct configuration *,
56 static void set_positive_policy(struct configuration *, const char *,
58 static void set_perform_actual_lookups(struct configuration *, const char *,
60 static void set_positive_time_to_live(struct configuration *,
62 static void set_suggested_size(struct configuration *, cons
[all...]
H A Dconfig.c47 * Default entries, which always exist in the configuration
193 * Creates configuration entry and fills it with default values
262 add_configuration_entry(struct configuration *config,
298 configuration_get_entries_size(struct configuration *config)
307 configuration_get_entry(struct configuration *config, size_t index)
317 configuration_find_entry(struct configuration *config,
438 configuration_lock_rdlock(struct configuration *config)
446 configuration_lock_wrlock(struct configuration *config)
454 configuration_unlock(struct configuration *config)
514 struct configuration *
[all...]
H A Dnscd.c71 struct configuration *the_configuration;
76 struct configuration *);
79 static cache init_cache_(struct configuration *);
80 static struct runtime_env *init_runtime_env(struct configuration *);
82 struct configuration *);
84 struct configuration *);
86 struct configuration *);
101 init_cache_(struct configuration *config)
156 init_runtime_env(struct configuration *config)
228 struct configuration *confi
[all...]
H A Dquery.h37 struct configuration;
/freebsd-10-stable/contrib/sendmail/cf/sh/
H A Dmakeinfo.sh59 echo '#####' using $1 as configuration include directory | sed 's/\/tmp_mnt//'
/freebsd-10-stable/usr.sbin/amd/include/
H A Dnewvers.sh4 # Generate local configuration parameters for amd
40 /* Define configuration date */
/freebsd-10-stable/contrib/dialog/
H A Drc.c4 * rc.c -- routines for processing the configuration file
62 /* Type of line in configuration file */
69 /* number of configuration variables */
85 const char *name; /* name of configuration variable as in DIALOGRC */
326 * Parse a line in the configuration file
393 * Create the configuration file
405 # Run-time configuration file for dialog\n\
421 /* Print an entry for each configuration variable */
473 * Parse the configuration file and set up variables
493 * the name of the configuration fil
[all...]
/freebsd-10-stable/tools/tools/sysdoc/
H A Dsysdoc.sh76 configuration of a
142 .Nd "list of available syctls based on kernel configuration"
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_platform.h52 #error Oops: No config.h and no pre-built configuration in archive_platform.h.
/freebsd-10-stable/sbin/atm/atmconfig/
H A Datmconfig.help37 ATM configuration utility.
80 Information about the hardware configuration of the ATM interfaces is
134 Show configuration and state information about the PHY chip on the given
/freebsd-10-stable/contrib/ntp/ntpdc/
H A Dntpdc-opts.def136 configuration options which can be specified at startup using
137 ntpd's configuration file may also be specified at run time using
276 used to authenticate configuration requests.
285 be echoed) which will be used to authenticate configuration
303 in that they make no modification of the server configuration
436 configuration commands, respectively.
486 configuration command.
493 configuration command.
556 it more difficult to request configuration changes to your server
580 configuration, a
[all...]
/freebsd-10-stable/sys/dev/mps/mpi/
H A Dmpi2_history.txt125 * Rework of BIOS Page 2 configuration page.
128 * Added configuration pages IOC Page 8 and Driver
130 * 08-31-07 02.00.03 Modified configuration pages dealing with Integrated
146 * Updated Integrated RAID configuration pages including
211 * Added Ethernet configuration pages.
214 * 02-10-10 02.00.14 Modified the comments for the configuration page
/freebsd-10-stable/sys/dev/twe/
H A Dtwereg.h448 u_int8_t configuration; member in struct:__anon9992
454 u_int8_t log_drv_num; /* must be zero for configuration == 0x0f */
456 u_int32_t block_count; /* actual drive size if configuration == 0x0f, otherwise less DCB size */
470 u_int8_t configuration; member in struct:__anon9994
484 u_int32_t block_count; /* actual drive size if configuration == 0x0f, otherwise less DCB size */
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_parser.c84 someone can use the same configuration file
977 "$accept", "configuration", "command_list", "command", "server_command",
2421 yyerror("statsdir remote configuration ignored");
2857 "enable/disable %s remote configuration ignored",
3037 yyerror("driftfile remote configuration ignored");
3058 yyerror("driftfile remote configuration ignored");
3072 yyerror("driftfile remote configuration ignored");
/freebsd-10-stable/sys/netpfil/ipfw/
H A Ddummynet.txt134 CREATE: done on configuration commands.
135 DELETE: on configuration commands.
143 DELETE: configuration command delete a scheduler which in turn
150 CREATE: configuration command. If there are flowsets that
273 The main entry points for configuration is the ip_dn_ctl() handler
275 compatibility). Modifications to the configuration call do_config().
538 This variable is set every time a request of configuration is done, because
540 Because of in general the first action is a configuration, this variable is
/freebsd-10-stable/lib/libusb/
H A Dusb.h145 /* USB configuration descriptor */
288 int usb_set_configuration(usb_dev_handle * dev, int configuration);
/freebsd-10-stable/usr.sbin/bsdinstall/scripts/
H A Dauto341 "Setup of your FreeBSD system is nearly complete. You can now modify your configuration choices. After this screen, you will have an opportunity to make more complex changes using a shell." 0 0 0 \
342 "Exit" "Apply configuration and exit installer" \
346 "Network" "Networking configuration" \
404 When finished making configuration changes, type \"exit\".
/freebsd-10-stable/contrib/gdb/
H A Dltcf-gcj.sh3 # ltcf-gcj.sh - Create a GCJ compiler specific configuration
27 # configuration script generated by Autoconf, you may include it under
200 *** your PATH or compiler configuration so that the native linker is
/freebsd-10-stable/sys/dev/ixgb/
H A DREADME126 Edit the kernel configuration file (i.e., GENERIC or MYKERNEL) in
194 configuration, and then recompile the kernel:
/freebsd-10-stable/sys/arm/arm/
H A Dlocore-v4.S102 * Sanity check the configuration.
108 #error PHYSADDR must be defined for this configuration
/freebsd-10-stable/contrib/binutils/
H A Dconfig.sub30 # configuration script generated by Autoconf, you may include it under
37 # Configuration subroutine to validate and canonicalize a configuration type.
38 # Supply the specified configuration type as an argument.
47 # a failure to support a valid configuration from a meaningless
48 # configuration.
63 Canonicalize a configuration name.
311 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1162 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1364 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2

Completed in 288 milliseconds

12345