Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 25 of 118) sorted by relevance

12345

/f-stack/freebsd/mips/mips/
H A Delf_machdep.c256 int type, int local, elf_lookup_fn lookup) in elf_reloc_internal() argument
302 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
311 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
330 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
358 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
387 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
398 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
440 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
449 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
468 elf_lookup_fn lookup) in elf_reloc() argument
[all …]
/f-stack/freebsd/arm64/arm64/
H A Delf_machdep.c146 int type, int flags, elf_lookup_fn lookup) in elf_reloc_internal() argument
194 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
201 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
209 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
218 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
239 int type, elf_lookup_fn lookup) in elf_reloc_local() argument
243 ARM64_ELF_RELOC_LOCAL, lookup)); in elf_reloc_local()
249 elf_lookup_fn lookup) in elf_reloc() argument
252 return (elf_reloc_internal(lf, relocbase, data, type, 0, lookup)); in elf_reloc()
257 int type, elf_lookup_fn lookup) in elf_reloc_late() argument
[all …]
/f-stack/lib/
H A Dff_compat.c159 int type, int local, elf_lookup_fn lookup) in elf_reloc_internal() argument
203 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
212 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
222 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
242 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
266 elf_lookup_fn lookup) in elf_reloc() argument
268 return (elf_reloc_internal(lf, relocbase, data, type, 0, lookup)); in elf_reloc()
273 int type, elf_lookup_fn lookup) in elf_reloc_local() argument
275 return (elf_reloc_internal(lf, relocbase, data, type, 1, lookup)); in elf_reloc_local()
/f-stack/freebsd/amd64/amd64/
H A Delf_machdep.c261 int type, bool late_ifunc, elf_lookup_fn lookup) in elf_reloc_internal() argument
313 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
324 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
334 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
354 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
385 elf_lookup_fn lookup) in elf_reloc() argument
388 return (elf_reloc_internal(lf, relocbase, data, type, false, lookup)); in elf_reloc()
393 int type, elf_lookup_fn lookup) in elf_reloc_local() argument
396 return (elf_reloc_internal(lf, relocbase, data, type, false, lookup)); in elf_reloc_local()
401 int type, elf_lookup_fn lookup) in elf_reloc_late() argument
[all …]
/f-stack/freebsd/i386/i386/
H A Delf_machdep.c171 int type, elf_lookup_fn lookup, int flags) in elf_reloc_internal() argument
214 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
223 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
242 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
268 elf_lookup_fn lookup) in elf_reloc() argument
271 return (elf_reloc_internal(lf, relocbase, data, type, lookup, 0)); in elf_reloc()
276 int type, elf_lookup_fn lookup) in elf_reloc_local() argument
279 return (elf_reloc_internal(lf, relocbase, data, type, lookup, in elf_reloc_local()
/f-stack/freebsd/arm/arm/
H A Delf_machdep.c192 int type, int local, elf_lookup_fn lookup) in elf_reloc_internal() argument
235 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
252 error = lookup(lf, symidx, 1, &addr); in elf_reloc_internal()
271 elf_lookup_fn lookup) in elf_reloc() argument
274 return (elf_reloc_internal(lf, relocbase, data, type, 0, lookup)); in elf_reloc()
279 int type, elf_lookup_fn lookup) in elf_reloc_local() argument
282 return (elf_reloc_internal(lf, relocbase, data, type, 1, lookup)); in elf_reloc_local()
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-inode-lookup.m414 .lookup = inode_lookup,
20 AC_MSG_CHECKING([whether iops->lookup() passes flags])
24 ZFS_LINUX_TEST_ERROR([iops->lookup()])
/f-stack/freebsd/i386/pci/
H A Dpci_pir.c188 struct pci_link_lookup *lookup; in pci_pir_find_link_handler() local
190 lookup = (struct pci_link_lookup *)arg; in pci_pir_find_link_handler()
191 if (entry->pe_bus == lookup->bus && in pci_pir_find_link_handler()
192 entry->pe_device == lookup->device && in pci_pir_find_link_handler()
193 intpin - entry->pe_intpin == lookup->pin) in pci_pir_find_link_handler()
490 struct pci_link_lookup lookup; in pci_pir_route_interrupt() local
499 lookup.bus = bus; in pci_pir_route_interrupt()
500 lookup.device = device; in pci_pir_route_interrupt()
501 lookup.pin = pin - 1; in pci_pir_route_interrupt()
502 lookup.pci_link_ptr = &pci_link; in pci_pir_route_interrupt()
[all …]
/f-stack/freebsd/netinet/
H A Dip_encap.c99 encap_lookup_t lookup; member
242 (cfg->check == NULL && cfg->lookup == NULL) || in encap_attach()
243 (cfg->lookup != NULL && cfg->exact_match != ENCAP_DRV_LOOKUP) || in encap_attach()
244 (cfg->exact_match == ENCAP_DRV_LOOKUP && cfg->lookup == NULL)) in encap_attach()
255 ep->lookup = cfg->exact_match == ENCAP_DRV_LOOKUP ? cfg->lookup: NULL; in encap_attach()
309 ret = (*ep->lookup)(m, off, proto, &arg); in encap_input()
/f-stack/freebsd/kern/
H A Dsubr_firmware.c147 lookup(const char *name) in lookup() function
174 frp = lookup(imagename); in firmware_register()
187 if (lookup(imagename) != NULL) { in firmware_register()
220 fp = lookup(imagename); in firmware_unregister()
264 fp = lookup(fwli->imagename); in loadimage()
295 fp = lookup(imagename); in firmware_get_flags()
328 fp = lookup(imagename); in firmware_get_flags()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dtest_pipeline.rst101 … | The default table rule (used in the case of a lookup |
104 … | At run time, core A is creating the following lookup |
106 … | core B to use for table lookup: …
124 … | The default table rule (used in the case of a lookup |
127 … | At run time, core A is creating the following lookup |
129 … | B to use for table lookup: …
147 … | The default table rule (used in the case of a lookup |
150 … | At run time, core A is creating the following lookup |
152 … | Lpmcore B to use for table lookup: …
179 … | The default table rule (used in the case of a lookup |
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/thermal/
H A Dthermal-generic-adc.txt6 temperature using voltage-temperature lookup table.
15 - temperature-lookup-table: Two dimensional array of Integer; lookup table
45 temperature-lookup-table = < (-40000) 2578
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_framework.rst27 with the logic of each stage glued around a lookup table.
38 one of the table entries (on lookup hit) or the default table entry (on lookup miss)
190 …| | | The table lookup operation selects the ACL that is matched by t…
239 …| | | lookup operation for each packet: a set bit signifies lookup hit for the c…
242 …| | | For each lookup hit packet, the lookup operation also returns a pointer to…
276 #. *lookup key*: When no value is currently associated with *key*, then this operation returns vo…
451 The key lookup operation is split between two CPU cores.
457 #. **Key signature computed on lookup ("do-sig" version).**
704 …executing the non-optimized version, some of these packets may produce a lookup hit or lookup miss.
773 …umref:`table_qos_29`, the lookup tables for *match* and *match_many* can be collapsed into a singl…
[all …]
H A Defd_lib.rst25 key itself and hence lookup performance is not dependent on the key
98 As shown in :numref:`figure_efd3`, when doing a lookup, the flow-table
108 the CPU cache, and hence, the lookup performance is degraded because of
131 The lookup operation is very simple, similar to a computational-based
132 scheme: given an input key the lookup operation is reduced to hashing
150 It should be mentioned that, since the online lookup table for EFD
152 of the key size and hence EFD lookup performance which is almost
229 socket as where the lookup thread is running.
260 function calls per key, it is always recommended to use a bulk lookup
262 lookup function. ``rte_efd_lookup_bulk()`` is the bulk lookup function,
[all …]
H A Dlpm_lib.rst44 The algorithm allows the lookup operation to be performed with typically a single memory read acces…
46 the lookup operation requires two memory read accesses.
47 Therefore, the performance of the LPM lookup operation is greatly influenced by
59 we might need to continue the lookup process in the second level.
84 The first field can either contain a number indicating the tbl8 in which the lookup process should …
107 without having to actually perform a lookup.
123 (meaning the lookup process ends at this point, since this is the longest prefix that matches).
132 (meaning the lookup process must continue since the rule hasn't been explored completely).
142 By doing this we ensure that during the lookup process, if a rule matching the IP address exists,
174 the tbl8 group entries. This might result in incorrect lookup results.
[all …]
H A Dlpm6_lib.rst59 The algorithm allows the lookup operation to be performed with a number of memory accesses
75 or the subsequent tbl8s we might need to continue the lookup process in deeper levels of the tree.
82 we can greatly reduce memory consumption while maintaining a very good lookup speed (one memory acc…
102 The first field can either contain a number indicating the tbl8 in which the lookup process should …
114 without having to actually perform a lookup.
129 and the external entry flag to 0 (meaning the lookup process ends at this point,
140 (meaning the lookup process must continue since the rule hasn't been explored completely).
154 By doing this we ensure that during the lookup process, if a rule matching the IP address exists,
165 The lookup process is much simpler and quicker. In this case:
176 * Repeat the process until either we find an invalid entry (lookup miss) or a valid entry with th…
H A Dhash_lib.rst10 The DPDK provides a Hash Library for creating hash table for fast lookup.
40 …then the position of the entry is returned, otherwise (i.e., lookup miss) a negative value is retu…
44 * Add / lookup / delete entry with key and precomputed hash: Both the key and its precomputed has…
47 * Add / lookup entry with key and data: A data is provided as input for add. Add allows the user …
138 delete, and lookup operations is reduced to the entries in those buckets (it is very likely that en…
147 Example of lookup:
157 Like lookup, the primary and secondary buckets are identified. If there is an empty entry in
176 Similar to lookup, the key is searched in its primary and secondary buckets. If the key is found, t…
189 In case of lookup for a certain key, as before, the primary bucket is searched for a match and then…
297 …If the returned position is valid (flow lookup hit), use the returned position to access the flow …
[all …]
/f-stack/dpdk/lib/librte_fib/
H A Drte_fib.c45 rte_fib_lookup_fn_t lookup; /**< fib lookup function */ member
103 fib->lookup = dummy_lookup; in init_dataplane()
110 fib->lookup = dir24_8_get_lookup_fn(fib->dp, in init_dataplane()
143 (next_hops == NULL) || (fib->lookup == NULL)), -EINVAL); in rte_fib_lookup_bulk()
145 fib->lookup(fib->dp, ips, next_hops, n); in rte_fib_lookup_bulk()
333 fib->lookup = fn; in rte_fib_select_lookup()
H A Drte_fib6.c45 rte_fib6_lookup_fn_t lookup; /**< fib lookup function */ member
103 fib->lookup = dummy_lookup; in init_dataplane()
110 fib->lookup = trie_get_lookup_fn(fib->dp, RTE_FIB6_LOOKUP_DEFAULT); in init_dataplane()
145 (next_hops == NULL) || (fib->lookup == NULL), -EINVAL); in rte_fib6_lookup_bulk()
146 fib->lookup(fib->dp, ips, next_hops, n); in rte_fib6_lookup_bulk()
334 fib->lookup = fn; in rte_fib6_select_lookup()
/f-stack/tools/libutil/
H A Drealhostname.c64 char lookup[MAXHOSTNAMELEN]; in realhostname() local
66 strlcpy(lookup, hp->h_name, sizeof(lookup)); in realhostname()
67 hp = gethostbyname(lookup); in realhostname()
/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_hwinfo.c181 nfp_hwinfo_lookup(struct nfp_hwinfo *hwinfo, const char *lookup) in nfp_hwinfo_lookup() argument
185 if (!hwinfo || !lookup) in nfp_hwinfo_lookup()
194 if (strcmp(key, lookup) == 0) in nfp_hwinfo_lookup()
H A Dnfp_hwinfo.h83 const char *nfp_hwinfo_lookup(struct nfp_hwinfo *hwinfo, const char *lookup);
/f-stack/freebsd/netpfil/pf/
H A Dif_pflog.c239 if (rm->log & PF_LOG_SOCKET_LOOKUP && !pd->lookup.done && lookupsafe) in pflog_packet()
240 pd->lookup.done = pf_socket_lookup(dir, pd, m); in pflog_packet()
241 if (pd->lookup.done > 0) in pflog_packet()
242 hdr.uid = pd->lookup.uid; in pflog_packet()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dsize_classes.sh298 * lg_delta_lookup: Same as lg_delta if a lookup table size class, 'no'
301 * NLBINS: Number of bins supported by the lookup table.
307 * LOOKUP_MAXCLASS: Maximum size class included in lookup table.
353 * The size2index_tab lookup table uses uint8_t to encode each bin index, so we
/f-stack/freebsd/contrib/device-tree/Bindings/arm/bcm/
H A Dbrcm,bcm63138.txt11 An optional Boot lookup table Device Tree node is required for secondary CPU
16 Required properties for the Boot lookup table node:

12345