Searched refs:ents (Results 1 - 10 of 10) sorted by path

/freebsd-11-stable/contrib/apr-util/ldap/
H A Dapr_ldap_option.c402 struct apr_ldap_opt_tls_cert_t *ents = (struct apr_ldap_opt_tls_cert_t *)certs->elts; local
417 switch (ents[i].type) {
419 cert7db = ents[i].path;
422 secmod = ents[i].path;
425 key3db = ents[i].path;
428 nickname = ents[i].path;
429 password = ents[i].password;
511 switch (ents[i].type) {
513 result->rc = ldapssl_add_trusted_cert((void *)ents[i].path,
518 result->rc = ldapssl_add_trusted_cert((void *)ents[
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-bfd.h1381 struct got_entry **ents;
1498 #define elf_local_got_ents(bfd) (elf_tdata(bfd) -> local_got.ents)
1379 struct got_entry **ents; member in union:elf_obj_tdata::__anon200
/freebsd-11-stable/contrib/gdb/gdb/
H A Dauxv.c153 int ents = 0; local
189 int ents = 0; local
268 ++ents;
273 return ents;
283 int ents = fprint_target_auxv (gdb_stdout, &current_target); local
284 if (ents < 0)
286 else if (ents == 0)
/freebsd-11-stable/crypto/openssh/
H A Dsftp-client.c523 u_int count, id, i, expected_id, ents = 0; local
550 ents = 0;
633 *dir = xreallocarray(*dir, ents + 2, sizeof(**dir));
634 (*dir)[ents] = xcalloc(1, sizeof(***dir));
635 (*dir)[ents]->filename = xstrdup(filename);
636 (*dir)[ents]->longname = xstrdup(longname);
637 memcpy(&(*dir)[ents]->a, &a, sizeof(a));
638 (*dir)[++ents] = NULL;
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c1384 int i, j, max, ents, entnum; local
1393 ents = HDA_PARAM_CONN_LIST_LENGTH_LIST_LENGTH(res);
1395 if (ents < 1)
1408 for (i = 0; i < ents; i += entnum) {
1414 if (w->nconns < ents)
1420 ents, w->nconns, res);
/freebsd-11-stable/sys/kern/
H A Dkern_fail.c954 parse_fail_point(struct fail_point_setting *ents, char *p) argument
963 p = parse_term(ents, p);
970 (p = parse_term(ents, p+2)) == NULL ||
981 parse_term(struct fail_point_setting *ents, char *p) argument
985 ent = fail_point_entry_new(ents);
/freebsd-11-stable/tools/LibraryReport/
H A DLibraryReport.tcl141 set ents [glob -nocomplain "$dir/*"];
154 foreach f $ents {
165 foreach f $ents {
/freebsd-11-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c203 struct cpu_entry *ents; member in struct:cpu_type
1968 the_cpu.ents = sandy_bridge;
1977 the_cpu.ents = ivy_bridge;
1987 the_cpu.ents = haswell;
1997 the_cpu.ents = broadwell;
2007 if (strcmp(name, the_cpu.ents[i].name) == 0) {
2009 expression = the_cpu.ents[i].func;
2010 command = the_cpu.ents[i].command;
2011 threshold = the_cpu.ents[i].thresh;
2012 if (the_cpu.ents[
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dudb.c903 int ents = 0; local
934 if (ents >= MAXUDBENT)
964 ents++;
975 ents++;
1087 ents++;
/freebsd-11-stable/usr.bin/mkimg/
H A Dgpt.c136 u_int ents; local
138 ents = secsz / sizeof(struct gpt_ent);
139 return ((nparts + ents - 1) / ents);

Completed in 201 milliseconds