Home
last modified time | relevance | path

Searched full:lookup (Results 1 – 25 of 1246) sorted by relevance

12345678910>>...50

/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwell/
Duncore-cache.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/skylake/
Duncore-cache.json
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
Dsparx5_vcap_debugfs.c
Dsparx5_vcap_impl.h
/openbmc/linux/drivers/i2c/
Di2c-core-acpi.c
/openbmc/linux/drivers/net/wireless/broadcom/b43/
Dtables_nphy.h
/openbmc/linux/tools/testing/selftests/drivers/net/ocelot/
Dtc_flower_chains.sh
/openbmc/linux/tools/perf/pmu-events/arch/x86/ivybridge/
Duncore-cache.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/sandybridge/
Duncore-cache.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/
Duncore-cache.json
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman/
H A DCVE-2025-32743.patch4 Subject: [PATCH] dnsproxy: Fix NULL/empty lookup causing potential crash
6 In ConnMan through 1.44, the lookup string in ns_resolv in dnsproxy.c
10 lookup values lead to incorrect length calculations and incorrect
37 const char *lookup = (const char *)name;
38 - int err = ns_try_resolv_from_cache(req, request, lookup);
40 + if (!lookup || strlen(lookup) == 0)
43 + err = ns_try_resolv_from_cache(req, request, lookup);
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-dmabuf.h31 * virtio_add_dmabuf() - Add a new dma-buf resource to the lookup table
42 * the lookup table.
56 * the lookup table.
61 * virtio_remove_resource() - Removes a resource from the lookup table
64 * Return: true if the UUID has been found and removed from the lookup table.
69 * virtio_lookup_dmabuf() - Looks for a dma-buf resource in the lookup table
78 * lookup table
86 * virtio_object_type() - Looks for the type of resource in the lookup table
96 * resources lookup table, and frees them
/openbmc/linux/Documentation/filesystems/
Dpath-lookup.txt
/openbmc/linux/Documentation/bpf/
Dprog_sk_lookup.rst
/openbmc/linux/include/drm/
Ddrm_privacy_screen_machine.h
/openbmc/linux/arch/mips/pic32/pic32mzda/
Dinit.c
/openbmc/linux/net/l3mdev/
Dl3mdev.c
/openbmc/linux/net/netfilter/ipvs/
Dip_vs_mh.c
/openbmc/linux/security/apparmor/
Dpath.c
/openbmc/linux/drivers/gpu/drm/
Ddrm_privacy_screen.c
Ddrm_privacy_screen_x86.c
/openbmc/linux/include/linux/
Dkref.h
/openbmc/linux/fs/ocfs2/
Ddir.h
/openbmc/linux/Documentation/driver-api/firmware/
Ddirect-fs-lookup.rst
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
Dmacsec_api.h

12345678910>>...50