Searched refs:ents (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-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-10-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-10-stable/tools/LibraryReport/
H A DLibraryReport.tcl141 set ents [glob -nocomplain "$dir/*"];
154 foreach f $ents {
165 foreach f $ents {
/freebsd-10-stable/sys/kern/
H A Dkern_fail.c431 parse_fail_point(struct fail_point_entries *ents, char *p) argument
436 p = parse_term(ents, p);
442 p = parse_term(ents, p + 2);
453 parse_term(struct fail_point_entries *ents, char *p) argument
460 TAILQ_INSERT_TAIL(ents, ent, fe_entries);
590 free_entry(struct fail_point_entries *ents, struct fail_point_entry *ent) argument
592 TAILQ_REMOVE(ents, ent, fe_entries);
601 clear_entries(struct fail_point_entries *ents) argument
605 TAILQ_FOREACH_SAFE(ent, ents, fe_entries, ent_next)
607 TAILQ_INIT(ents);
[all...]
/freebsd-10-stable/usr.bin/mkimg/
H A Dgpt.c152 u_int ents; local
154 ents = secsz / sizeof(struct gpt_ent);
155 return ((nparts + ents - 1) / ents);
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Dumem.c322 int ents;
383 ents = min_t(int, npages, IB_UMEM_MAX_PAGE_CHUNK);
385 (sizeof(struct scatterlist) * ents),
393 chunk->nents = ents;
394 sg_init_table(&chunk->page_list[0], ents);
/freebsd-10-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c200 struct cpu_entry *ents; member in struct:cpu_type
1537 the_cpu.ents = sandy_bridge;
1546 the_cpu.ents = ivy_bridge;
1556 the_cpu.ents = haswell;
1565 if (strcmp(name, the_cpu.ents[i].name) == 0) {
1567 expression = the_cpu.ents[i].func;
1568 command = the_cpu.ents[i].command;
1569 threshold = the_cpu.ents[i].thresh;
1591 if (strcmp(name, the_cpu.ents[i].name) == 0) {
2071 printf("For -e %s ", the_cpu.ents[
[all...]
/freebsd-10-stable/contrib/sendmail/src/
H A Dudb.c899 int ents = 0; local
928 if (ents >= MAXUDBENT)
958 ents++;
969 ents++;
1081 ents++;
/freebsd-10-stable/crypto/openssh/
H A Dsftp-client.c517 u_int count, id, i, expected_id, ents = 0; local
544 ents = 0;
625 *dir = xreallocarray(*dir, ents + 2, sizeof(**dir));
626 (*dir)[ents] = xcalloc(1, sizeof(***dir));
627 (*dir)[ents]->filename = xstrdup(filename);
628 (*dir)[ents]->longname = xstrdup(longname);
629 memcpy(&(*dir)[ents]->a, &a, sizeof(a));
630 (*dir)[++ents] = NULL;
/freebsd-10-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::__anon208
/freebsd-10-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);

Completed in 146 milliseconds