HomeSort by: relevance | last modified time | path
    Searched defs:config (Results 1 - 25 of 286) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /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
Makefile 16 config.status: ${XZSRCDIR}/configure
20 CLEANFILES+= config.log config.status config.h libtool stamp-h1
22 realdepends realall: config.status
  /src/tools/mandoc/
Makefile 13 DPSRCS+= config.h
15 CLEANFILES+= config.log config.h Makefile.local
17 config.h: configure
Makefile 13 DPSRCS+= config.h
15 CLEANFILES+= config.log config.h Makefile.local
17 config.h: configure
  /src/lib/librefuse/refuse/
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);
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/fstyp/
zfs.c 57 nvlist_t *config = NULL; local in function:fstyp_zfs
73 &config, 0)) == 0 &&
74 (nvlist_lookup_string(config, "name", &zpool_name) == 0)) {
79 nvlist_free(config);
zfs.c 57 nvlist_t *config = NULL; local in function:fstyp_zfs
73 &config, 0)) == 0 &&
74 (nvlist_lookup_string(config, "name", &zpool_name) == 0)) {
79 nvlist_free(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 *);
prefix.h 38 struct config { struct
39 struct config *next;
52 extern const struct config *config_match(struct sockaddr *, struct sockaddr *);
  /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...]
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/dev/isa/
sb.c 289 const char *config; local in function:sb_getdev
299 config = names[sc->sc_model];
301 config = "??";
302 strlcpy(retp->config, config, sizeof(retp->config));
sb.c 289 const char *config; local in function:sb_getdev
299 config = names[sc->sc_model];
301 config = "??";
302 strlcpy(retp->config, config, sizeof(retp->config));
  /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...]
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/
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...]
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/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
iccsense.h 16 u16 config; member in struct:pwr_rail_t
iccsense.h 16 u16 config; member in struct:pwr_rail_t
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/iccsense/
priv.h 16 u16 config; member in struct:nvkm_iccsense_sensor
priv.h 16 u16 config; member in struct:nvkm_iccsense_sensor
  /src/usr.bin/man/
manconf.c 46 static char sccsid[] = "@(#)config.c 8.8 (Berkeley) 1/31/95";
88 * config --
100 config(const char *fname) function in typeref:typename:void
  /src/sys/arch/evbmips/sbmips/
cpu.c 91 uint32_t config; local in function:cpu_attach
97 config = mips3_cp0_config_read();
98 __USE(config);
99 KASSERT((config & MIPS3_CONFIG_K0_MASK) == 5);
  /src/sys/arch/sbmips/sbmips/
cpu.c 90 uint32_t config; local in function:cpu_attach
96 config = mips3_cp0_config_read();
97 __USE(config);
98 KASSERT((config & MIPS3_CONFIG_K0_MASK) == 5);

Completed in 99 milliseconds

1 2 3 4 5 6 7 8 91011>>