Home
last modified time | relevance | path

Searched refs:entries (Results 126 – 150 of 1264) sorted by relevance

12345678910>>...51

/freebsd/sys/dev/liquidio/
H A Dlio_bsd.h112 STAILQ_ENTRY (lio_stailq_node) entries;
127 STAILQ_REMOVE_HEAD(root, entries); in lio_delete_first_node()
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Dti,omap-iommu.txt19 - ti,#tlb-entries : Number of entries in the translation look-aside buffer.
39 ti,#tlb-entries = <8>;
/freebsd/contrib/smbfs/lib/smb/
H A Drap.c309 int error, rdatacnt, rparamcnt, entries, done, dlen; in smb_rap_request() local
325 rap->r_entries = entries = 0; in smb_rap_request()
331 rap->r_entries = entries = le16toh(*(u_int16_t*)rap->r_npbuf); in smb_rap_request()
350 while (entries--) { in smb_rap_request()
/freebsd/crypto/openssl/doc/man3/
H A DX509_CRL_get0_by_serial.pod42 revoked entries for I<crl>.
62 X509_CRL_sort() sorts the revoked entries of I<crl> into ascending serial
67 Applications can determine the number of revoked entries returned by
77 X509_CRL_get_REVOKED() returns a STACK of revoked entries.
H A DOPENSSL_LH_stats.pod27 many entries are in it. For historical reasons, this function also outputs a
31 OPENSSL_LH_node_stats() prints the number of entries for each 'bucket' in the
38 for buckets which contain entries. So the 'actual load' is the
/freebsd/sys/dev/agp/
H A Dagp_ati.c126 u_int32_t entries = apsize >> AGP_PAGE_SHIFT; in agp_ati_alloc_gatt() local
131 sc->ag_entries = entries; in agp_ati_alloc_gatt()
132 sc->ag_virtual = kmem_alloc_attr(entries * sizeof(uint32_t), in agp_ati_alloc_gatt()
146 kmem_free(sc->ag_virtual, entries * sizeof(uint32_t)); in agp_ati_alloc_gatt()
/freebsd/sys/contrib/device-tree/Bindings/arm/tegra/
H A Dnvidia,nvec.txt12 - clock-names : Must include the following entries:
20 - reset-names : Must include the following entries:
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Drockchip-pcie-ep.txt11 - clock-names: Must include the following entries:
16 - resets: Must contain seven entries for each entry in reset-names.
29 - phy-names: Must include 4 entries for all 4 lanes even if some of
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dnvidia,tegra114-spi.txt9 - clock-names : Must include the following entries:
13 - reset-names : Must include the following entries:
17 - dma-names : Must include the following entries:
H A Dspi-mxic.txt8 - reg: should contain 2 entries, one for the registers and one for the direct
13 - clocks: should contain 3 entries for the "ps_clk", "send_clk" and
H A Dnvidia,tegra20-sflash.txt11 - reset-names : Must include the following entries:
15 - dma-names : Must include the following entries:
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dexynos4-fimc-is.txt16 - clocks : list of clock specifiers, corresponding to entries in
22 "aclk400mcuisp", "div_aclk400mcuisp" entries,
23 matching entries in the clocks property.
H A Dsamsung-mipi-csis.txt16 - clocks : list of clock specifiers, corresponding to entries in
18 - clock-names : must contain "csis", "sclk_csis" entries, matching entries
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dcpcap-battery.txt6 - interrupt-names: Should contain the following entries:
9 - io-channel-names: Should contain the following entries:
H A Dcpcap-charger.txt6 - interrupt-names: Should contain the following entries:
11 - io-channel-names: Should contain the following entries:
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dnvidia,tegra20-i2s.txt9 - reset-names : Must include the following entries:
13 - dma-names : Must include the following entries:
/freebsd/sys/contrib/device-tree/Bindings/nvmem/
H A Dlpc1857-eeprom.txt7 - reg-names: Must include the following entries.
11 - clock-names: Must include the following entries.
/freebsd/lib/libsecureboot/openpgp/
H A Dopgp_key.c213 LIST_INSERT_HEAD(&trust_list, key, entries); in openpgp_trust_add()
244 LIST_FOREACH(key, &trust_list, entries) { in openpgp_trust_revoke()
247 LIST_REMOVE(tkey, entries); in openpgp_trust_revoke()
269 LIST_FOREACH(key, &trust_list, entries) { in openpgp_trust_get()
/freebsd/usr.sbin/efibootmgr/
H A Defibootmgr.c147 LIST_ENTRY(entry) entries;
354 LIST_INSERT_HEAD(&efivars, nent, entries); in read_vars()
569 LIST_FOREACH(v, &efivars, entries) { in make_next_boot_var_name()
578 LIST_FOREACH(v, &efivars, entries) { in make_next_boot_var_name()
601 LIST_FOREACH(v, &efivars, entries) { in make_boot_var_name()
736 LIST_INSERT_HEAD(&efivars, new_ent, entries); in make_boot_var()
945 LIST_FOREACH(v, &efivars, entries) { in print_boot_vars()
949 LIST_FOREACH(v, &efivars, entries) { in print_boot_vars()
958 LIST_FOREACH(v, &efivars, entries) { in print_boot_vars()
967 LIST_FOREACH(v, &efivars, entries) { in print_boot_vars()
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.c75 TAILQ_INIT(&plist->entries); in bhnd_nvram_plist_new()
120 TAILQ_FOREACH_SAFE(ple, &plist->entries, pl_link, ple_next) { in bhnd_nvram_plist_release()
336 TAILQ_REMOVE(&plist->entries, entry, pl_link); in bhnd_nvram_plist_remove()
433 TAILQ_INSERT_TAIL(&plist->entries, entry, pl_link); in bhnd_nvram_plist_append()
540 if ((entry = TAILQ_FIRST(&plist->entries)) == NULL) in bhnd_nvram_plist_next()
/freebsd/sbin/fsck/
H A Dfsck.c65 TAILQ_ENTRY(entry) entries;
420 TAILQ_FOREACH(e, &selhead, entries) in selected()
433 TAILQ_FOREACH(e, &opthead, entries) in getoptions()
451 TAILQ_FOREACH(e, &opthead, entries) in addoption()
468 TAILQ_INSERT_TAIL(list, e, entries); in addentry()
/freebsd/libexec/getty/
H A Dgettytab1 # Most of the table entries here are just copies of the old getty table,
7 # entries, and in cases where getty is called with no table name.
9 # cb, ce and ck are desirable on most crt's. The non-crt entries need to
17 # Parity defaults to even, but the Pc entry and all the `std' entries
40 # Fixed speed entries
195 # to one of the NNN-baud entries.
/freebsd/sys/contrib/device-tree/Bindings/nios2/
H A Dnios2.txt24 - altr,tlb-num-entries: Specifies the number of entries in the TLB.
53 altr,tlb-num-entries = <128>;
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c203 struct list_head entries; member
231 INIT_LIST_HEAD(&zones->entries); in mlx4_zone_allocator_create()
291 if (!list_is_last(&entry->list, &zone_alloc->entries)) { in __mlx4_zone_remove_one_entry()
327 list_for_each_entry_safe(zone, tmp, &zone_alloc->entries, list) { in mlx4_zone_allocator_destroy()
363 list_for_each_entry_continue_reverse(it, &zone_alloc->entries, list) { in __mlx4_alloc_from_zone()
377 list_for_each_entry_from(it, &zone_alloc->entries, list) { in __mlx4_alloc_from_zone()
402 list_for_each_entry_from(curr_node, &zone_alloc->entries, list) { in __mlx4_alloc_from_zone()
432 list_for_each_entry(zone, &zones->entries, list) { in __mlx4_find_zone_by_uid()
492 list_for_each_entry(zone, &zones->entries, list) { in __mlx4_find_zone_by_uid_unique()
/freebsd/sys/dev/liquidio/base/
H A Dlio_device.c550 entries); in lio_delete_dispatch_list()
551 STAILQ_INSERT_TAIL(&freelist, temp, entries); in lio_delete_dispatch_list()
561 STAILQ_FOREACH_SAFE(temp, &freelist, entries, tmp2) { in lio_delete_dispatch_list()
562 STAILQ_REMOVE_HEAD(&freelist, entries); in lio_delete_dispatch_list()
594 entries) { in lio_get_dispatch()
678 &dispatch->node, entries); in lio_register_dispatch_fn()
734 STAILQ_REMOVE_HEAD(dispatch_head, entries); in lio_unregister_dispatch_fn()
745 entries, tmp2) { in lio_unregister_dispatch_fn()
750 lio_stailq_node, entries); in lio_unregister_dispatch_fn()

12345678910>>...51