/src/sys/external/bsd/compiler_rt/dist/test/profile/ |
lit.site.cfg.in | 4 # Tool-specific config options. 5 config.profile_lit_binary_dir = "@PROFILE_LIT_BINARY_DIR@" 7 # Load common config for all compiler-rt lit tests. 8 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured") 10 # Load tool-specific config that would do the real work. 11 lit_config.load_config(config, "@PROFILE_LIT_SOURCE_DIR@/lit.cfg")
|
/src/tools/config/ |
Makefile | 3 HOSTPROGNAME= ${_TOOL_PREFIX}config 4 HOST_SRCDIR= usr.bin/config
|
/src/sys/external/bsd/acpica/dist/generate/unix/ |
Makefile | 15 include Makefile.config
|
/src/lib/librefuse/refuse/ |
v32.c | 40 fuse_loop_mt_v32(struct fuse *fuse, struct fuse_loop_config *config) { 41 return __fuse_loop_mt(fuse, config);
|
v32.h | 46 int fuse_loop_mt_v32(struct fuse *fuse, struct fuse_loop_config *config);
|
v30.c | 62 struct fuse_loop_config config = { local in function:fuse_loop_mt_v30 64 .max_idle_threads = 10 /* The default value when "config" is NULL. */ 66 return __fuse_loop_mt(fuse, &config);
|
/src/usr.sbin/faithd/ |
prefix.h | 38 struct config { struct 39 struct config *next; 52 extern const struct config *config_match(struct sockaddr *, struct sockaddr *);
|
/src/etc/rc.d/ |
ipnat | 14 config="/etc/ipnat.conf" 17 reload_cmd="/usr/sbin/ipnat -C -f ${config}" 18 restart_cmd="/usr/sbin/ipnat -F -C -f ${config}" 23 if [ ! -f ${config} ]; then 35 /usr/sbin/ipnat -F -f ${config}
|
/src/tools/xz-include/ |
Makefile | 16 config.status: ${XZSRCDIR}/configure 20 CLEANFILES+= config.log config.status config.h libtool stamp-h1 22 realdepends realall: config.status
|
/src/tests/lib/librefuse/ |
t_refuse_opt.c | 171 struct foofs_config *config = data; local in function:foo_opt_proc 173 if (key == FUSE_OPT_KEY_NONOPT && config->nonopt == NULL) { 174 config->nonopt = strdup(arg); 190 struct foofs_config config; local in function:ATF_TC_BODY 192 memset(&config, 0, sizeof(config)); 193 ATF_CHECK(fuse_opt_parse(NULL, &config, NULL, NULL) == 0); 194 ATF_CHECK_EQ(config.number, 0); 195 ATF_CHECK_EQ(config.string, NULL); 196 ATF_CHECK_EQ(config.nonopt, NULL) 208 struct foofs_config config; local in function:ATF_TC_BODY 237 struct foofs_config config; local in function:ATF_TC_BODY 263 struct foofs_config config; local in function:ATF_TC_BODY [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/ |
amdgpu_dcn21_hwseq.c | 54 static void mmhub_update_page_table_config(struct dcn_hubbub_phys_addr_config *config, 65 config->gart_config.page_table_base_addr = ((uint64_t)page_table_base_hi << 32) | page_table_base_lo; 71 struct dcn_hubbub_phys_addr_config config; local in function:dcn21_init_sys_ctx 73 config.system_aperture.fb_top = pa_config->system_aperture.fb_top; 74 config.system_aperture.fb_offset = pa_config->system_aperture.fb_offset; 75 config.system_aperture.fb_base = pa_config->system_aperture.fb_base; 76 config.system_aperture.agp_top = pa_config->system_aperture.agp_top; 77 config.system_aperture.agp_bot = pa_config->system_aperture.agp_bot; 78 config.system_aperture.agp_base = pa_config->system_aperture.agp_base; 79 config.gart_config.page_table_start_addr = pa_config->gart_config.page_table_start_addr [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
amdgpu_dcn20_vmid.c | 78 void dcn20_vmid_setup(struct dcn20_vmid *vmid, const struct dcn_vmid_page_table_config *config) 81 VM_CONTEXT0_START_LOGICAL_PAGE_NUMBER_HI4, (config->page_table_start_addr >> 32) & 0xF); 83 VM_CONTEXT0_START_LOGICAL_PAGE_NUMBER_LO32, config->page_table_start_addr & 0xFFFFFFFF); 86 VM_CONTEXT0_END_LOGICAL_PAGE_NUMBER_HI4, (config->page_table_end_addr >> 32) & 0xF); 88 VM_CONTEXT0_END_LOGICAL_PAGE_NUMBER_LO32, config->page_table_end_addr & 0xFFFFFFFF); 91 VM_CONTEXT0_PAGE_TABLE_DEPTH, config->depth, 92 VM_CONTEXT0_PAGE_TABLE_BLOCK_SIZE, config->block_size); 95 VM_CONTEXT0_PAGE_DIRECTORY_ENTRY_HI32, (config->page_table_base_addr >> 32) & 0xFFFFFFFF); 98 VM_CONTEXT0_PAGE_DIRECTORY_ENTRY_LO32, config->page_table_base_addr & 0xFFFFFFFF);
|
/src/tools/mandoc/ |
Makefile | 13 DPSRCS+= config.h 15 CLEANFILES+= config.log config.h Makefile.local 17 config.h: configure
|
/src/sys/external/bsd/acpica/dist/ |
Makefile | 16 include generate/efi/Makefile.config 20 include generate/unix/Makefile.config
|
/src/tools/llvm-lib/libLLVMSupport/ |
Makefile | 3 CPPFLAGS.Signals.cpp+= -include llvm/Config/config.h
|
/src/sys/external/isc/libsodium/dist/dist-build/ |
android-build.sh | 56 egrep '^#define ' config.log | sort -u > config-def-compat.log 71 egrep '^#define ' config.log | sort -u > config-def.log 72 if ! cmp config-def.log config-def-compat.log; then 74 diff -u config-def.log config-def-compat.log >&2 77 rm -f config-def.log config-def-compat.lo [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
ste-dbx5x0-pinctrl.dtsi | 18 ste,config = <&in_pu>; 22 ste,config = <&out_hi>; 29 ste,config = <&slpm_in_wkup_pdis>; 33 ste,config = <&slpm_out_hi_wkup_pdis>; 37 ste,config = <&slpm_out_wkup_pdis>; 50 ste,config = <&in_pu>; 54 ste,config = <&out_hi>; 61 ste,config = <&slpm_in_wkup_pdis>; 65 ste,config = <&slpm_out_wkup_pdis>; 76 ste,config = <&in_pu> [all...] |
ste-href-family-pinctrl.dtsi | 20 ste,config = <&gpio_out_hi>; 24 ste,config = <&in_pd>; 30 ste,config = <&out_lo>; 42 ste,config = <&slpm_in_pdis>; 46 ste,config = <&slpm_out_lo_pdis>; 50 ste,config = <&slpm_pdis>; 59 ste,config = <&slpm_in_wkup_pdis>; 63 ste,config = <&slpm_out_lo_wkup_pdis>; 67 ste,config = <&slpm_wkup_pdis>; 91 ste,config = <&in_pu> [all...] |
/src/sys/net/npf/ |
npf_conf.c | 81 KASSERT(npf->config != NULL); 125 npf_config_destroy(npf->config); 131 * Performs the necessary synchronization and destroys the old config. 147 if ((onc = atomic_load_relaxed(&npf->config)) != NULL) { 154 * Set the new config and release the lock. 156 atomic_store_release(&npf->config, nc); 187 /* Finally, it is safe to destroy the old config. */ 202 return npf->config; 249 npf_config_t *config = atomic_load_consume(&npf->config); local in function:npf_config_ruleset 257 npf_config_t *config = atomic_load_consume(&npf->config); local in function:npf_config_natset 265 npf_config_t *config = atomic_load_consume(&npf->config); local in function:npf_config_tableset 273 npf_config_t *config = atomic_load_consume(&npf->config); local in function:npf_default_pass [all...] |
/src/tests/share/mk/ |
t_own.sh | 34 .PHONY: show-config-var 35 show-config-var: 46 make MAKECONF="$(pwd)/empty.conf" show-config-var 48 make MAKECONF="$(pwd)/custom.conf" show-config-var
|
/src/tools/llvm/ |
Makefile | 12 realdepends realall: config/config.status need-dl need-terminfo support-modules 19 config/config.status: ${LLVM_SRCDIR}/configure 20 mkdir -p config 21 printf '#!/bin/sh\necho 2.7.3' > config/python 22 chmod 755 config/python 23 cd config && ${HOST_SH} ${CONFIG_DIR}/configure ${LLVM_CONFIGURE_ARGS} \ 25 --with-python=${.OBJDIR}/config/python && \ 60 test ! -d config || rm -r confi [all...] |
/src/sys/external/bsd/drm2/dist/drm/ |
drm_scdc_helper.c | 162 * Writes the TMDS config register over SCDC channel, and: 171 u8 config; local in function:drm_scdc_set_scrambling 174 ret = drm_scdc_readb(adapter, SCDC_TMDS_CONFIG, &config); 176 DRM_DEBUG_KMS("Failed to read TMDS config: %d\n", ret); 181 config |= SCDC_SCRAMBLING_ENABLE; 183 config &= ~SCDC_SCRAMBLING_ENABLE; 185 ret = drm_scdc_writeb(adapter, SCDC_TMDS_CONFIG, config); 216 * Writes to the TMDS config register over SCDC channel, and: 226 u8 config; local in function:drm_scdc_set_high_tmds_clock_ratio 229 ret = drm_scdc_readb(adapter, SCDC_TMDS_CONFIG, &config); [all...] |
/src/usr.sbin/hdaudioctl/ |
hdaudioctl.c | 163 prop_array_t config; local in function:hdaudioctl_get 190 config = prop_dictionary_get(response, "pin-config"); 191 xml = prop_array_externalize(config); 205 prop_array_t config = NULL; local in function:hdaudioctl_set 215 config = prop_array_internalize_from_file(argv[2]); 216 if (config == NULL) { 231 if (config) 232 prop_dictionary_set(request, "pin-config", config); 267 uint32_t config; local in function:hdaudioctl_show [all...] |
/src/tests/usr.bin/xlint/lint1/ |
t_integration.sh | 104 local config 105 config="$(awk "$awk" "$1")" || exit 1 106 eval "$config"
|
/src/sys/arch/hpcmips/stand/dspgen/ |
config.sh | 1 # $NetBSD: config.sh,v 1.1 2001/01/05 15:00:57 takemura Exp $ 47 . $name/$name.config
|