Home
last modified time | relevance | path

Searched full:lookups (Results 1 – 25 of 59) sorted by relevance

123

/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.hpp43 * This helps reduce the number of mapper lookups we need for each
64 * @param[in] bus - The bus object used for lookups
74 * @param[in] bus - The bus object used for lookups
158 * retains a cache of previous lookups to speed up future iterations.
169 * @param[in] bus - The bus object used for lookups
242 * @param[in] bus - The bus object used for lookups
298 * for one off lookups. Don't use this if you intend to do multiple
299 * lookups at a time.
301 * @param[in] bus - The bus object used for lookups
320 * @param[in] bus - The bus object used for lookups
[all …]
H A Dtransporthandler.cpp200 * @param[in] bus - The bus object used for lookups
214 * @param[in] bus - The bus object used for lookups
258 * @param[in] bus - The bus object used for lookups
280 * @param[in] bus - The bus object used for lookups
320 * @param[in] bus - The bus object used for lookups
397 * @param[in] bus - The bus object used for lookups
413 * @param[in] bus - The bus object used for lookups
488 * @param[in] bus - The bus object used for lookups
514 * @param[in] bus - The bus object used for lookups
548 * @param[in] bus - The bus object used for lookups
[all …]
/openbmc/witherspoon-pfault-analysis/
H A Delog-errors.hpp164 * mako template lookups.
176 * mako template lookups.
190 * mako template lookups.
241 * mako template lookups.
254 * mako template lookups.
268 * mako template lookups.
319 * mako template lookups.
368 * mako template lookups.
382 * mako template lookups.
431 * mako template lookups.
[all …]
/openbmc/openpower-host-ipmi-oem/
H A Delog-errors.hpp62 * mako template lookups.
107 * mako template lookups.
154 * mako template lookups.
168 * mako template lookups.
217 * mako template lookups.
269 * mako template lookups.
283 * mako template lookups.
336 * mako template lookups.
385 * mako template lookups.
435 * mako template lookups.
[all …]
/openbmc/phosphor-power/
H A Delog-errors.hpp1458 * mako template lookups.
1470 * mako template lookups.
1484 * mako template lookups.
1535 * mako template lookups.
1548 * mako template lookups.
1562 * mako template lookups.
1613 * mako template lookups.
1662 * mako template lookups.
1676 * mako template lookups.
1725 * mako template lookups.
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmaxminddb/
H A Dlibmaxminddb_1.4.3.bb4 format designed to facilitate fast lookups of IP addresses while allowing \
/openbmc/ipmitool/src/plugins/lanplus/
H A DREADME.lanplus54 username/privilege lookups in the RAKP 1 message sent from ipmitool. We
55 currently specify the use of username only lookups for authentication.
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D12_makefile_config.patch33 # lookups altogether, see the next section.
39 # Optional: turning off hostname lookups
/openbmc/qemu/include/io/
H A Dtask.h149 * lookups) to be easily run non-blocking. Reporting the
155 * while DNS lookups take place if given a name, instead of IP
157 * DNS API, so the to get non-blocking DNS lookups in a portable
/openbmc/qemu/target/openrisc/
H A Dmmu.c118 /* The mmu is disabled; lookups never fail. */ in openrisc_cpu_tlb_fill()
176 /* The mmu is definitely disabled; lookups never fail. */ in openrisc_cpu_get_phys_page_debug()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Ldap/
H A DCreate.interface.yaml21 directory server for lookups.
H A DConfig.interface.yaml19 server for lookups.
/openbmc/openbmc/meta-phosphor/recipes-support/nss-pam-ldapd/
H A Dnss-pam-ldapd_0.9.13.bb3 daemon for NSS and PAM lookups using LDAP \
/openbmc/qemu/util/
H A Dqht.c14 * - Lookups are performed under an RCU read-critical section; removals
18 * - Reads (i.e. lookups and iterators) can be concurrent with other reads.
19 * Lookups that are concurrent with writes to the same bucket will retry
21 * concurrent with lookups and are serialized wrt writers.
32 * - Failed lookups fail fast, and touch a minimum number of cache lines.
33 * - Resizing the hash table with concurrent lookups is easy.
43 * just-removed entry. This makes lookups slightly faster, since the moment an
/openbmc/u-boot/doc/
H A DREADME.dns20 will send name lookups to the dns server (env var 'dnsip')
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_table.hpp99 /** @brief handle to FileEntry mappings for lookups based on file handle */
/openbmc/openbmc/meta-google/recipes-google/gpio/gpio-ctrl/
H A Dlib.sh117 # normally cache the sysfs lookups for gpios run
120 # up future lookups. This call allows scripts to
/openbmc/qemu/include/hw/pci-host/
H A Dpnv_phb3.h52 * do fast lookups so instead we simply keep a QLIST of them for now,
H A Dpnv_phb4.h29 * really need to do fast lookups so instead we simply keep a QLIST of
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/
H A Dgeoip_1.6.12.bb6 using reverse DNS lookups."
/openbmc/phosphor-logging/tools/phosphor-logging/templates/
H A Delog-gen-template.hpp.mako70 * mako template lookups.
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config_mgr.hpp63 to the directory server for lookups.
/openbmc/qemu/docs/devel/
H A Dmulti-thread-tcg.rst70 back QHT based hash table is also designed for lockless lookups. Locks
85 code or entries from any shared lookups/caches. Structures held on a
/openbmc/qemu/io/
H A Dchannel-socket.c222 * still blocks in DNS lookups, so we must use a thread */ in qio_channel_socket_connect_async()
299 /* socket_listen() blocks in DNS lookups, so we must use a thread */ in qio_channel_socket_listen_async()
354 /* socket_dgram() blocks in DNS lookups, so we must use a thread */ in qio_channel_socket_dgram_worker()
/openbmc/qemu/target/xtensa/
H A Dxtensa-isa-internal.h206 * we can get away with implementing lookups with tables indexed by

123