| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0001-resolve-Use-sockaddr-pointer-type-for-bind.patch | 10 ../git/src/resolve/test-resolved-stream.c:112:32: error: incompatible pointer types passing 'struct… 13 ../git/src/resolve/test-resolved-stream.c:251:39: error: incompatible pointer types passing 'struct… 19 src/resolve/test-resolved-stream.c | 4 ++-- 22 diff --git a/src/resolve/test-resolved-stream.c b/src/resolve/test-resolved-stream.c 24 --- a/src/resolve/test-resolved-stream.c 25 +++ b/src/resolve/test-resolved-stream.c
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/decorator/ |
| H A D | depends.py | 44 def _dep_resolve(graph, node, resolved, seen): argument 47 if edge not in resolved: 51 _dep_resolve(graph, edge, resolved, seen) 52 resolved.append(node)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/connman/connman/ |
| H A D | 0001-connman.service-stop-systemd-resolved-when-we-use-co.patch | 4 Subject: [PATCH] connman.service: stop systemd-resolved when we use connman 6 Stop systemd-resolved service when we use connman as network manager. 23 +Conflicts=systemd-resolved.service
|
| /OK3568_Linux_fs/kernel/net/appletalk/ |
| H A D | aarp.c | 71 static struct aarp_entry *resolved[AARP_HASH_SIZE]; variable 314 __aarp_expire_timer(&resolved[ct]); in aarp_expire_timeout() 340 __aarp_expire_device(&resolved[ct], dev); in aarp_device_event() 369 __aarp_expire_all(&resolved[ct]); in aarp_purge() 613 a = __aarp_find_entry(resolved[hash], dev, sa); in aarp_send_ddp() 696 a->next = resolved[hash]; in __aarp_resolved() 697 resolved[hash] = a; in __aarp_resolved() 829 a = __aarp_find_entry(resolved[sa.s_node % in aarp_rcv() 904 __aarp_expire_device(&resolved[ct], dev); in aarp_device_down() 938 if (table == resolved) { in iter_next() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/dnsmasq/ |
| H A D | dnsmasq.inc | 16 file://dnsmasq-resolved.conf \ 64 install -d ${D}${sysconfdir}/systemd/resolved.conf.d/ 65 install -m 0644 ${WORKDIR}/dnsmasq-resolved.conf ${D}${sysconfdir}/systemd/resolved.conf.d/
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/deb/ |
| H A D | rootfs.py | 78 def _dep_resolve(graph, node, resolved, seen): argument 82 if edge not in resolved: 87 _dep_resolve(graph, edge, resolved, seen) 89 resolved.append(node)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/avahi/files/ |
| H A D | 0001-Fix-opening-etc-resolv.conf-error.patch | 6 Fix to start avahi-daemon after systemd-resolved.service. This is because 9 is created by systemd-resolved.service by default in current OE's systemd 39 +After=systemd-resolved.service connman.service
|
| /OK3568_Linux_fs/buildroot/package/binutils/2.37/ |
| H A D | 0007-i386-Allow-GOT32-relocations-against-ABS-symbols.patch | 28 - resolved as absolute value + addend. GOTPCREL relocations 31 + resolved as absolute value + addend. GOTPCREL and GOT32
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/ |
| H A D | rootfs.py | 79 def _dep_resolve(graph, node, resolved, seen): argument 83 if edge not in resolved: 88 _dep_resolve(graph, edge, resolved, seen) 90 resolved.append(node)
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | CHANGES | 18 Issues resolved (http://bugs.uclibc.org): 39 Issues resolved (http://bugs.uclibc.org): 65 Issues resolved (http://bugs.uclibc.org): 119 Issues resolved (http://bugs.uclibc.org): 143 Issues resolved (http://bugs.uclibc.org): 182 Issues resolved (http://bugs.uclibc.org): 250 Issues resolved (http://bugs.uclibc.org): 303 Issues resolved (http://bugs.uclibc.org): 339 Issues resolved (http://bugs.uclibc.org): 413 Issues resolved (http://bugs.uclibc.org): [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | npmsw.py | 87 resolved = params.get("resolved", None) 93 if not resolved: 98 uri = URI(resolved)
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | dspkginit.c | 396 if (element->reference.resolved) { in acpi_ds_resolve_package_element() 473 element->reference.resolved = TRUE; in acpi_ds_resolve_package_element()
|
| H A D | dsobject.c | 115 obj_desc->reference.resolved = TRUE; in acpi_ds_build_internal_object() 126 obj_desc->reference.resolved = FALSE; in acpi_ds_build_internal_object()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/connman/ |
| H A D | connman_1.41.bb | 5 file://0001-connman.service-stop-systemd-resolved-when-we-use-co.patch \
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/gitunpackoffline/ |
| H A D | gitunpackoffline-fail.bb | 10 # Deliberately have a tag which has to be resolved but ensure do_unpack doesn't access the network …
|
| /OK3568_Linux_fs/buildroot/package/libgtk3/ |
| H A D | 0002-fix-introspection-check.patch | 3 During autoreconf GOBJECT_INTROSPECTION_CHECK could not be resolved because we
|
| /OK3568_Linux_fs/buildroot/package/mender/ |
| H A D | mender-client.service | 3 After=systemd-resolved.service
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | sdm630-sony-xperia-ganges.dtsi | 26 * issue with it that has to be resolved.
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | Kconfig | 39 be resolved using the CONFIG_DNS_RESOLVER facility.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/ |
| H A D | 0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch | 29 if (strchr(host, ':')) /* heh, it's not a resolved hostname */
|
| /OK3568_Linux_fs/kernel/fs/hostfs/ |
| H A D | hostfs_kern.c | 142 char *name, *resolved, *end; in follow_link() local 168 resolved = kasprintf(GFP_KERNEL, "%s%s", link, name); in follow_link() 169 if (resolved == NULL) { in follow_link() 175 return resolved; in follow_link()
|
| /OK3568_Linux_fs/buildroot/package/busybox/ |
| H A D | 0003-libbb-sockaddr2str-ensure-only-printable-characters-.patch | 30 if (strchr(host, ':')) /* heh, it's not a resolved hostname */
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/ |
| H A D | 0001-Add-lxml2-to-linker-cmdline-of-xml-is-found.patch | 11 can be resolved. Here check for libxml2 being detected and
|
| /OK3568_Linux_fs/kernel/Documentation/livepatch/ |
| H A D | module-elf-format.rst | 110 livepatch symbol. These must be resolved before livepatch can call 198 objects, whose addresses cannot be resolved by the module loader (because 205 symbols are resolved simply when the target module loads. In any case, for 207 section must be resolved before livepatch can call apply_relocate_add() for
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/imx/ |
| H A D | TODO | 11 resolved.
|