Home
last modified time | relevance | path

Searched refs:entries (Results 176 – 200 of 1264) sorted by relevance

12345678910>>...51

/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dnvidia,tegra210-aconnect.txt9 - clocks: Must contain the entries for the APE clock (TEGRA210_CLK_APE),
12 'clocks' entries.
/freebsd/sys/dev/bhnd/
H A Dbhnd_subr.c1497 STAILQ_INIT(&bsr->entries); in bhnd_service_registry_init()
1520 STAILQ_FOREACH_SAFE(entry, &bsr->entries, link, enext) { in bhnd_service_registry_fini()
1524 STAILQ_REMOVE(&bsr->entries, entry, bhnd_service_entry, link); in bhnd_service_registry_fini()
1528 if (!STAILQ_EMPTY(&bsr->entries)) { in bhnd_service_registry_fini()
1564 STAILQ_FOREACH(entry, &bsr->entries, link) { in bhnd_service_registry_add()
1583 STAILQ_INSERT_HEAD(&bsr->entries, entry, link); in bhnd_service_registry_add()
1629 STAILQ_FOREACH(entry, &bsr->entries, link) { in bhnd_service_registry_remove()
1642 STAILQ_FOREACH_SAFE(entry, &bsr->entries, link, enext) { in bhnd_service_registry_remove()
1679 STAILQ_FOREACH(entry, &bsr->entries, link) { in bhnd_service_registry_retain()
1726 STAILQ_FOREACH(entry, &bsr->entries, link) { in bhnd_service_registry_release()
[all …]
/freebsd/bin/ls/
H A Dls.c721 int entries, needstats; in display() local
781 for (cur = list, entries = 0; cur; cur = cur->fts_link) { in display()
955 ++entries; in display()
964 if (!entries && (!(f_longform || f_size) || p == NULL)) in display()
968 d.entries = entries; in display()
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dnvidia,tegra20-hsuart.txt16 - reset-names : Must include the following entries:
20 - dma-names : Must include the following entries:
27 - nvidia,adjust-baud-rates: List of entries providing percentage of baud rate
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.h42 CK_SLIST_ENTRY(nat64lsn_state) entries;
67 CK_SLIST_ENTRY(nat64lsn_pg) entries;
163 CK_SLIST_ENTRY(nat64lsn_host) entries;
/freebsd/tools/tools/ncpus/
H A Dacpi.c127 int entries, i; in acpi_handle_rsdt() local
129 entries = (rsdp->len - SIZEOF_SDT_HDR) / addr_size; in acpi_handle_rsdt()
130 for (i = 0; i < entries; i++) { in acpi_handle_rsdt()
/freebsd/tools/tools/dmardump/
H A Ddmardump.c256 int addr_size, entries, i; in walk_rsdt() local
264 entries = (rsdp->Length - sizeof(ACPI_TABLE_HEADER)) / addr_size; in walk_rsdt()
265 for (i = 0; i < entries; i++) { in walk_rsdt()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCGenRegisterBankInfo.def32 // Pointers to the entries in this array are returned by getValueMapping() and
38 // follow. Each mapping consists of 3 entries, which is needed to cover
41 // 2 operands, a mapping consists of 2 entries.
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c346 V_pf_default_rule.entries.tqe_prev = &V_pf_default_rule.entries.tqe_next; in pfattach_vnet()
468 rule = TAILQ_NEXT(rule, entries); in pf_get_kpool()
482 TAILQ_REMOVE(poola, mv_pool_pa, entries); in pf_mv_kpool()
483 TAILQ_INSERT_TAIL(poolb, mv_pool_pa, entries); in pf_mv_kpool()
505 TAILQ_REMOVE(poola, pa, entries); in pf_empty_kpool()
517 TAILQ_REMOVE(rulequeue, rule, entries); in pf_unlink_rule_locked()
520 TAILQ_INSERT_TAIL(&V_pf_unlinked_rules, rule, entries); in pf_unlink_rule_locked()
771 TAILQ_FOREACH_SAFE(rule, rs->inactive.rules, entries, in pf_begin_eth()
774 entries); in pf_begin_eth()
[all...]
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dexp2.sollya8 N = 32; // table entries
14 //N = 128; // table entries
/freebsd/sys/net/route/
H A Dfib_algo.h67 struct fib_change_entry *entries; member
99 TAILQ_ENTRY(fib_lookup_module) entries;
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_ioctl.h110 uint32_t entries; member
118 uint32_t entries; member
/freebsd/sys/dev/mthca/
H A Dmthca_main.c854 struct msix_entry entries[3]; in mthca_enable_msi_x() local
857 entries[0].entry = 0; in mthca_enable_msi_x()
858 entries[1].entry = 1; in mthca_enable_msi_x()
859 entries[2].entry = 2; in mthca_enable_msi_x()
861 err = pci_enable_msix_range(mdev->pdev, entries, ARRAY_SIZE(entries), ARRAY_SIZE(entries)); in mthca_enable_msi_x()
865 mdev->eq_table.eq[MTHCA_EQ_COMP ].msi_x_vector = entries[0].vector; in mthca_enable_msi_x()
866 mdev->eq_table.eq[MTHCA_EQ_ASYNC].msi_x_vector = entries[1].vector; in mthca_enable_msi_x()
867 mdev->eq_table.eq[MTHCA_EQ_CMD ].msi_x_vector = entries[2].vector; in mthca_enable_msi_x()
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dnvidia,tegra194-pcie.txt24 - reg-names: Must include the following entries:
34 - interrupt-names: Must include the following entries:
38 - clock-names: Must include the following entries:
42 - reset-names: Must include the following entries:
61 - interrupt-names: Must include the following entries:
73 PCI regions. The entries must be 7 cells each, where the first three cells
94 - reg-names: Must include the following entries:
H A Drockchip-pcie-host.txt15 - clock-names: Must include the following entries:
22 - interrupts: Three interrupt entries must be specified.
27 - resets: Must contain seven entries for each entry in reset-names.
49 - phy-names: Must include 4 entries for all 4 lanes even if some of
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1151 entries.push_back(&sym); in addEntry()
1162 for (const Symbol *b : entries) { in writeTo()
1196 entries.push_back(&sym); in addEntry()
1204 for (const Symbol *b : entries) { in writeTo()
1304 entries.emplace_back(tag, val); in computeContents()
1554 return entries; in computeContents()
2552 entries.push_back(&sym); in addEntry()
2599 entries.push_back(&sym); in addEntry()
3686 entries.emplace_back(sym, addend); in addEntry()
3691 return entries.size() * 8; in getSize()
[all …]
H A DSyntheticSections.h368 SmallVector<const Symbol *, 0> entries;
381 bool isNeeded() const override { return !entries.empty(); } in isNeeded()
384 SmallVector<const Symbol *, 0> entries;
739 size_t getNumEntries() const { return entries.size(); } in getNumEntries()
743 SmallVector<const Symbol *, 0> entries; variable
751 SmallVector<const Symbol *, 0> entries; variable
757 bool isNeeded() const override { return !entries.empty(); } in isNeeded()
1168 bool isNeeded() const override { return !entries.empty(); } in isNeeded()
1178 SmallVector<std::pair<Symbol *, Symbol *>, 0> entries;
1210 SmallVector<std::pair<const Symbol *, int64_t>, 0> entries;
/freebsd/contrib/blocklist/
H A DREADME53 The configuration file contains entries of the form:
101 You can use 'blacklistctl dump -a' to list all the current entries
105 can examine the packet filter dynamic rule entries using 'npfctl
106 rule <rulename> list'. The number of current entries can exceed
/freebsd/sys/arm64/iommu/
H A Diommu.c422 struct iommu_map_entries_tailq *entries, bool cansleep) in iommu_domain_unload() argument
427 TAILQ_FOREACH_SAFE(entry, entries, dmamap_link, entry1) { in iommu_domain_unload()
433 TAILQ_REMOVE(entries, entry, dmamap_link); in iommu_domain_unload()
437 if (TAILQ_EMPTY(entries)) in iommu_domain_unload()
/freebsd/sys/security/mac_veriexec/
H A Dveriexec_fingerprint.c83 LIST_FOREACH(fpops, &fpops_list, entries) { in sysctl_mac_veriexec_algorithms()
366 LIST_FOREACH(fpops, &fpops_list, entries) { in mac_veriexec_fingerprint_lookup_ops()
395 LIST_INSERT_HEAD(&fpops_list, fpops, entries); in mac_veriexec_fingerprint_add_ops()
/freebsd/contrib/tzdata/
H A Detcetera6 # These entries are for uses not otherwise covered by the tz database.
8 # support for POSIX.1-2017-style TZ strings. On such platforms these entries
12 # Starting with POSIX 1003.1-2001, the entries below are all
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dwm8960.txt25 The list must be 3 entries long.
31 The list must be 2 entries long.
/freebsd/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c148 skinf->entries++; in skim_printcap()
258 skinf->lines, skinf->comments, skinf->entries, pcap_fname); in skim_printcap()
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dnand-controller.yaml34 entries are a 1:1 mapping of the available chip-select on the
37 lines. 'reg' entries of the NAND chip subnodes become indexes of
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp338 if (entries.insert(sym)) { in addEntry()
340 sym->gotIndex = entries.size() - 1; in addEntry()
704 return entries.size() * target->stubSize; in getSize()
709 for (const Symbol *sym : entries) { in writeTo()
747 bool inserted = entries.insert(sym); in addEntry()
749 sym->stubsIndex = entries.size() - 1; in addEntry()
940 for (Symbol *sym : entries) in finalizeContents()
950 if (entries.insert(sym)) { in addEntry()
1015 if (entries.empty()) in collectDataInCodeEntries()
1034 entries, beginAddr, in collectDataInCodeEntries()
[all …]

12345678910>>...51