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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dorder.c48 ISC_LIST(dns_order_ent_t) ents;
66 ISC_LIST_INIT(order->ents);
105 ISC_LIST_INITANDAPPEND(order->ents, ent, link);
124 for (ent = ISC_LIST_HEAD(order->ents);
161 while ((ent = ISC_LIST_HEAD(order->ents)) != NULL) {
162 ISC_LIST_UNLINK(order->ents, ent, link);
/freebsd-9.3-release/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-9.3-release/tools/LibraryReport/
H A DLibraryReport.tcl141 set ents [glob -nocomplain "$dir/*"];
154 foreach f $ents {
165 foreach f $ents {
/freebsd-9.3-release/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-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir2_node.c122 int n; /* count of live freespc ents */
226 ASSERT(index == 0 || be32_to_cpu(leaf->ents[index - 1].hashval) <= args->hashval);
228 be32_to_cpu(leaf->ents[index].hashval) >= args->hashval);
252 lep = &leaf->ents[index];
274 be32_to_cpu(leaf->ents[lowstale].address) !=
285 be32_to_cpu(leaf->ents[highstale].address) !=
299 ASSERT(be32_to_cpu(leaf->ents[lowstale].address) ==
303 memmove(&leaf->ents[lowstale],
304 &leaf->ents[lowstale + 1],
306 lep = &leaf->ents[inde
[all...]
H A Dxfs_dir2_leaf.c120 memcpy(leaf->ents, blp, be32_to_cpu(btp->count) * sizeof(xfs_dir2_leaf_entry_t));
224 for (use_block = -1, lep = &leaf->ents[index];
257 (leaf->hdr.stale ? 0 : (uint)sizeof(leaf->ents[0])) +
269 if ((char *)bestsp - (char *)&leaf->ents[be16_to_cpu(leaf->hdr.count)] < needbytes &&
277 else if ((char *)bestsp - (char *)&leaf->ents[be16_to_cpu(leaf->hdr.count)] <
471 be32_to_cpu(leaf->ents[lowstale].address) !=
482 be32_to_cpu(leaf->ents[highstale].address) !=
496 ASSERT(be32_to_cpu(leaf->ents[lowstale].address) ==
503 memmove(&leaf->ents[lowstale],
504 &leaf->ents[lowstal
[all...]
H A Dxfs_dir2_leaf.h75 xfs_dir2_leaf_entry_t ents[1]; /* entries */ member in struct:xfs_dir2_leaf
H A Dxfs_dir2_block.c66 int compact; /* need to compact leaf ents */
980 if (be32_to_cpu(leaf->ents[from].address) == XFS_DIR2_NULL_DATAPTR)
982 lep[to++] = leaf->ents[from];
H A Dxfs_da_btree.c369 size = (int)((char *)&leaf->ents[be16_to_cpu(leaf->hdr.count)] -
1794 dead_hash = be32_to_cpu(dead_leaf2->ents[be16_to_cpu(dead_leaf2->hdr.count) - 1].hashval);
H A Dxfsidbg.c5964 e = leaf->ents;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dumem.c320 int ents;
381 ents = min_t(int, npages, IB_UMEM_MAX_PAGE_CHUNK);
383 (sizeof(struct scatterlist) * ents),
391 chunk->nents = ents;
392 sg_init_table(&chunk->page_list[0], ents);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dudb.c899 int ents = 0; local
928 if (ents >= MAXUDBENT)
958 ents++;
969 ents++;
1081 ents++;
/freebsd-9.3-release/crypto/openssh/
H A Dsftp-client.c461 u_int count, type, id, handle_len, i, expected_id, ents = 0; local
484 ents = 0;
547 *dir = xrealloc(*dir, ents + 2, sizeof(**dir));
548 (*dir)[ents] = xcalloc(1, sizeof(***dir));
549 (*dir)[ents]->filename = xstrdup(filename);
550 (*dir)[ents]->longname = xstrdup(longname);
551 memcpy(&(*dir)[ents]->a, a, sizeof(*a));
552 (*dir)[++ents] = NULL;
/freebsd-9.3-release/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::__anon330
/freebsd-9.3-release/sys/dev/sound/pci/hda/
H A Dhdaa.c999 int i, j, max, ents, entnum; local
1008 ents = HDA_PARAM_CONN_LIST_LENGTH_LIST_LENGTH(res);
1010 if (ents < 1)
1023 for (i = 0; i < ents; i += entnum) {
1029 if (w->nconns < ents)
1035 ents, w->nconns, res);

Completed in 447 milliseconds