crypto/krb5/src/include/k5-trace.h
354
#define TRACE_PROFILE_ERR(c,subsection, section, retval) \
crypto/krb5/src/include/k5-trace.h
356
subsection, section, retval)
crypto/krb5/src/lib/kdb/kdb5.c
206
get_conf_section(krb5_context context, char **section)
crypto/krb5/src/lib/kdb/kdb5.c
211
*section = NULL;
crypto/krb5/src/lib/kdb/kdb5.c
235
*section = result;
crypto/krb5/src/lib/kdb/kdb5.c
2541
char *section;
crypto/krb5/src/lib/kdb/kdb5.c
2549
status = get_conf_section(kcontext, §ion);
crypto/krb5/src/lib/kdb/kdb5.c
2552
status = v->promote_db(kcontext, section, db_args);
crypto/krb5/src/lib/kdb/kdb5.c
2553
free(section);
crypto/krb5/src/lib/kdb/kdb5.c
674
char *section;
crypto/krb5/src/lib/kdb/kdb5.c
680
status = get_conf_section(kcontext, §ion);
crypto/krb5/src/lib/kdb/kdb5.c
683
status = v->init_module(kcontext, section, db_args, mode);
crypto/krb5/src/lib/kdb/kdb5.c
684
free(section);
crypto/krb5/src/lib/kdb/kdb5.c
701
char *section;
crypto/krb5/src/lib/kdb/kdb5.c
709
status = get_conf_section(kcontext, §ion);
crypto/krb5/src/lib/kdb/kdb5.c
712
status = v->create(kcontext, section, db_args);
crypto/krb5/src/lib/kdb/kdb5.c
713
free(section);
crypto/krb5/src/lib/kdb/kdb5.c
742
char *section;
crypto/krb5/src/lib/kdb/kdb5.c
750
status = get_conf_section(kcontext, §ion);
crypto/krb5/src/lib/kdb/kdb5.c
753
status = v->destroy(kcontext, section, db_args);
crypto/krb5/src/lib/kdb/kdb5.c
754
free(section);
crypto/krb5/src/plugins/kdb/test/kdb_test.c
134
h->names[1] = h->section;
crypto/krb5/src/plugins/kdb/test/kdb_test.c
333
h->section = estrdup(conf_section);
crypto/krb5/src/plugins/kdb/test/kdb_test.c
343
free(h->section);
crypto/krb5/src/plugins/kdb/test/kdb_test.c
97
char *section;
crypto/krb5/src/util/profile/prof_int.h
149
(struct profile_node *section,
crypto/krb5/src/util/profile/prof_int.h
166
(struct profile_node *section,
crypto/krb5/src/util/profile/prof_int.h
172
(struct profile_node *section,
crypto/krb5/src/util/profile/prof_int.h
177
(struct profile_node *section,
crypto/krb5/src/util/profile/prof_int.h
182
(struct profile_node *section,
crypto/krb5/src/util/profile/prof_int.h
186
(struct profile_node *section, const char *name);
crypto/krb5/src/util/profile/prof_int.h
189
(struct profile_node *section, void **state,
crypto/krb5/src/util/profile/prof_set.c
103
section = profile->first_file->data->root;
crypto/krb5/src/util/profile/prof_set.c
106
retval = profile_find_node(section, *cpp, 0, 1,
crypto/krb5/src/util/profile/prof_set.c
107
&state, §ion);
crypto/krb5/src/util/profile/prof_set.c
115
retval = profile_find_node(section, *cpp, old_value, 0, &state, &node);
crypto/krb5/src/util/profile/prof_set.c
138
struct profile_node *section, *node;
crypto/krb5/src/util/profile/prof_set.c
156
section = profile->first_file->data->root;
crypto/krb5/src/util/profile/prof_set.c
159
retval = profile_find_node(section, *cpp, 0, 1,
crypto/krb5/src/util/profile/prof_set.c
160
&state, §ion);
crypto/krb5/src/util/profile/prof_set.c
167
retval = profile_find_node(section, *cpp, 0, 0, &state, &node);
crypto/krb5/src/util/profile/prof_set.c
191
struct profile_node *section, *node;
crypto/krb5/src/util/profile/prof_set.c
209
section = profile->first_file->data->root;
crypto/krb5/src/util/profile/prof_set.c
212
retval = profile_find_node(section, *cpp, 0, 1,
crypto/krb5/src/util/profile/prof_set.c
213
&state, §ion);
crypto/krb5/src/util/profile/prof_set.c
221
retval = profile_find_node(section, *cpp, 0, 1, &state, &node);
crypto/krb5/src/util/profile/prof_set.c
248
struct profile_node *section;
crypto/krb5/src/util/profile/prof_set.c
267
section = profile->first_file->data->root;
crypto/krb5/src/util/profile/prof_set.c
270
retval = profile_find_node(section, *cpp, 0, 1,
crypto/krb5/src/util/profile/prof_set.c
271
&state, §ion);
crypto/krb5/src/util/profile/prof_set.c
273
retval = profile_add_node(section, *cpp, NULL, 0, §ion);
crypto/krb5/src/util/profile/prof_set.c
282
retval = profile_find_node(section, *cpp, 0, 1, &state, 0);
crypto/krb5/src/util/profile/prof_set.c
292
retval = profile_add_node(section, *cpp, new_value, 0, NULL);
crypto/krb5/src/util/profile/prof_set.c
81
struct profile_node *section, *node;
crypto/krb5/src/util/profile/prof_tree.c
196
errcode_t profile_add_node(struct profile_node *section, const char *name,
crypto/krb5/src/util/profile/prof_tree.c
203
CHECK_MAGIC(section);
crypto/krb5/src/util/profile/prof_tree.c
205
if (section->value)
crypto/krb5/src/util/profile/prof_tree.c
214
for (p=section->first_child, last = 0; p; last = p, p = p->next) {
crypto/krb5/src/util/profile/prof_tree.c
236
new->group_level = section->group_level+1;
crypto/krb5/src/util/profile/prof_tree.c
238
new->parent = section;
crypto/krb5/src/util/profile/prof_tree.c
246
section->first_child = new;
crypto/krb5/src/util/profile/prof_tree.c
305
errcode_t profile_find_node(struct profile_node *section, const char *name,
crypto/krb5/src/util/profile/prof_tree.c
311
CHECK_MAGIC(section);
crypto/krb5/src/util/profile/prof_tree.c
316
p = section->first_child;
crypto/krb5/src/util/profile/prof_tree.c
381
errcode_t profile_find_node_relation(struct profile_node *section,
crypto/krb5/src/util/profile/prof_tree.c
389
retval = profile_find_node(section, name, 0, 0, state, &p);
crypto/krb5/src/util/profile/prof_tree.c
416
errcode_t profile_find_node_subsection(struct profile_node *section,
crypto/krb5/src/util/profile/prof_tree.c
424
retval = profile_find_node(section, name, 0, 1, state, &p);
crypto/krb5/src/util/profile/prof_tree.c
440
errcode_t profile_get_node_parent(struct profile_node *section,
crypto/krb5/src/util/profile/prof_tree.c
443
*parent = section->parent;
crypto/krb5/src/util/profile/prof_tree.c
522
struct profile_node *section, *p;
crypto/krb5/src/util/profile/prof_tree.c
584
section = iter->file->data->root;
crypto/krb5/src/util/profile/prof_tree.c
585
assert(section != NULL);
crypto/krb5/src/util/profile/prof_tree.c
587
for (p=section->first_child; p; p = p->next) {
crypto/krb5/src/util/profile/prof_tree.c
592
section = 0;
crypto/krb5/src/util/profile/prof_tree.c
595
section = p;
crypto/krb5/src/util/profile/prof_tree.c
599
if (!section) {
crypto/krb5/src/util/profile/prof_tree.c
608
iter->node = section->first_child;
crypto/openssl/apps/ca.c
1167
crl_ext = app_conf_try_string(conf, section, ENV_CRLEXT);
crypto/openssl/apps/ca.c
1182
crlnumberfile = app_conf_try_string(conf, section, ENV_CRLNUMBER);
crypto/openssl/apps/ca.c
1192
if (!app_conf_try_number(conf, section,
crypto/openssl/apps/ca.c
1195
if (!app_conf_try_number(conf, section,
crypto/openssl/apps/ca.c
1365
static char *lookup_conf(const CONF *conf, const char *section, const char *tag)
crypto/openssl/apps/ca.c
1367
char *entry = NCONF_get_string(conf, section, tag);
crypto/openssl/apps/ca.c
1369
BIO_printf(bio_err, "variable lookup failed for %s::%s\n", section, tag);
crypto/openssl/apps/ca.c
325
char *configfile = default_config_file, *section = NULL;
crypto/openssl/apps/ca.c
393
section = opt_arg();
crypto/openssl/apps/ca.c
565
if (section == NULL
crypto/openssl/apps/ca.c
566
&& (section = lookup_conf(conf, BASE_SECTION, ENV_DEFAULT_CA)) == NULL)
crypto/openssl/apps/ca.c
587
f = app_conf_try_string(conf, section, STRING_MASK);
crypto/openssl/apps/ca.c
594
f = app_conf_try_string(conf, section, UTF8_IN);
crypto/openssl/apps/ca.c
600
p = app_conf_try_string(conf, section, ENV_UNIQUE_SUBJECT);
crypto/openssl/apps/ca.c
607
dbfile = lookup_conf(conf, section, ENV_DATABASE);
crypto/openssl/apps/ca.c
629
&& (keyfile = lookup_conf(conf, section, ENV_PRIVATE_KEY)) == NULL)
crypto/openssl/apps/ca.c
649
&& (certfile = lookup_conf(conf, section, ENV_CERTIFICATE)) == NULL)
crypto/openssl/apps/ca.c
672
f = app_conf_try_string(conf, section, ENV_NAMEOPT);
crypto/openssl/apps/ca.c
681
f = app_conf_try_string(conf, section, ENV_CERTOPT);
crypto/openssl/apps/ca.c
690
f = app_conf_try_string(conf, section, ENV_EXTCOPY);
crypto/openssl/apps/ca.c
702
outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR);
crypto/openssl/apps/ca.c
726
dbfile = lookup_conf(conf, section, ENV_DATABASE);
crypto/openssl/apps/ca.c
849
&& (dgst = lookup_conf(conf, section, ENV_DEFAULT_MD)) == NULL
crypto/openssl/apps/ca.c
866
tmp_email_dn = app_conf_try_string(conf, section, ENV_DEFAULT_EMAIL_DN);
crypto/openssl/apps/ca.c
873
&& (policy = lookup_conf(conf, section, ENV_POLICY)) == NULL)
crypto/openssl/apps/ca.c
879
if (app_conf_try_string(conf, section, ENV_RAND_SERIAL) != NULL) {
crypto/openssl/apps/ca.c
882
serialfile = lookup_conf(conf, section, ENV_SERIAL);
crypto/openssl/apps/ca.c
906
extensions = app_conf_try_string(conf, section, ENV_EXTENSIONS);
crypto/openssl/apps/ca.c
924
startdate = app_conf_try_string(conf, section, ENV_DEFAULT_STARTDATE);
crypto/openssl/apps/ca.c
926
enddate = app_conf_try_string(conf, section, ENV_DEFAULT_ENDDATE);
crypto/openssl/apps/ca.c
928
if (!app_conf_try_number(conf, section, ENV_DEFAULT_DAYS, &days))
crypto/openssl/apps/fipsinstall.c
364
const char *section)
crypto/openssl/apps/fipsinstall.c
370
&& BIO_printf(out, "%s = %s\n\n", prov_name, section);
crypto/openssl/apps/fipsinstall.c
380
static int write_config_fips_section(BIO *out, const char *section,
crypto/openssl/apps/fipsinstall.c
389
if (BIO_printf(out, "[%s]\n", section) <= 0
crypto/openssl/apps/fipsinstall.c
510
const char *section,
crypto/openssl/apps/fipsinstall.c
521
if (!write_config_header(mem_bio, prov_name, section)
crypto/openssl/apps/fipsinstall.c
522
|| !write_config_fips_section(mem_bio, section,
crypto/openssl/apps/fipsinstall.c
558
static int verify_config(const char *infile, const char *section,
crypto/openssl/apps/fipsinstall.c
573
s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_INSTALL_VERSION);
crypto/openssl/apps/fipsinstall.c
578
s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_MODULE_MAC);
crypto/openssl/apps/fipsinstall.c
591
s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_INSTALL_STATUS);
crypto/openssl/apps/fipsinstall.c
596
s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_INSTALL_MAC);
crypto/openssl/apps/include/apps.h
48
void app_RAND_load_conf(CONF *c, const char *section);
crypto/openssl/apps/lib/app_rand.c
20
void app_RAND_load_conf(CONF *c, const char *section)
crypto/openssl/apps/lib/app_rand.c
22
const char *randfile = app_conf_try_string(c, section, "RANDFILE");
crypto/openssl/apps/req.c
1119
tmp = app_conf_try_string(req_conf, section, PROMPT);
crypto/openssl/apps/req.c
1123
dn_sect = app_conf_try_string(req_conf, section, DISTINGUISHED_NAME);
crypto/openssl/apps/req.c
1132
attr_sect = app_conf_try_string(req_conf, section, ATTRIBUTES);
crypto/openssl/apps/req.c
365
section = opt_arg();
crypto/openssl/apps/req.c
612
p = app_conf_try_string(req_conf, section, "default_md");
crypto/openssl/apps/req.c
618
extsect = app_conf_try_string(req_conf, section,
crypto/openssl/apps/req.c
646
passin = nofree_passin = app_conf_try_string(req_conf, section, "input_password");
crypto/openssl/apps/req.c
649
passout = nofree_passout = app_conf_try_string(req_conf, section, "output_password");
crypto/openssl/apps/req.c
651
p = app_conf_try_string(req_conf, section, STRING_MASK);
crypto/openssl/apps/req.c
658
p = app_conf_try_string(req_conf, section, UTF8_IN);
crypto/openssl/apps/req.c
667
app_RAND_load_conf(req_conf, section);
crypto/openssl/apps/req.c
675
app_RAND_load_conf(req_conf, section);
crypto/openssl/apps/req.c
677
if (!app_conf_try_number(req_conf, section, BITS, &newkey_len))
crypto/openssl/apps/req.c
733
keyout = app_conf_try_string(req_conf, section, KEYFILE);
crypto/openssl/apps/req.c
747
p = app_conf_try_string(req_conf, section, "encrypt_rsa_key");
crypto/openssl/apps/req.c
749
p = app_conf_try_string(req_conf, section, "encrypt_key");
crypto/openssl/apps/req.c
77
static const char *section = "req";
crypto/openssl/apps/srp.c
112
static char *lookup_conf(const CONF *conf, const char *section, const char *tag)
crypto/openssl/apps/srp.c
114
char *entry = NCONF_get_string(conf, section, tag);
crypto/openssl/apps/srp.c
116
BIO_printf(bio_err, "variable lookup failed for %s::%s\n", section, tag);
crypto/openssl/apps/srp.c
252
char *section = NULL;
crypto/openssl/apps/srp.c
276
section = opt_arg();
crypto/openssl/apps/srp.c
365
if (section == NULL) {
crypto/openssl/apps/srp.c
371
section = lookup_conf(conf, BASE_SECTION, ENV_DEFAULT_SRP);
crypto/openssl/apps/srp.c
372
if (section == NULL)
crypto/openssl/apps/srp.c
381
section);
crypto/openssl/apps/srp.c
383
srpvfile = lookup_conf(conf, section, ENV_DATABASE);
crypto/openssl/apps/ts.c
185
const char *section = NULL, *digestname = NULL;
crypto/openssl/apps/ts.c
224
section = opt_arg();
crypto/openssl/apps/ts.c
354
ret = !reply_command(conf, section, engine, queryfile,
crypto/openssl/apps/ts.c
47
static int reply_command(CONF *conf, const char *section, const char *engine,
crypto/openssl/apps/ts.c
53
static TS_RESP *create_response(CONF *conf, const char *section, const char *engine,
crypto/openssl/apps/ts.c
611
static int reply_command(CONF *conf, const char *section, const char *engine,
crypto/openssl/apps/ts.c
634
response = create_response(conf, section, engine, queryfile,
crypto/openssl/apps/ts.c
719
static TS_RESP *create_response(CONF *conf, const char *section, const char *engine,
crypto/openssl/apps/ts.c
731
if ((section = TS_CONF_get_tsa_section(conf, section)) == NULL)
crypto/openssl/apps/ts.c
735
if (!TS_CONF_set_serial(conf, section, serial_cb, resp_ctx))
crypto/openssl/apps/ts.c
738
if (!TS_CONF_set_crypto_device(conf, section, engine))
crypto/openssl/apps/ts.c
741
if (!TS_CONF_set_signer_cert(conf, section, signer, resp_ctx))
crypto/openssl/apps/ts.c
743
if (!TS_CONF_set_certs(conf, section, chain, resp_ctx))
crypto/openssl/apps/ts.c
745
if (!TS_CONF_set_signer_key(conf, section, inkey, passin, resp_ctx))
crypto/openssl/apps/ts.c
751
} else if (!TS_CONF_set_signer_digest(conf, section, NULL, resp_ctx)) {
crypto/openssl/apps/ts.c
755
if (!TS_CONF_set_ess_cert_id_digest(conf, section, resp_ctx))
crypto/openssl/apps/ts.c
757
if (!TS_CONF_set_def_policy(conf, section, policy, resp_ctx))
crypto/openssl/apps/ts.c
759
if (!TS_CONF_set_policies(conf, section, resp_ctx))
crypto/openssl/apps/ts.c
761
if (!TS_CONF_set_digests(conf, section, resp_ctx))
crypto/openssl/apps/ts.c
763
if (!TS_CONF_set_accuracy(conf, section, resp_ctx))
crypto/openssl/apps/ts.c
765
if (!TS_CONF_set_clock_precision_digits(conf, section, resp_ctx))
crypto/openssl/apps/ts.c
767
if (!TS_CONF_set_ordering(conf, section, resp_ctx))
crypto/openssl/apps/ts.c
769
if (!TS_CONF_set_tsa_name(conf, section, resp_ctx))
crypto/openssl/apps/ts.c
771
if (!TS_CONF_set_ess_cert_id_chain(conf, section, resp_ctx))
crypto/openssl/crypto/asn1/asn1_gen.c
406
static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf,
crypto/openssl/crypto/asn1/asn1_gen.c
418
if (section) {
crypto/openssl/crypto/asn1/asn1_gen.c
421
sect = X509V3_get_section(cnf, (char *)section);
crypto/openssl/crypto/asn1/asn1_gen.c
611
vtmp.section = NULL;
crypto/openssl/crypto/asn1/asn1_gen.c
74
static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf,
crypto/openssl/crypto/conf/conf_api.c
100
return (OPENSSL_LH_strhash(v->section) << 2) ^ OPENSSL_LH_strhash(v->name);
crypto/openssl/crypto/conf/conf_api.c
107
if (a->section != b->section) {
crypto/openssl/crypto/conf/conf_api.c
108
i = strcmp(a->section, b->section);
crypto/openssl/crypto/conf/conf_api.c
181
OPENSSL_free(a->section);
crypto/openssl/crypto/conf/conf_api.c
185
CONF_VALUE *_CONF_new_section(CONF *conf, const char *section)
crypto/openssl/crypto/conf/conf_api.c
195
i = strlen(section) + 1;
crypto/openssl/crypto/conf/conf_api.c
196
if ((v->section = OPENSSL_malloc(i)) == NULL)
crypto/openssl/crypto/conf/conf_api.c
199
memcpy(v->section, section, i);
crypto/openssl/crypto/conf/conf_api.c
211
OPENSSL_free(v->section);
crypto/openssl/crypto/conf/conf_api.c
23
CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section)
crypto/openssl/crypto/conf/conf_api.c
27
if (conf == NULL || section == NULL)
crypto/openssl/crypto/conf/conf_api.c
30
vv.section = (char *)section;
crypto/openssl/crypto/conf/conf_api.c
35
const char *section)
crypto/openssl/crypto/conf/conf_api.c
39
v = _CONF_get_section(conf, section);
crypto/openssl/crypto/conf/conf_api.c
45
int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value)
crypto/openssl/crypto/conf/conf_api.c
50
ts = (STACK_OF(CONF_VALUE) *)section->value;
crypto/openssl/crypto/conf/conf_api.c
52
value->section = section->section;
crypto/openssl/crypto/conf/conf_api.c
66
char *_CONF_get_string(const CONF *conf, const char *section,
crypto/openssl/crypto/conf/conf_api.c
78
if (section != NULL) {
crypto/openssl/crypto/conf/conf_api.c
80
vv.section = (char *)section;
crypto/openssl/crypto/conf/conf_api.c
84
if (strcmp(section, "ENV") == 0) {
crypto/openssl/crypto/conf/conf_api.c
90
vv.section = "default";
crypto/openssl/crypto/conf/conf_def.c
220
char *section = NULL, *buf;
crypto/openssl/crypto/conf/conf_def.c
237
section = OPENSSL_strdup("default");
crypto/openssl/crypto/conf/conf_def.c
238
if (section == NULL)
crypto/openssl/crypto/conf/conf_def.c
246
sv = _CONF_new_section(conf, section);
crypto/openssl/crypto/conf/conf_def.c
370
if (!str_copy(conf, NULL, §ion, start))
crypto/openssl/crypto/conf/conf_def.c
372
if ((sv = _CONF_get_section(conf, section)) == NULL)
crypto/openssl/crypto/conf/conf_def.c
373
sv = _CONF_new_section(conf, section);
crypto/openssl/crypto/conf/conf_def.c
389
psection = section;
crypto/openssl/crypto/conf/conf_def.c
50
static int str_copy(CONF *conf, char *section, char **to, char *from);
crypto/openssl/crypto/conf/conf_def.c
542
if (strcmp(psection, section) != 0) {
crypto/openssl/crypto/conf/conf_def.c
561
OPENSSL_free(section);
crypto/openssl/crypto/conf/conf_def.c
571
OPENSSL_free(section);
crypto/openssl/crypto/conf/conf_def.c
641
static int str_copy(CONF *conf, char *section, char **pto, char *from)
crypto/openssl/crypto/conf/conf_def.c
717
cp = section;
crypto/openssl/crypto/conf/conf_def.c
990
BIO_printf(out, "[%s] %s=%s\n", a->section, a->name, a->value);
crypto/openssl/crypto/conf/conf_def.c
992
BIO_printf(out, "[[%s]]\n", a->section);
crypto/openssl/crypto/conf/conf_lib.c
107
return NCONF_get_section(&ctmp, section);
crypto/openssl/crypto/conf/conf_lib.c
232
(void)sk_OPENSSL_CSTRING_push(names, v->section);
crypto/openssl/crypto/conf/conf_lib.c
286
STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section)
crypto/openssl/crypto/conf/conf_lib.c
293
if (section == NULL) {
crypto/openssl/crypto/conf/conf_lib.c
298
return _CONF_get_section_values(conf, section);
crypto/openssl/crypto/conf/conf_lib.c
369
long _CONF_get_number(const CONF *conf, const char *section,
crypto/openssl/crypto/conf/conf_lib.c
376
status = NCONF_get_number_e(conf, section, name, &result);
crypto/openssl/crypto/conf/conf_lib.c
99
const char *section)
crypto/openssl/crypto/ct/ct_log.c
141
const CONF *conf, const char *section)
crypto/openssl/crypto/ct/ct_log.c
143
const char *description = NCONF_get_string(conf, section, "description");
crypto/openssl/crypto/ct/ct_log.c
151
pkey_base64 = NCONF_get_string(conf, section, "key");
crypto/openssl/crypto/engine/eng_cnf.c
140
ecmd->section, ecmd->name, ecmd->value);
crypto/openssl/crypto/ts/ts_conf.c
135
const char *TS_CONF_get_tsa_section(CONF *conf, const char *section)
crypto/openssl/crypto/ts/ts_conf.c
137
if (!section) {
crypto/openssl/crypto/ts/ts_conf.c
138
section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA);
crypto/openssl/crypto/ts/ts_conf.c
139
if (!section)
crypto/openssl/crypto/ts/ts_conf.c
142
return section;
crypto/openssl/crypto/ts/ts_conf.c
145
int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb,
crypto/openssl/crypto/ts/ts_conf.c
149
char *serial = NCONF_get_string(conf, section, ENV_SERIAL);
crypto/openssl/crypto/ts/ts_conf.c
151
ts_CONF_lookup_fail(section, ENV_SERIAL);
crypto/openssl/crypto/ts/ts_conf.c
163
int TS_CONF_set_crypto_device(CONF *conf, const char *section,
crypto/openssl/crypto/ts/ts_conf.c
169
device = NCONF_get_string(conf, section, ENV_CRYPTO_DEVICE);
crypto/openssl/crypto/ts/ts_conf.c
172
ts_CONF_invalid(section, ENV_CRYPTO_DEVICE);
crypto/openssl/crypto/ts/ts_conf.c
206
int TS_CONF_set_signer_cert(CONF *conf, const char *section,
crypto/openssl/crypto/ts/ts_conf.c
213
cert = NCONF_get_string(conf, section, ENV_SIGNER_CERT);
crypto/openssl/crypto/ts/ts_conf.c
215
ts_CONF_lookup_fail(section, ENV_SIGNER_CERT);
crypto/openssl/crypto/ts/ts_conf.c
230
int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs,
crypto/openssl/crypto/ts/ts_conf.c
238
if ((certs = NCONF_get_string(conf, section, ENV_CERTS)) == NULL)
crypto/openssl/crypto/ts/ts_conf.c
252
int TS_CONF_set_signer_key(CONF *conf, const char *section,
crypto/openssl/crypto/ts/ts_conf.c
259
key = NCONF_get_string(conf, section, ENV_SIGNER_KEY);
crypto/openssl/crypto/ts/ts_conf.c
261
ts_CONF_lookup_fail(section, ENV_SIGNER_KEY);
crypto/openssl/crypto/ts/ts_conf.c
275
int TS_CONF_set_signer_digest(CONF *conf, const char *section,
crypto/openssl/crypto/ts/ts_conf.c
281
md = NCONF_get_string(conf, section, ENV_SIGNER_DIGEST);
crypto/openssl/crypto/ts/ts_conf.c
283
ts_CONF_lookup_fail(section, ENV_SIGNER_DIGEST);
crypto/openssl/crypto/ts/ts_conf.c
288
ts_CONF_invalid(section, ENV_SIGNER_DIGEST);
crypto/openssl/crypto/ts/ts_conf.c
299
int TS_CONF_set_def_policy(CONF *conf, const char *section,
crypto/openssl/crypto/ts/ts_conf.c
306
policy = NCONF_get_string(conf, section, ENV_DEFAULT_POLICY);
crypto/openssl/crypto/ts/ts_conf.c
308
ts_CONF_lookup_fail(section, ENV_DEFAULT_POLICY);
crypto/openssl/crypto/ts/ts_conf.c
312
ts_CONF_invalid(section, ENV_DEFAULT_POLICY);
crypto/openssl/crypto/ts/ts_conf.c
324
int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx)
crypto/openssl/crypto/ts/ts_conf.c
329
char *policies = NCONF_get_string(conf, section, ENV_OTHER_POLICIES);
crypto/openssl/crypto/ts/ts_conf.c
333
ts_CONF_invalid(section, ENV_OTHER_POLICIES);
crypto/openssl/crypto/ts/ts_conf.c
342
ts_CONF_invalid(section, ENV_OTHER_POLICIES);
crypto/openssl/crypto/ts/ts_conf.c
358
int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx)
crypto/openssl/crypto/ts/ts_conf.c
363
char *digests = NCONF_get_string(conf, section, ENV_DIGESTS);
crypto/openssl/crypto/ts/ts_conf.c
366
ts_CONF_lookup_fail(section, ENV_DIGESTS);
crypto/openssl/crypto/ts/ts_conf.c
370
ts_CONF_invalid(section, ENV_DIGESTS);
crypto/openssl/crypto/ts/ts_conf.c
374
ts_CONF_invalid(section, ENV_DIGESTS);
crypto/openssl/crypto/ts/ts_conf.c
383
ts_CONF_invalid(section, ENV_DIGESTS);
crypto/openssl/crypto/ts/ts_conf.c
396
int TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx)
crypto/openssl/crypto/ts/ts_conf.c
402
char *accuracy = NCONF_get_string(conf, section, ENV_ACCURACY);
crypto/openssl/crypto/ts/ts_conf.c
405
ts_CONF_invalid(section, ENV_ACCURACY);
crypto/openssl/crypto/ts/ts_conf.c
420
ts_CONF_invalid(section, ENV_ACCURACY);
crypto/openssl/crypto/ts/ts_conf.c
433
int TS_CONF_set_clock_precision_digits(const CONF *conf, const char *section,
crypto/openssl/crypto/ts/ts_conf.c
442
digits = _CONF_get_number(conf, section, ENV_CLOCK_PRECISION_DIGITS);
crypto/openssl/crypto/ts/ts_conf.c
444
ts_CONF_invalid(section, ENV_CLOCK_PRECISION_DIGITS);
crypto/openssl/crypto/ts/ts_conf.c
456
static int ts_CONF_add_flag(CONF *conf, const char *section,
crypto/openssl/crypto/ts/ts_conf.c
459
const char *value = NCONF_get_string(conf, section, field);
crypto/openssl/crypto/ts/ts_conf.c
465
ts_CONF_invalid(section, field);
crypto/openssl/crypto/ts/ts_conf.c
473
int TS_CONF_set_ordering(CONF *conf, const char *section, TS_RESP_CTX *ctx)
crypto/openssl/crypto/ts/ts_conf.c
475
return ts_CONF_add_flag(conf, section, ENV_ORDERING, TS_ORDERING, ctx);
crypto/openssl/crypto/ts/ts_conf.c
478
int TS_CONF_set_tsa_name(CONF *conf, const char *section, TS_RESP_CTX *ctx)
crypto/openssl/crypto/ts/ts_conf.c
480
return ts_CONF_add_flag(conf, section, ENV_TSA_NAME, TS_TSA_NAME, ctx);
crypto/openssl/crypto/ts/ts_conf.c
483
int TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section,
crypto/openssl/crypto/ts/ts_conf.c
486
return ts_CONF_add_flag(conf, section, ENV_ESS_CERT_ID_CHAIN,
crypto/openssl/crypto/ts/ts_conf.c
490
int TS_CONF_set_ess_cert_id_digest(CONF *conf, const char *section,
crypto/openssl/crypto/ts/ts_conf.c
495
const char *md = NCONF_get_string(conf, section, ENV_ESS_CERT_ID_ALG);
crypto/openssl/crypto/ts/ts_conf.c
502
ts_CONF_invalid(section, ENV_ESS_CERT_ID_ALG);
crypto/openssl/crypto/x509/v3_conf.c
27
static char *conf_lhash_get_string(void *db, const char *section, const char *value);
crypto/openssl/crypto/x509/v3_conf.c
28
static STACK_OF(CONF_VALUE) *conf_lhash_get_section(void *db, const char *section);
crypto/openssl/crypto/x509/v3_conf.c
309
int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section,
crypto/openssl/crypto/x509/v3_conf.c
317
if ((nval = NCONF_get_section(conf, section)) == NULL)
crypto/openssl/crypto/x509/v3_conf.c
335
if ((ext = X509V3_EXT_nconf_int(conf, ctx, val->section,
crypto/openssl/crypto/x509/v3_conf.c
35
const char *section,
crypto/openssl/crypto/x509/v3_conf.c
356
int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,
crypto/openssl/crypto/x509/v3_conf.c
362
return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk);
crypto/openssl/crypto/x509/v3_conf.c
369
int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,
crypto/openssl/crypto/x509/v3_conf.c
375
return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk);
crypto/openssl/crypto/x509/v3_conf.c
382
int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,
crypto/openssl/crypto/x509/v3_conf.c
386
int ret = X509V3_EXT_add_nconf_sk(conf, ctx, section, &exts);
crypto/openssl/crypto/x509/v3_conf.c
396
char *X509V3_get_string(X509V3_CTX *ctx, const char *name, const char *section)
crypto/openssl/crypto/x509/v3_conf.c
403
return ctx->db_meth->get_string(ctx->db, name, section);
crypto/openssl/crypto/x509/v3_conf.c
407
STACK_OF(CONF_VALUE) *X509V3_get_section(X509V3_CTX *ctx, const char *section)
crypto/openssl/crypto/x509/v3_conf.c
414
return ctx->db_meth->get_section(ctx->db, section);
crypto/openssl/crypto/x509/v3_conf.c
426
void X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section)
crypto/openssl/crypto/x509/v3_conf.c
428
if (!section)
crypto/openssl/crypto/x509/v3_conf.c
431
ctx->db_meth->free_section(ctx->db, section);
crypto/openssl/crypto/x509/v3_conf.c
434
static char *nconf_get_string(void *db, const char *section, const char *value)
crypto/openssl/crypto/x509/v3_conf.c
436
return NCONF_get_string(db, section, value);
crypto/openssl/crypto/x509/v3_conf.c
439
static STACK_OF(CONF_VALUE) *nconf_get_section(void *db, const char *section)
crypto/openssl/crypto/x509/v3_conf.c
441
return NCONF_get_section(db, section);
crypto/openssl/crypto/x509/v3_conf.c
47
if (section != NULL)
crypto/openssl/crypto/x509/v3_conf.c
50
section, name, value);
crypto/openssl/crypto/x509/v3_conf.c
525
static char *conf_lhash_get_string(void *db, const char *section, const char *value)
crypto/openssl/crypto/x509/v3_conf.c
527
return CONF_get_string(db, section, value);
crypto/openssl/crypto/x509/v3_conf.c
530
static STACK_OF(CONF_VALUE) *conf_lhash_get_section(void *db, const char *section)
crypto/openssl/crypto/x509/v3_conf.c
532
return CONF_get_section(db, section);
crypto/openssl/crypto/x509/v3_conf.c
553
const char *section, X509 *cert)
crypto/openssl/crypto/x509/v3_conf.c
561
ret = X509V3_EXT_add_nconf(ctmp, ctx, section, cert);
crypto/openssl/crypto/x509/v3_conf.c
570
const char *section, X509_CRL *crl)
crypto/openssl/crypto/x509/v3_conf.c
578
ret = X509V3_EXT_CRL_add_nconf(ctmp, ctx, section, crl);
crypto/openssl/crypto/x509/v3_conf.c
587
const char *section, X509_REQ *req)
crypto/openssl/crypto/x509/v3_conf.c
595
ret = X509V3_EXT_REQ_add_nconf(ctmp, ctx, section, req);
crypto/openssl/crypto/x509/v3_utl.c
110
OPENSSL_free(conf->section);
crypto/openssl/crypto/x509/v3_utl.c
63
vtmp->section = NULL;
crypto/openssl/crypto/x509/x509_acert.c
264
int X509_ACERT_add_attr_nconf(CONF *conf, const char *section,
crypto/openssl/crypto/x509/x509_acert.c
268
STACK_OF(CONF_VALUE) *attr_sk = NCONF_get_section(conf, section);
crypto/openssl/crypto/x509/x509_acert.c
279
"name=%s,section=%s", v->name, section);
crypto/openssl/include/openssl/conf.h
128
const char *section);
crypto/openssl/include/openssl/conf.h
169
const char *section);
crypto/openssl/include/openssl/conf.h
41
char *section;
crypto/openssl/include/openssl/conf_api.h
27
CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
crypto/openssl/include/openssl/conf_api.h
29
CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
crypto/openssl/include/openssl/conf_api.h
32
const char *section);
crypto/openssl/include/openssl/conf_api.h
34
int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
crypto/openssl/include/openssl/conf_api.h
35
char *_CONF_get_string(const CONF *conf, const char *section,
crypto/openssl/include/openssl/conf_api.h
37
long _CONF_get_number(const CONF *conf, const char *section,
crypto/openssl/include/openssl/ts.h
486
const char *TS_CONF_get_tsa_section(CONF *conf, const char *section);
crypto/openssl/include/openssl/ts.h
487
int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb,
crypto/openssl/include/openssl/ts.h
490
int TS_CONF_set_crypto_device(CONF *conf, const char *section,
crypto/openssl/include/openssl/ts.h
494
int TS_CONF_set_signer_cert(CONF *conf, const char *section,
crypto/openssl/include/openssl/ts.h
496
int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs,
crypto/openssl/include/openssl/ts.h
498
int TS_CONF_set_signer_key(CONF *conf, const char *section,
crypto/openssl/include/openssl/ts.h
501
int TS_CONF_set_signer_digest(CONF *conf, const char *section,
crypto/openssl/include/openssl/ts.h
503
int TS_CONF_set_def_policy(CONF *conf, const char *section,
crypto/openssl/include/openssl/ts.h
505
int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx);
crypto/openssl/include/openssl/ts.h
506
int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx);
crypto/openssl/include/openssl/ts.h
507
int TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx);
crypto/openssl/include/openssl/ts.h
508
int TS_CONF_set_clock_precision_digits(const CONF *conf, const char *section,
crypto/openssl/include/openssl/ts.h
510
int TS_CONF_set_ordering(CONF *conf, const char *section, TS_RESP_CTX *ctx);
crypto/openssl/include/openssl/ts.h
511
int TS_CONF_set_tsa_name(CONF *conf, const char *section, TS_RESP_CTX *ctx);
crypto/openssl/include/openssl/ts.h
512
int TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section,
crypto/openssl/include/openssl/ts.h
514
int TS_CONF_set_ess_cert_id_digest(CONF *conf, const char *section,
crypto/openssl/include/openssl/x509_acert.h
102
int X509_ACERT_add_attr_nconf(CONF *conf, const char *section,
crypto/openssl/include/openssl/x509v3.h
633
"section:", (val)->section, \
crypto/openssl/include/openssl/x509v3.h
87
char *(*get_string)(void *db, const char *section, const char *value);
crypto/openssl/include/openssl/x509v3.h
88
STACK_OF(CONF_VALUE) *(*get_section)(void *db, const char *section);
crypto/openssl/include/openssl/x509v3.h
90
void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section);
crypto/openssl/include/openssl/x509v3.h
926
int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section,
crypto/openssl/include/openssl/x509v3.h
928
int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,
crypto/openssl/include/openssl/x509v3.h
930
int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,
crypto/openssl/include/openssl/x509v3.h
932
int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section,
crypto/openssl/include/openssl/x509v3.h
941
const char *section, X509 *cert);
crypto/openssl/include/openssl/x509v3.h
943
const char *section, X509_REQ *req);
crypto/openssl/include/openssl/x509v3.h
945
const char *section, X509_CRL *crl);
crypto/openssl/include/openssl/x509v3.h
955
char *X509V3_get_string(X509V3_CTX *ctx, const char *name, const char *section);
crypto/openssl/include/openssl/x509v3.h
956
STACK_OF(CONF_VALUE) *X509V3_get_section(X509V3_CTX *ctx, const char *section);
crypto/openssl/include/openssl/x509v3.h
958
void X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section);
include/arpa/nameser.h
145
#define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
lib/libc/amd64/amd64_archlevel.h
67
.section .rodata; \
lib/libc/nameser/ns_parse.c
138
ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) {
lib/libc/nameser/ns_parse.c
143
tmp = section;
lib/libc/nameser/ns_parse.c
144
if (tmp < 0 || section >= ns_s_max)
lib/libc/nameser/ns_parse.c
146
if (section != handle->_sect)
lib/libc/nameser/ns_parse.c
147
setsection(handle, section);
lib/libc/nameser/ns_parse.c
152
if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
lib/libc/nameser/ns_parse.c
155
setsection(handle, section);
lib/libc/nameser/ns_parse.c
157
b = ns_skiprr(handle->_msg_ptr, handle->_eom, section,
lib/libc/nameser/ns_parse.c
176
if (section == ns_s_qd) {
lib/libc/nameser/ns_parse.c
190
if (++handle->_rrnum > handle->_counts[(int)section])
lib/libc/nameser/ns_parse.c
191
setsection(handle, (ns_sect)((int)section + 1));
lib/libc/nameser/ns_parse.c
201
ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) {
lib/libc/nameser/ns_parse.c
206
if ((tmp = section) < 0 || section >= ns_s_max)
lib/libc/nameser/ns_parse.c
208
if (section != handle->_sect)
lib/libc/nameser/ns_parse.c
209
setsection(handle, section);
lib/libc/nameser/ns_parse.c
214
if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
lib/libc/nameser/ns_parse.c
217
setsection(handle, section);
lib/libc/nameser/ns_parse.c
219
b = ns_skiprr(handle->_msg_ptr, handle->_eom, section,
lib/libc/nameser/ns_parse.c
238
if (section == ns_s_qd) {
lib/libc/nameser/ns_parse.c
252
if (++handle->_rrnum > handle->_counts[(int)section])
lib/libc/nameser/ns_parse.c
253
setsection(handle, (ns_sect)((int)section + 1));
lib/libc/nameser/ns_parse.c
78
ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) {
lib/libc/nameser/ns_parse.c
88
if (section != ns_s_qd) {
lib/libc/resolv/res_debug.c
141
ns_msg *handle, ns_sect section,
lib/libc/resolv/res_debug.c
166
if (ns_parserr(handle, section, rrnum, &rr)) {
lib/libc/resolv/res_debug.c
177
p_section(section, opcode));
lib/libc/resolv/res_debug.c
178
if (section == ns_s_qd)
lib/libc/resolv/res_debug.c
183
else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) {
lib/libc/resolv/res_debug.c
618
p_section(int section, int opcode) {
lib/libc/resolv/res_debug.c
629
return (sym_ntos(symbols, section, (int *)0));
lib/libc/resolv/res_mkupdate.c
131
section = rrecp->r_section;
lib/libc/resolv/res_mkupdate.c
132
if (section < 0 || section >= ns_s_max)
lib/libc/resolv/res_mkupdate.c
134
counts[section]++;
lib/libc/resolv/res_mkupdate.c
135
for (i = section + 1; i < ns_s_max; i++)
lib/libc/resolv/res_mkupdate.c
142
if (section == S_PREREQ) {
lib/libc/resolv/res_mkupdate.c
170
} else if (section == S_UPDATE) {
lib/libc/resolv/res_mkupdate.c
197
if (section == S_ZONE) {
lib/libc/resolv/res_mkupdate.c
207
if (section == S_UPDATE && rclass != C_ANY)
lib/libc/resolv/res_mkupdate.c
930
res_mkupdrec(int section, const char *dname,
lib/libc/resolv/res_mkupdate.c
944
rrecp->r_section = (ns_sect)section;
lib/libc/resolv/res_mkupdate.c
96
int section, numrrs = 0, counts[ns_s_max];
lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
216
# define JEMALLOC_SECTION(s) JEMALLOC_ATTR(section(s))
lib/libthr/tests/atfork_test.c
47
static __attribute__((section(".preinit_array"), used))
sys/arm/include/asmacros.h
41
#define ELFNOTE(section, type, vendor, desctype, descdata...) \
sys/arm/include/asmacros.h
42
.pushsection section, "a", %note ; \
sys/arm64/include/asm.h
221
.section .note.gnu.property, "a"; \
sys/dev/bxe/bxe.c
9781
uint64_t section;
sys/dev/bxe/bxe.c
9796
section = ((uint64_t)mapping +
sys/dev/bxe/bxe.c
9832
REG_WR(sc, reg_offset, U64_LO(section));
sys/dev/bxe/bxe.c
9833
REG_WR(sc, (reg_offset + 4), U64_HI(section));
sys/dev/bxe/bxe.c
9835
REG_WR(sc, IGU_REG_ATTN_MSG_ADDR_L, U64_LO(section));
sys/dev/bxe/bxe.c
9836
REG_WR(sc, IGU_REG_ATTN_MSG_ADDR_H, U64_HI(section));
sys/dev/bxe/bxe.c
9839
section = ((uint64_t)mapping +
sys/dev/bxe/bxe.c
9846
sp_sb_data.host_sb_addr.lo = U64_LO(section);
sys/dev/bxe/bxe.c
9847
sp_sb_data.host_sb_addr.hi = U64_HI(section);
sys/dev/ice/ice_ddp_common.c
1185
ice_sw_fv_handler(u32 sect_type, void *section, u32 index, u32 *offset)
sys/dev/ice/ice_ddp_common.c
1188
(struct ice_sw_fv_section *)section;
sys/dev/ice/ice_ddp_common.c
1190
if (!section || sect_type != ICE_SID_FLD_VEC_SW)
sys/dev/ice/ice_ddp_common.c
1808
void **section)
sys/dev/ice/ice_ddp_common.c
1812
if (!section)
sys/dev/ice/ice_ddp_common.c
1822
*section = ice_pkg_buf_alloc_section(buf, type, size);
sys/dev/ice/ice_ddp_common.c
1823
if (!*section)
sys/dev/ice/ice_ddp_common.c
2110
void *(*handler)(u32 sect_type, void *section,
sys/dev/ice/ice_ddp_common.c
2158
ice_boost_tcam_handler(u32 sect_type, void *section, u32 index, u32 *offset)
sys/dev/ice/ice_ddp_common.c
2162
if (!section)
sys/dev/ice/ice_ddp_common.c
2174
boost = (struct ice_boost_tcam_section *)section;
sys/dev/ice/ice_ddp_common.c
2407
struct ice_buf_hdr *section;
sys/dev/ice/ice_ddp_common.c
2492
section = ice_pkg_val_buf(seg->buf_table.buf_array);
sys/dev/ice/ice_ddp_common.c
2494
if (!section || LE32_TO_CPU(section->section_entry[0].type) !=
sys/dev/ice/ice_ddp_common.c
2500
size = LE16_TO_CPU(section->section_entry[0].size);
sys/dev/ice/ice_ddp_common.c
2501
offset = LE16_TO_CPU(section->section_entry[0].offset);
sys/dev/ice/ice_ddp_common.c
2514
new_topo = ((u8 *)section) + offset;
sys/dev/ice/ice_ddp_common.c
932
ice_label_enum_handler(u32 __ALWAYS_UNUSED sect_type, void *section, u32 index,
sys/dev/ice/ice_ddp_common.c
937
if (!section)
sys/dev/ice/ice_ddp_common.c
946
labels = (struct ice_label_section *)section;
sys/dev/ice/ice_ddp_common.h
415
void *(*handler)(u32 sect_type, void *section, u32 index, u32 *offset);
sys/dev/ice/ice_ddp_common.h
463
void *(*handler)(u32 sect_type, void *section,
sys/dev/ice/ice_ddp_common.h
476
void **section);
sys/dev/iwm/if_iwm.c
1803
iwm_nvm_read_chunk(struct iwm_softc *sc, uint16_t section,
sys/dev/iwm/if_iwm.c
1809
.type = htole16(section),
sys/dev/iwm/if_iwm.c
1901
uint16_t section, uint8_t *data, uint16_t *len, uint32_t size_read)
sys/dev/iwm/if_iwm.c
1921
ret = iwm_nvm_read_chunk(sc, section, offset, length, data, &seglen);
sys/dev/iwm/if_iwm.c
1925
section, offset, length);
sys/dev/iwm/if_iwm.c
1932
"NVM section %d read completed\n", section);
sys/dev/iwm/if_iwm.c
2322
int i, ret, section;
sys/dev/iwm/if_iwm.c
2339
for (section = 0; section < IWM_NVM_NUM_OF_SECTIONS; section++) {
sys/dev/iwm/if_iwm.c
2341
ret = iwm_nvm_read_section(sc, section, nvm_buffer,
sys/dev/iwm/if_iwm.c
2353
nvm_sections[section].data = temp;
sys/dev/iwm/if_iwm.c
2354
nvm_sections[section].length = len;
sys/dev/iwm/if_iwm.c
2376
const struct iwm_fw_desc *section)
sys/dev/iwm/if_iwm.c
2381
uint32_t offset, chunk_sz = MIN(IWM_FH_MEM_TB_MAX_LENGTH, section->len);
sys/dev/iwm/if_iwm.c
2391
for (offset = 0; offset < section->len; offset += chunk_sz) {
sys/dev/iwm/if_iwm.c
2395
copy_size = MIN(chunk_sz, section->len - offset);
sys/dev/iwm/if_iwm.c
2396
dst_addr = section->offset + offset;
sys/dev/iwm/if_iwm.c
2406
memcpy(v_addr, (const uint8_t *)section->data + offset,
sys/dev/iwn/if_iwn.c
8210
const uint8_t *section, int size)
sys/dev/iwn/if_iwn.c
8218
memcpy(dma->vaddr, section, size);
sys/dev/iwx/if_iwx.c
3829
const struct iwx_pnvm_section *section;
sys/dev/iwx/if_iwx.c
3832
section = (const void *)data;
sys/dev/iwx/if_iwx.c
3833
data_len = tlv_len - sizeof(*section);
sys/dev/iwx/if_iwx.c
3847
memcpy(tmp + size, section->data, data_len);
sys/dev/md/md.c
187
u_char mfs_root[MD_ROOT_SIZE*1024] __attribute__ ((section ("oldmfs")));
sys/dev/qat/include/common/adf_cfg.h
55
const char *section,
sys/dev/qat/include/common/adf_cfg.h
60
struct adf_cfg_section *section);
sys/dev/qat/include/common/adf_cfg.h
81
struct adf_cfg_section *section);
sys/dev/qat/include/common/adf_transport.h
13
const char *section,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
1371
char *section = DYN_SEC;
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
1451
section = icpGetProcessName();
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
1460
status = icp_adf_cfgGetParamValue(dev, section, keyStr, valStr);
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
1474
section,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
370
char *section = DYN_SEC;
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
375
section = icpGetProcessName();
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
398
icp_adf_cfgGetParamValue(device, section, temp_string, adfGetParam);
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
415
icp_adf_cfgGetParamValue(device, section, temp_string, adfGetParam);
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
479
section,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
511
icp_adf_cfgGetParamValue(device, section, temp_string, adfGetParam);
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
543
section,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
581
section,
sys/dev/qat/qat_api/common/ctrl/sal_compression.c
695
section,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
1171
char *section = DYN_SEC;
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
1258
section = icpGetProcessName();
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
1261
status = icp_adf_cfgGetParamValue(dev, section, keyStr, valStr);
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
1271
section,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
189
char *section)
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
202
section = icpGetProcessName();
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
219
section,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
243
section,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
342
char *section = DYN_SEC;
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
346
section = icpGetProcessName();
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
374
icp_adf_cfgGetParamValue(device, section, temp_string, adfGetParam);
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
398
section);
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
478
char *section = DYN_SEC;
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
482
section = icpGetProcessName();
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
502
section,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
549
char *section,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
560
section,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
580
char *section = DYN_SEC;
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
584
section = icpGetProcessName();
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
600
section,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
610
section,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
620
section,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
628
section,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
641
section,
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
656
icp_adf_cfgGetParamValue(device, section, temp_string, adfGetParam);
sys/dev/qat/qat_api/common/ctrl/sal_crypto.c
721
strncpy(temp_string2, section, (strlen(section) + 1));
sys/dev/qat/qat_api/qat_direct/include/icp_adf_cfg.h
100
const char *section,
sys/dev/qat/qat_api/qat_direct/include/icp_adf_transport.h
133
const char *section,
sys/dev/qat/qat_api/qat_direct/include/icp_adf_transport.h
162
const char *section,
sys/dev/qat/qat_api/qat_direct/include/icp_adf_transport.h
186
const char *section,
sys/dev/qat/qat_api/qat_kernel/src/lac_adf_interface_freebsd.c
186
const char *section,
sys/dev/qat/qat_api/qat_kernel/src/lac_adf_interface_freebsd.c
190
if (adf_cfg_get_param_value(adf->accel_dev, section, param, value) ==
sys/dev/qat/qat_api/qat_kernel/src/qat_transport.c
34
const char *section,
sys/dev/qat/qat_api/qat_kernel/src/qat_transport.c
52
section,
sys/dev/qat/qat_api/qat_kernel/src/qat_transport.c
75
const char *section,
sys/dev/qat/qat_common/adf_cfg.c
328
struct adf_cfg_section *section =
sys/dev/qat/qat_common/adf_cfg.c
330
if (!section)
sys/dev/qat/qat_common/adf_cfg.c
366
adf_cfg_keyval_remove(key, section);
sys/dev/qat/qat_common/adf_cfg.c
374
adf_cfg_keyval_add(key_val, section);
sys/dev/qat/qat_common/adf_cfg.c
382
struct adf_cfg_section *section)
sys/dev/qat/qat_common/adf_cfg.c
394
strlcpy(section->name, name, sizeof(section->name));
sys/dev/qat/qat_common/adf_cfg.c
395
INIT_LIST_HEAD(§ion->param_head);
sys/dev/qat/qat_common/adf_cfg.c
405
list_add_tail(&key_val->list, §ion->param_head);
sys/dev/qat/qat_common/adf_cfg.c
462
struct adf_cfg_section *section =
sys/dev/qat/qat_common/adf_cfg.c
464
if (!section)
sys/dev/qat/qat_common/adf_cfg.c
468
adf_cfg_keyval_remove(key, section);
sys/dev/qat/qat_common/adf_cfg.c
532
struct adf_cfg_section *section =
sys/dev/qat/qat_common/adf_cfg.c
534
if (!section)
sys/dev/qat/qat_common/adf_cfg.c
545
adf_cfg_keyval_add(key_val, section);
sys/dev/qat/qat_common/adf_cfg.c
552
struct adf_cfg_section *section)
sys/dev/qat/qat_common/adf_cfg.c
557
ret = adf_cfg_section_add(accel_dev, section->name);
sys/dev/qat/qat_common/adf_cfg.c
561
list_for_each_entry(ptr, §ion->param_head, list)
sys/dev/qat/qat_common/adf_cfg.c
564
accel_dev, section->name, ptr->key, ptr->val, ptr->type);
sys/dev/qat/qat_common/adf_cfg.c
571
adf_cfg_section_del(accel_dev, section->name);
sys/dev/qat/qat_common/adf_cfg.c
575
section->name);
sys/dev/qat/qat_common/adf_cfg.c
581
const char *section,
sys/dev/qat/qat_common/adf_cfg.c
589
ret = adf_cfg_key_val_get(accel_dev, section, name, value);
sys/dev/qat/qat_common/adf_ctl_drv.c
101
if (copyin(section.params, &key_val,
sys/dev/qat/qat_common/adf_ctl_drv.c
107
user_ptr = ((char *)section.params) + ADF_CFG_MAX_KEY_LEN_IN_BYTES;
sys/dev/qat/qat_common/adf_ctl_drv.c
110
accel_dev, section.name, key_val.key, val)) {
sys/dev/qat/qat_common/adf_ctl_drv.c
90
struct adf_user_cfg_section section;
sys/dev/qat/qat_common/adf_ctl_drv.c
94
if (copyin(ctl_data->config_section, §ion,
sys/dev/qat/qat_common/adf_fw_counters.c
327
struct adf_fw_counters_section *section =
sys/dev/qat/qat_common/adf_fw_counters.c
333
if (!section)
sys/dev/qat/qat_common/adf_fw_counters.c
352
adf_fw_counters_keyval_add(key_val, section);
sys/dev/qat/qat_common/adf_transport.c
372
const char *section,
sys/dev/qat/qat_common/adf_transport.c
403
if (adf_cfg_get_param_value(accel_dev, section, ring_name, val)) {
sys/dev/qat/qat_common/adf_transport.c
406
section,
sys/dev/qat/qat_common/adf_transport.c
523
const char *section,
sys/dev/qat/qat_common/adf_transport.c
533
if (adf_cfg_get_param_value(accel_dev, section, key_buf, val_buf))
sys/dev/qat/qat_common/adf_transport.c
543
const char *section,
sys/dev/qat/qat_common/adf_transport.c
551
section,
sys/powerpc/include/asm.h
105
.section ".text"; \
sys/powerpc/include/asm.h
108
.section ".opd","aw"; \
sys/powerpc/include/asm.h
261
.section .gnu.warning. ## _sym ; .ascii _msg ; .text
sys/powerpc/include/asm.h
264
.section .gnu.warning./**/_sym ; .ascii _msg ; .text
sys/powerpc/include/asm.h
96
.section ".toc","aw"; \
usr.bin/nl/nl.c
278
int section; /* logical page section */
usr.bin/nl/nl.c
285
section = BODY;
usr.bin/nl/nl.c
299
section = idx;
usr.bin/nl/nl.c
307
switch (numbering_properties[section].type) {
usr.bin/nl/nl.c
327
(regexec(&numbering_properties[section].expr,
usr.bin/nl/nl.c
361
parse_numbering(const char *argstr, int section)
usr.bin/nl/nl.c
368
numbering_properties[section].type = number_all;
usr.bin/nl/nl.c
371
numbering_properties[section].type = number_none;
usr.bin/nl/nl.c
374
numbering_properties[section].type = number_nonempty;
usr.bin/nl/nl.c
378
if (numbering_properties[section].type == number_regex)
usr.bin/nl/nl.c
379
regfree(&numbering_properties[section].expr);
usr.bin/nl/nl.c
381
numbering_properties[section].type = number_regex;
usr.bin/nl/nl.c
384
if ((error = regcomp(&numbering_properties[section].expr,
usr.bin/nl/nl.c
387
&numbering_properties[section].expr,
usr.bin/nl/nl.c
391
numbering_properties[section].name, errorbuf,
usr.bin/nl/nl.c
398
numbering_properties[section].name, argstr);
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.c
469
struct rtlbt_section *section;
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.c
498
section = rtlbt_iov_fetch(&iov, sizeof(*section));
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.c
499
if (section == NULL)
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.c
501
section_len = le32toh(section->len);
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.c
502
opcode = le32toh(section->opcode);
usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.c
504
rtlbt_debug("section, opcode 0x%08x", section->opcode);
usr.sbin/moused/moused/quirks.c
1154
parse_value_line(struct quirks_context *ctx, struct section *s, const char *line)
usr.sbin/moused/moused/quirks.c
1201
struct section *section = NULL;
usr.sbin/moused/moused/quirks.c
1282
if (section &&
usr.sbin/moused/moused/quirks.c
1283
(!section->has_match || !section->has_property)) {
usr.sbin/moused/moused/quirks.c
1285
path, lineno, section->name);
usr.sbin/moused/moused/quirks.c
1290
section = section_new(path, line);
usr.sbin/moused/moused/quirks.c
1291
list_append(&ctx->sections, §ion->link);
usr.sbin/moused/moused/quirks.c
1328
if (!parse_value_line(ctx, section, line)) {
usr.sbin/moused/moused/quirks.c
1337
if (!section) {
usr.sbin/moused/moused/quirks.c
1342
if ((!section->has_match || !section->has_property)) {
usr.sbin/moused/moused/quirks.c
1344
path, lineno, section->name);
usr.sbin/moused/moused/quirks.c
1440
struct section *s;
usr.sbin/moused/moused/quirks.c
1677
const struct section *s)
usr.sbin/moused/moused/quirks.c
1723
struct section *s,
usr.sbin/moused/moused/quirks.c
1817
struct section *s;
usr.sbin/moused/moused/quirks.c
487
static inline struct section *
usr.sbin/moused/moused/quirks.c
490
struct section *s = zalloc(sizeof(*s));
usr.sbin/moused/moused/quirks.c
502
section_destroy(struct section *s)
usr.sbin/moused/moused/quirks.c
549
struct section *s,
usr.sbin/moused/moused/quirks.c
666
struct section *s,
usr.sbin/moused/moused/quirks.c
708
struct section *s,
usr.sbin/moused/moused/quirks.c
895
struct section *s,