Searched refs:entries (Results 151 - 175 of 273) sorted by relevance

1234567891011

/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf64-alpha.c113 /* Cumulative flags for all the .got entries. */
222 equality wrt PLT entries -- we don't create a PLT entry if a symbol's
300 /* For every input file, these are the got entries for that object's
1764 or PLT entries), there's no possibility or desire to optimize TLS
2039 the actual plt entries until size_plt_section, called from
2060 is not a function. The Alpha, since it uses .got entries for all
2101 /* Merge the .got entries. Cannibalize the old symbol's list in
2129 /* And similar for the reloc entries. */
2169 /* By their nature, local .got entries cannot be merged. */
2239 /* Let the local .got entries kno
2484 unsigned long entries; local
2591 unsigned long entries; local
2647 unsigned long entries; local
2690 unsigned long entries; local
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Drescoff.c68 /* Number of named directory entries. */
70 /* Number of directory entries with IDs. */
158 don't free data, since we create resource entries that point into
200 rd->entries = NULL;
205 pp = &rd->entries;
207 /* The resource directory entries immediately follow the directory
383 /* Length of directory tables and entries. */
387 /* Length of resource data entries. */
391 /* Directory tables and entries. */
395 /* Resource data entries
[all...]
H A Dresres.c225 for (re = rd->entries; re != NULL; re = re->next)
678 (*resources)->entries = NULL;
681 for (pp = &(*resources)->entries; *pp != NULL; pp = &(*pp)->next)
/freebsd-9.3-release/contrib/cvs/src/
H A Dedit.c48 onoff_filesdoneproc (callerdat, err, repository, update_dir, entries)
53 List *entries;
360 node = findnode_fn (finfo->entries, finfo->file);
544 node = findnode_fn (finfo->entries, finfo->file);
571 Register (finfo->entries, finfo->file, baserev, entdata->timestamp,
H A Dadmin.c25 List *entries));
940 admin_dirproc (callerdat, dir, repos, update_dir, entries)
945 List *entries;
H A Dlock.c989 List *entries));
996 lock_filesdoneproc (callerdat, err, repository, update_dir, entries)
1001 List *entries;
H A Dpatch.c29 List *entries));
805 patch_dirproc (callerdat, dir, repos, update_dir, entries)
810 List *entries;
H A Dclassify.c457 Register (finfo->entries, finfo->file, vers->vn_user, vers->ts_rcs,
463 /* We need to update the entries line on the client side.
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c94 struct mtree_entry *entries; member in struct:mtree
167 p = mtree->entries;
205 * attributes for each file. For those entries, only the last line
343 mtree->entries = entry;
405 mtree->this_entry = mtree->entries;
467 if (mtree->entries == NULL) {
537 * "Full" entries are allowed to have multiple lines
539 * don't support multiple lines for "relative" entries
541 * separate "relative" and "full" entries. (Merging
542 * "relative" and "full" entries woul
[all...]
/freebsd-9.3-release/sys/dev/agp/
H A Dagp.c143 u_int32_t entries = apsize >> AGP_PAGE_SHIFT; local
151 if (entries == 0) {
160 gatt->ag_entries = entries;
161 gatt->ag_virtual = contigmalloc(entries * sizeof(u_int32_t), M_AGP, 0,
169 bzero(gatt->ag_virtual, entries * sizeof(u_int32_t));
553 * entries in the GATT (assuming that PAGE_SIZE >=
582 * Install entries in the GATT, making sure that if
585 * entries.
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_display.c3815 DRM_DEBUG_KMS("FIFO entries required for mode: %ld\n", entries_required);
4086 int entries, tlb_miss; local
4101 entries = ((clock * pixel_size / 1000) * display_latency_ns) / 1000;
4104 entries += tlb_miss;
4105 entries = howmany(entries, display->cacheline_size);
4106 *plane_wm = entries + display->guard_size;
4113 entries = line_count * 64 * pixel_size;
4116 entries += tlb_miss;
4117 entries
4172 int entries; local
4276 int entries; local
4388 int entries; local
4521 int entries; local
4770 int entries, tlb_miss; local
4805 int entries; local
[all...]
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-signzone.c698 size_t entries; member in struct:hashlist
706 l->entries = 0;
726 if (l->entries == l->size) {
732 memset(l->hashbuf + l->entries * l->length, 0, l->length);
733 memmove(l->hashbuf + l->entries * l->length, hash, len);
734 l->entries++;
768 qsort(l->hashbuf, l->entries, l->length, hashlist_comp);
775 size_t entries = l->entries; local
780 while (entries >
801 size_t entries = l->entries; local
[all...]
/freebsd-9.3-release/bin/ls/
H A Dprint.c252 if (dp->entries > lastentries) {
254 realloc(array, dp->entries * sizeof(FTSENT *))) == NULL) {
259 lastentries = dp->entries;
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddirdeps.mk44 # All unqualified entries end up being qualified with .${TARGET_SPEC}
46 # entries) are also expanded to a full .<target_spec>.
50 # The fully qualified directory entries are used to construct a
151 # this handles unqualified entries
261 # SKIP_DIRDEPS allows for adding entries on command line.
401 # some entries may be qualified with .<machine>
/freebsd-9.3-release/include/rpcsvc/
H A Dnfs_prot.x272 entry *entries;
951 entry3 *entries;
993 entryplus3 *entries;
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c179 iwch_create_cq(struct ib_device *ibdev, int entries, int vector, argument
191 CTR3(KTR_IW_CXGB, "%s ib_dev %p entries %d", __FUNCTION__, ibdev, entries);
219 entries += 16;
221 entries = roundup_pow_of_two(entries);
222 chp->cq.size_log2 = ilog2(entries);
782 /* The RQT size must be # of entries + 1 rounded up to a power of two */
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir.c225 * Initialize a directory with its "." and ".." entries.
671 * Copy out directory entries for getdents(), for leaf directories.
713 entry = &leaf->entries[index];
922 if (bp && INT_GET(leaf->entries[0].hashval, ARCH_CONVERT) > cookhash) {
929 cookhash > INT_GET(leaf->entries[INT_GET(leaf->hdr.count, ARCH_CONVERT) - 1].hashval, ARCH_CONVERT)) {
1062 entry = &leaf->entries[blk->index];
1157 INT_GET(leaf->entries[0].hashval, ARCH_CONVERT),
1159 INT_GET(leaf->entries[last].hashval, ARCH_CONVERT),
/freebsd-9.3-release/sys/dev/amr/
H A Damr_cam.c295 csio->ccb_h.sim_priv.entries[0].field= cam_sim_bus(sim);
435 bus = csio->ccb_h.sim_priv.entries[0].field;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h324 int mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata);
325 struct ib_cq *mlx4_ib_create_cq(struct ib_device *ibdev, int entries, int vector,
/freebsd-9.3-release/sys/x86/acpica/
H A Dacpi_apm.c261 STAILQ_INSERT_TAIL(&acpi_sc->apm_cdevs, clone, entries);
299 STAILQ_REMOVE(&acpi_sc->apm_cdevs, clone, apm_clone_data, entries);
/freebsd-9.3-release/tools/tools/vhba/mptest/
H A Dvhba_mptest.c117 ccbh->sim_priv.entries[0].ptr = vhbas;
399 mptest_t *vhbas = ccbh->sim_priv.entries[0].ptr;
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_parser.h188 SIMPLEQ_ENTRY(node_tinit) entries; member in struct:node_tinit
/freebsd-9.3-release/sys/boot/i386/mbr/
H A Dmbr.s61 movb $0x4,%cl # Number of entries
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dacpredef.h135 * The main entries in the table each contain the following items:
524 _PRT - currently ignore reversed entries. Attempt to fix here?
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_lb.c277 r = TAILQ_NEXT(r, entries);
287 r = TAILQ_NEXT(r, entries);
291 r = TAILQ_NEXT(r, entries);
567 if ((rpool->cur = TAILQ_NEXT(rpool->cur, entries)) == NULL)

Completed in 336 milliseconds

1234567891011