Searched refs:default_config (Results 1 – 3 of 3) sorted by relevance
314 default_config = """ variable322 default_config += "{} = false\n".format(c)325 config.readfp(io.BytesIO(default_config))
551 ParameterConfig *default_config = NULL; in angel_RDI_open() local552 Adp_Ioctl( DC_GET_DEFAULT_PARAMS, (void *)&default_config ); in angel_RDI_open()553 if ( default_config != NULL ) { in angel_RDI_open()554 ParameterOptions *default_options = config_to_options(default_config); in angel_RDI_open()656 ParameterConfig *default_config = NULL; in angel_negotiate_defaults() local657 Adp_Ioctl( DC_GET_DEFAULT_PARAMS, (void *)&default_config ); in angel_negotiate_defaults()658 if ( default_config != NULL ) { in angel_negotiate_defaults()659 ParameterOptions *default_options = config_to_options(default_config); in angel_negotiate_defaults()
131 my $default_config = do {136 sub _default_config { $default_config }