Searched refs:config (Results 126 - 150 of 2204) sorted by relevance

1234567891011>>

/freebsd-13-stable/targets/pseudo/kernel/
H A DMakefile.depend8 usr.sbin/config.host \
H A DMakefile11 CONFIG= ${STAGE_HOST_OBJTOP}/usr/sbin/config
13 ${KERNCONF}.config: .MAKE ${META_DEPS}
18 ${KERNCONF}.build: .MAKE ${KERNCONF}.config
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade_004_pos.ksh63 for config in $CONFIGS ; do
64 destroy_upgraded_pool $config
73 for config in $CONFIGS
75 POOL_NAME=$($ENV | $GREP "ZPOOL_VERSION_${config}_NAME"\
78 create_old_pool $config
88 for config in $CONFIGS
90 POOL_NAME=$($ENV | $GREP "ZPOOL_VERSION_${config}_NAME"\
101 destroy_upgraded_pool $config
/freebsd-13-stable/sys/contrib/openzfs/contrib/pam_zfs_key/
H A Dpam_zfs_key.c397 zfs_key_config_load(pam_handle_t *pamh, zfs_key_config_t *config, argument
400 config->homes_prefix = strdup("rpool/home");
401 if (config->homes_prefix == NULL) {
405 config->runstatedir = strdup(RUNSTATEDIR "/pam_zfs_key");
406 if (config->runstatedir == NULL) {
408 free(config->homes_prefix);
415 free(config->runstatedir);
416 free(config->homes_prefix);
421 free(config->runstatedir);
422 free(config
447 zfs_key_config_free(zfs_key_config_t *config) argument
482 zfs_key_config_get_dataset(zfs_key_config_t *config) argument
521 zfs_key_config_modify_session_counter(pam_handle_t *pamh, zfs_key_config_t *config, int delta) argument
626 zfs_key_config_t config; local
705 zfs_key_config_t config; local
759 zfs_key_config_t config; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp72 Configuration *elf::config;
100 config = make<Configuration>();
112 config->progName = args[0];
201 if (config->formatBinary) {
246 if (config->isStatic || config->relocatable) {
300 if (config->emachine == EM_MIPS && config->gnuHash)
303 if (config->fixCortexA53Errata843419 && config
[all...]
/freebsd-13-stable/usr.sbin/nscd/
H A Dconfig.c42 #include "config.h"
262 add_configuration_entry(struct configuration *config, argument
268 if (configuration_find_entry(config, entry->name) != NULL) {
273 if (config->entries_size == config->entries_capacity) {
276 config->entries_capacity *= 2;
277 new_entries = calloc(config->entries_capacity,
280 memcpy(new_entries, config->entries,
282 config->entries_size);
284 free(config
298 configuration_get_entries_size(struct configuration *config) argument
307 configuration_get_entry(struct configuration *config, size_t index) argument
317 configuration_find_entry(struct configuration *config, const char *name) argument
438 configuration_lock_rdlock(struct configuration *config) argument
446 configuration_lock_wrlock(struct configuration *config) argument
454 configuration_unlock(struct configuration *config) argument
535 fill_configuration_defaults(struct configuration *config) argument
570 destroy_configuration(struct configuration *config) argument
[all...]
/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_sync.c68 const struct pt_config *config)
73 if (!pos || !config)
76 begin = config->begin;
77 end = config->end;
113 errcode = pt_pkt_read_psb(pos, config);
131 const struct pt_config *config)
136 if (!sync || !pos || !config)
139 begin = config->begin;
140 end = config->end;
152 errcode = pt_pkt_read_psb(pos, config);
67 pt_find_psb(const uint8_t *pos, const struct pt_config *config) argument
130 pt_sync_set(const uint8_t **sync, const uint8_t *pos, const struct pt_config *config) argument
161 pt_sync_forward(const uint8_t **sync, const uint8_t *pos, const struct pt_config *config) argument
209 pt_sync_backward(const uint8_t **sync, const uint8_t *pos, const struct pt_config *config) argument
[all...]
H A Dpt_time.c85 uint32_t last_ctc, const struct pt_config *config)
87 if (!config || !ctc_delta)
94 ctc += 1u << (config->mtc_freq + pt_pl_mtc_bit_size);
112 const struct pt_config *config)
116 if (!fc || !config)
119 eax = config->cpuid_0x15_eax;
120 ebx = config->cpuid_0x15_ebx;
132 const struct pt_config *config)
134 (void) config;
155 const struct pt_config *config)
84 pt_time_ctc_delta(uint32_t *ctc_delta, uint32_t ctc, uint32_t last_ctc, const struct pt_config *config) argument
111 pt_time_ctc_fc(uint64_t *fc, uint64_t ctc, const struct pt_config *config) argument
130 pt_time_update_tsc(struct pt_time *time, const struct pt_packet_tsc *packet, const struct pt_config *config) argument
153 pt_time_update_cbr(struct pt_time *time, const struct pt_packet_cbr *packet, const struct pt_config *config) argument
174 pt_time_update_tma(struct pt_time *time, const struct pt_packet_tma *packet, const struct pt_config *config) argument
234 pt_time_update_mtc(struct pt_time *time, const struct pt_packet_mtc *packet, const struct pt_config *config) argument
359 pt_time_adjust_cyc(uint64_t *cyc, const struct pt_time *time, const struct pt_config *config, uint64_t fcr) argument
408 pt_time_update_cyc(struct pt_time *time, const struct pt_packet_cyc *packet, const struct pt_config *config, uint64_t fcr) argument
487 pt_tcal_update_psb(struct pt_time_cal *tcal, const struct pt_config *config) argument
499 pt_tcal_update_tsc(struct pt_time_cal *tcal, const struct pt_packet_tsc *packet, const struct pt_config *config) argument
518 pt_tcal_header_tsc(struct pt_time_cal *tcal, const struct pt_packet_tsc *packet, const struct pt_config *config) argument
567 pt_tcal_update_cbr(struct pt_time_cal *tcal, const struct pt_packet_cbr *packet, const struct pt_config *config) argument
579 pt_tcal_header_cbr(struct pt_time_cal *tcal, const struct pt_packet_cbr *packet, const struct pt_config *config) argument
602 pt_tcal_update_tma(struct pt_time_cal *tcal, const struct pt_packet_tma *packet, const struct pt_config *config) argument
614 pt_tcal_update_mtc(struct pt_time_cal *tcal, const struct pt_packet_mtc *packet, const struct pt_config *config) argument
729 pt_tcal_update_cyc(struct pt_time_cal *tcal, const struct pt_packet_cyc *packet, const struct pt_config *config) argument
747 pt_tcal_update_ovf(struct pt_time_cal *tcal, const struct pt_config *config) argument
[all...]
/freebsd-13-stable/contrib/expat/tests/
H A Dudiffer.py49 config = parser.parse_args()
51 first = _read_lines(config.first)
52 second = _read_lines(config.second)
54 diffs = list(difflib.unified_diff(first, second, fromfile=config.first,
55 tofile=config.second))
/freebsd-13-stable/sys/contrib/libsodium/dist-build/
H A Dandroid-build.sh62 egrep '^#define ' config.log | sort -u > config-def-compat.log
77 egrep '^#define ' config.log | sort -u > config-def.log
78 if ! cmp config-def.log config-def-compat.log; then
80 diff -u config-def.log config-def-compat.log >&2
83 rm -f config-def.log config
[all...]
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pko.c49 #include <asm/octeon/cvmx-config.h>
56 #include "executive-config.h"
61 #include "cvmx-config.h"
290 cvmx_pko_mem_iqueue_ptrs_t config; local
352 config.u64 = 0;
353 config.s.index = queue;
354 config.s.qid = base_queue + queue;
355 config.s.ipid = pko_port;
356 config.s.tail = (queue == (num_queues - 1));
357 config
487 cvmx_pko_mem_iport_ptrs_t config; local
571 cvmx_pko_reg_cmd_buf_t config; local
735 cvmx_pko_mem_iqueue_ptrs_t config; local
746 cvmx_pko_mem_queue_ptrs_t config; local
793 cvmx_pko_mem_queue_ptrs_t config; local
[all...]
/freebsd-13-stable/contrib/kyua/utils/config/
H A Dlua_module.cpp29 #include "utils/config/lua_module.hpp"
34 #include "utils/config/exceptions.hpp"
35 #include "utils/config/keys.hpp"
36 #include "utils/config/tree.ipp"
38 namespace config = utils::config;
39 namespace detail = utils::config::detail;
53 config::tree&
62 throw config::syntax_error("Cannot find tree singleton; global state "
64 config
[all...]
H A Dnodes_test.cpp29 #include "utils/config/nodes.ipp"
35 #include "utils/config/exceptions.hpp"
36 #include "utils/config/keys.hpp"
39 namespace config = utils::config;
46 class validation_node : public config::int_node {
56 throw config::value_error("Custom validate method");
62 class set_validation_node : public config::strings_set_node {
74 throw config::value_error("Custom validate method");
85 config
[all...]
H A Dnodes.cpp29 #include "utils/config/nodes.ipp"
35 #include "utils/config/exceptions.hpp"
36 #include "utils/config/keys.hpp"
39 namespace config = utils::config;
43 config::detail::base_node::~base_node(void)
51 config::detail::inner_node::inner_node(const bool dynamic_) :
58 config::detail::inner_node::~inner_node(void)
71 config::detail::inner_node::copy_into(inner_node* node) const
100 config
[all...]
/freebsd-13-stable/contrib/dma/
H A Dconf.c86 * Read the SMTP authentication config file
159 /* Don't treat a non-existing config file as error */
162 errlog(EX_NOINPUT, "can not open config `%s'", config_path);
190 config.smarthost = data;
192 config.port = atoi(data);
194 config.aliases = data;
196 config.spooldir = data;
198 config.authpath= data;
200 config.certfile = data;
202 config
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DLTO.cpp58 std::string(path), std::string(config->thinLTOPrefixReplace.first),
59 std::string(config->thinLTOPrefixReplace.second));
74 if (config->machine == COFF::IMAGE_FILE_MACHINE_I386)
80 c.OptLevel = config->ltoo;
83 c.CGOptLevel = args::getCGOptLevel(config->ltoo);
84 c.AlwaysEmitRegularLTOObj = !config->ltoObjPath.empty();
86 if (config->saveTemps)
87 checkError(c.addSaveTemps(std::string(config->outputFile) + ".",
94 if (!config->thinLTOIndexOnlyArg.empty())
95 indexFile = openFile(config
[all...]
H A DDriver.cpp62 Configuration *config; member in namespace:lld::coff
77 config = make<Configuration>();
115 if (config->dll)
117 else if (config->driver)
162 assert(config->machine != IMAGE_FILE_MACHINE_UNKNOWN);
163 if (config->machine == I386)
333 (!config->mingw && sym.contains('@'));
359 if (config->machine == I386 && config->mingw) {
366 config
[all...]
/freebsd-13-stable/contrib/kyua/model/
H A Dmetadata.cpp35 #include "utils/config/exceptions.hpp"
36 #include "utils/config/nodes.ipp"
37 #include "utils/config/tree.ipp"
50 namespace config = utils::config;
66 static optional< config::tree > defaults;
70 class bytes_node : public config::native_leaf_node< units::bytes > {
100 class delta_node : public config::typed_leaf_node< datetime::delta > {
125 throw config::value_error(F("Invalid time delta %s") % raw_value);
161 class user_node : public config
[all...]
/freebsd-13-stable/contrib/mandoc/
H A DMakefile.depend1 arch.o: arch.c config.h roff.h
2 att.o: att.c config.h roff.h libmdoc.h
3 catman.o: catman.c config.h compat_fts.h
4 cgi.o: cgi.c config.h mandoc_aux.h mandoc.h roff.h mdoc.h man.h mandoc_parse.h main.h manconf.h mansearch.h cgi.h
5 chars.o: chars.c config.h mandoc.h mandoc_aux.h mandoc_ohash.h compat_ohash.h libmandoc.h
6 compat_err.o: compat_err.c config.h
7 compat_fts.o: compat_fts.c config.h compat_fts.h
8 compat_getline.o: compat_getline.c config.h
9 compat_getsubopt.o: compat_getsubopt.c config.h
10 compat_isblank.o: compat_isblank.c config
[all...]
/freebsd-13-stable/libexec/rc/rc.d/
H A Dbthidd46 config="${bthidd_config:-/etc/bluetooth/${name}.conf}"
48 command_args="-c ${config} -H ${hids} -p ${pidfile}"
52 required_files="${config}"
/freebsd-13-stable/contrib/kyua/cli/
H A Dcmd_db_migrate.cpp44 namespace config = utils::config;
71 const config::tree& /* user_config */)
/freebsd-13-stable/crypto/openssl/
H A DConfigure27 my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-egd] [sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--config=FILE] os/compiler[:flags]\n";
31 # --config add the given configuration file, which will be read after
89 # a.k.a. libc version. The mentioned config options are meant
193 our %config = ();
234 $config{sourcedir} = abs2rel($srcdir, $blddir);
235 $config{builddir} = abs2rel($blddir, $blddir);
251 @argvcopy = defined($configdata::config{perlargv}) ?
252 @{$configdata::config{perlargv}} : ();
255 $config{perlenv} = $configdata::config{perlen
[all...]
/freebsd-13-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-encoder.c42 struct pt_config config; member in struct:test_fixture
54 struct pt_config *config; local
58 config = &tfix->config;
63 pt_config_init(config);
64 config->begin = buffer;
65 config->end = buffer + sizeof(tfix->buffer);
67 errcode = pt_encoder_init(&tfix->encoder, config);
76 struct pt_config config; local
79 errcode = pt_encoder_init(NULL, &config);
176 const struct pt_config *config; local
186 const struct pt_config *config; local
[all...]
/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A Dcontext_s.c85 if (ctx->config.realm) {
96 if(p != NULL && strcmp(ctx->config.realm, p) != 0)
101 ctx->config.dbname = strdup(p);
105 ctx->config.acl_file = strdup(p);
109 ctx->config.stash_file = strdup(p);
121 if (ctx->config.dbname == NULL)
122 ctx->config.dbname = strdup(hdb_default_db(context));
123 if (ctx->config.acl_file == NULL)
124 asprintf(&ctx->config.acl_file, "%s/kadmind.acl", hdb_db_dir(context));
125 if (ctx->config
[all...]
/freebsd-13-stable/kerberos5/usr.bin/
H A DMakefile3 SUBDIR= hxtool kadmin kcc kdestroy kgetcred kf kinit kpasswd krb5-config ksu \

Completed in 366 milliseconds

1234567891011>>