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

1234567891011>>

/freebsd-13-stable/sys/powerpc/pseries/
H A Dplpar_iommu.c64 SLIST_ENTRY(iommu_map) entries;
126 SLIST_FOREACH(i, &iommu_map_head, entries) {
144 SLIST_INSERT_HEAD(&iommu_map_head, window->map, entries);
/freebsd-13-stable/sys/security/mac_veriexec/
H A Dveriexec_fingerprint.c80 LIST_FOREACH(fpops, &fpops_list, entries) {
345 LIST_FOREACH(fpops, &fpops_list, entries) {
374 LIST_INSERT_HEAD(&fpops_list, fpops, entries);
/freebsd-13-stable/tools/tools/dmardump/
H A Ddmardump.c259 int addr_size, entries, i; local
267 entries = (rsdp->Length - sizeof(ACPI_TABLE_HEADER)) / addr_size;
268 for (i = 0; i < entries; i++) {
/freebsd-13-stable/tools/tools/ncpus/
H A Dacpi.c129 int entries, i; local
131 entries = (rsdp->len - SIZEOF_SDT_HDR) / addr_size;
132 for (i = 0; i < entries; i++) {
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.h44 CK_SLIST_ENTRY(nat64lsn_state) entries; member in struct:nat64lsn_state
69 CK_SLIST_ENTRY(nat64lsn_pg) entries; member in struct:nat64lsn_pg
165 CK_SLIST_ENTRY(nat64lsn_host) entries; member in struct:nat64lsn_host
/freebsd-13-stable/sys/powerpc/powermac/
H A Data_dbdma.c206 ata_dbdma_load(struct ata_request *request, void *addr, int *entries) argument
243 if (entries)
244 *entries = args.nsegs;
/freebsd-13-stable/usr.bin/truss/
H A Dsetup.c277 LIST_FOREACH(nt, &p->threadlist, entries) {
287 LIST_INSERT_HEAD(&p->threadlist, nt, entries);
295 LIST_REMOVE(t, entries);
336 LIST_FOREACH(np, &info->proclist, entries) {
350 LIST_INSERT_HEAD(&info->proclist, np, entries);
363 LIST_FOREACH_SAFE(t, &p->threadlist, entries, t2) {
366 LIST_REMOVE(p, entries);
375 LIST_FOREACH_SAFE(p, &info->proclist, entries, p2) {
386 LIST_FOREACH(np, &info->proclist, entries) {
406 LIST_FOREACH(nt, &np->threadlist, entries) {
[all...]
/freebsd-13-stable/sbin/fsck/
H A Dfsck.c69 TAILQ_ENTRY(entry) entries;
421 TAILQ_FOREACH(e, &selhead, entries)
434 TAILQ_FOREACH(e, &opthead, entries)
452 TAILQ_FOREACH(e, &opthead, entries)
469 TAILQ_INSERT_TAIL(list, e, entries);
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.c78 TAILQ_INIT(&plist->entries);
122 /* Free all property entries */
123 TAILQ_FOREACH_SAFE(ple, &plist->entries, pl_link, ple_next) {
339 TAILQ_REMOVE(&plist->entries, entry, pl_link);
436 TAILQ_INSERT_TAIL(&plist->entries, entry, pl_link);
543 if ((entry = TAILQ_FIRST(&plist->entries)) == NULL)
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_ev.c129 delta = (stop >= id) ? (stop - id) : (rxq->entries - id + stop);
305 delta = (stop >= id) ? (stop - id) : (txq->entries - id + stop);
744 EFX_EVQ_NBUFS(evq->entries));
763 (void)memset(esmp->esm_base, 0xff, EFX_EVQ_SIZE(evq->entries));
767 EFX_EVQ_NBUFS(evq->entries))) != 0)
771 if ((rc = efx_ev_qcreate(sc->enp, index, esmp, evq->entries,
812 EFX_EVQ_NBUFS(evq->entries));
915 evq->entries =
920 evq->entries =
929 if ((rc = sfxge_dma_alloc(sc, EFX_EVQ_SIZE(evq->entries), esm
[all...]
/freebsd-13-stable/sys/contrib/ck/src/
H A Dck_hs.c94 const void **entries; member in struct:ck_hs_map
116 value = CK_CC_DECONST_PTR(map->entries[i->offset]);
194 ck_hs_map_create(struct ck_hs *hs, unsigned long entries) argument
199 n_entries = ck_internal_power_2(entries);
231 map->entries = (void *)(((uintptr_t)&map[1] + prefix +
234 memset(map->entries, 0, sizeof(void *) * n_entries);
244 /* Commit entries purge with respect to map publication. */
347 previous = map->entries[k];
361 bucket = (const void **)((uintptr_t)&update->entries[offset] & ~(CK_MD_CACHELINE - 1));
370 *cursor = map->entries[
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp606 // increase numEntries by the number of entries used to emit
621 // Global Dynamic TLS entries take two GOT slots.
626 // Reserves TLS entries for a TLS module ID and a TLS block offset.
716 // If there are relocation-only entries in the GOT, TLS entries
717 // are allocated after them. TLS entries should be addressable
718 // by 16-bit index so count both reloc-only and TLS entries.
836 // entry for the same symbol. And add local entries which indexed
837 // using 32-bit value at the end of 16-bit entries.
846 // Evaluate number of "reloc-only" entries i
[all...]
H A DSyntheticSections.h224 // Returns the number of entries in the local part of GOT including
225 // the number of reserved entries.
233 // contains different types of entries. Here is a layout of GOT:
234 // - Header entries |
235 // - Page entries | Local part
236 // - Local entries (16-bit access) |
237 // - Local entries (32-bit access) |
238 // - Normal global entries || Global part
239 // - Reloc-only global entries ||
240 // - TLS entries ||| TL
384 std::vector<const Symbol *> entries; member in class:lld::elf::final
400 std::vector<const Symbol *> entries; member in class:lld::elf::final
688 std::vector<const Symbol *> entries; member in class:lld::elf::PltSection
696 std::vector<const Symbol *> entries; member in class:lld::elf::final
1117 std::vector<std::pair<const Symbol *, int64_t>> entries; member in class:lld::elf::final
[all...]
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_main.c116 "maximum number of memory protection table entries per HCA");
131 MODULE_PARM_DESC(log_mtts_per_seg, "Log2 number of MTT entries per segment (1-5)");
854 struct msix_entry entries[3]; local
857 entries[0].entry = 0;
858 entries[1].entry = 1;
859 entries[2].entry = 2;
861 err = pci_enable_msix_range(mdev->pdev, entries, ARRAY_SIZE(entries), ARRAY_SIZE(entries));
865 mdev->eq_table.eq[MTHCA_EQ_COMP ].msi_x_vector = entries[
[all...]
/freebsd-13-stable/sys/dev/iommu/
H A Dbusdma_iommu.c210 * provide context entries with the
691 * No entries other than what we have created
876 * unload, consisting of the unmapping of the map entries page tables,
892 struct iommu_map_entries_tailq entries; local
908 TAILQ_INIT(&entries);
910 TAILQ_CONCAT(&entries, &map->map_entries, dmamap_link);
913 iommu_domain_unload(domain, &entries, false);
915 KASSERT(TAILQ_EMPTY(&entries), ("lazy iommu_ctx_unload %p", ctx));
1081 struct iommu_map_entries_tailq entries; local
1084 TAILQ_INIT(&entries);
[all...]
/freebsd-13-stable/usr.sbin/efibootmgr/
H A Defibootmgr.c147 LIST_ENTRY(entry) entries;
344 LIST_INSERT_HEAD(&efivars, nent, entries);
559 LIST_FOREACH(v, &efivars, entries) {
568 LIST_FOREACH(v, &efivars, entries) {
598 LIST_FOREACH(v, &efivars, entries) {
733 LIST_INSERT_HEAD(&efivars, new_ent, entries);
940 LIST_FOREACH(v, &efivars, entries) {
944 LIST_FOREACH(v, &efivars, entries) {
953 LIST_FOREACH(v, &efivars, entries) {
962 LIST_FOREACH(v, &efivars, entries) {
[all...]
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_ioctl.c296 V_pf_default_rule.entries.tqe_prev = &V_pf_default_rule.entries.tqe_next;
395 rule = TAILQ_NEXT(rule, entries);
409 TAILQ_REMOVE(poola, mv_pool_pa, entries);
410 TAILQ_INSERT_TAIL(poolb, mv_pool_pa, entries);
432 TAILQ_REMOVE(poola, pa, entries);
443 TAILQ_REMOVE(rulequeue, rule, entries);
447 TAILQ_INSERT_TAIL(&V_pf_unlinked_rules, rule, entries);
659 TAILQ_FOREACH_SAFE(altq, V_pf_altq_ifs_inactive, entries, tmp) {
667 TAILQ_FOREACH_SAFE(altq, V_pf_altqs_inactive, entries, tm
[all...]
/freebsd-13-stable/lib/libmt/
H A Dmtlib.c102 STAILQ_INSERT_TAIL(&mtinfo->entries, entry, links);
300 * child entries that we need to grab?
305 * There are no further child entries to find. We
312 * There are more child entries that we need to find.
322 * Recursively look for further entries.
345 STAILQ_FOREACH(entry, &status_data->entries, links) {
385 STAILQ_FOREACH_SAFE(entry, &status_data->entries, links, entry2) {
386 STAILQ_REMOVE(&status_data->entries, entry, mt_status_entry,
545 STAILQ_FOREACH(entry, &status_data->entries, links)
766 STAILQ_INIT(&status_data->entries);
[all...]
/freebsd-13-stable/contrib/bmake/mk/
H A Ddirdeps-targets.mk90 # plain entries (no qualifiers) these apply to any TARGET_SPEC
93 # MACHINE qualified entries
98 # TARGET_SPEC qualified entries
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp79 entry_collection &entries = seq->m_entries; local
81 // we have multiple line entries at the same address, this��indicates illegal
87 // this if the DWARF line tables are updated to allow multiple entries at the
89 if (!entries.empty() && entries.back().file_addr == file_addr) {
99 entry.is_prologue_end = entry.file_idx == entries.back().file_idx;
100 entries.back() = entry;
102 entries.push_back(entry);
209 // If this is a termination entry, it shouldn't match since entries
211 // entries tha
[all...]
/freebsd-13-stable/bin/ls/
H A Dls.c154 static int f_whiteout; /* show whiteout entries */
551 * If -W, show whiteout entries
714 int entries, needstats; local
774 for (cur = list, entries = 0; cur; cur = cur->fts_link) {
948 ++entries;
952 * If there are no entries to display, we normally stop right
957 if (!entries && (!(f_longform || f_size) || p == NULL))
961 d.entries = entries;
991 * All other levels use the sort function. Error entries remai
[all...]
/freebsd-13-stable/share/mk/
H A Ddirdeps-targets.mk90 # plain entries (no qualifiers) these apply to any TARGET_SPEC
93 # MACHINE qualified entries
98 # TARGET_SPEC qualified entries
/freebsd-13-stable/sys/dev/bhnd/
H A Dbhnd_subr.c179 * Device table entries for core-specific CLKCTL quirk lookup.
988 /* Collect matching device quirk entries */
1499 STAILQ_INIT(&bsr->entries);
1522 STAILQ_FOREACH_SAFE(entry, &bsr->entries, link, enext) {
1526 STAILQ_REMOVE(&bsr->entries, entry, bhnd_service_entry, link);
1530 if (!STAILQ_EMPTY(&bsr->entries)) {
1566 STAILQ_FOREACH(entry, &bsr->entries, link) {
1585 STAILQ_INSERT_HEAD(&bsr->entries, entry, link);
1629 /* Validate matching provider entries before making any
1631 STAILQ_FOREACH(entry, &bsr->entries, lin
[all...]
/freebsd-13-stable/stand/libsa/geli/
H A Dgeliboot.c38 SLIST_ENTRY(known_dev) entries;
147 SLIST_FOREACH(kdev, &known_devs_head, entries) {
174 SLIST_INSERT_HEAD(&known_devs_head, kdev, entries);
/freebsd-13-stable/sys/netgraph/
H A Dng_nat.c281 STAILQ_ENTRY(ng_nat_rdr_lst) entries;
463 STAILQ_INSERT_TAIL(&priv->redirhead, entry, entries);
515 STAILQ_INSERT_TAIL(&priv->redirhead, entry, entries);
569 STAILQ_INSERT_TAIL(&priv->redirhead, entry, entries);
592 STAILQ_FOREACH(entry, &priv->redirhead, entries) {
615 STAILQ_REMOVE(&priv->redirhead, entry, ng_nat_rdr_lst, entries);
631 STAILQ_FOREACH(entry, &priv->redirhead, entries) {
667 STAILQ_FOREACH(entry, &priv->redirhead, entries) {
916 STAILQ_REMOVE_HEAD(&priv->redirhead, entries);

Completed in 201 milliseconds

1234567891011>>