Home
last modified time | relevance | path

Searched refs:unresolved (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/linux/net/appletalk/
H A Daarp.c315 __aarp_kick(&unresolved[ct]); in aarp_expire_timeout()
316 __aarp_expire_timer(&unresolved[ct]); in aarp_expire_timeout()
341 __aarp_expire_device(&unresolved[ct], dev); in aarp_device_event()
370 __aarp_expire_all(&unresolved[ct]); in aarp_purge()
641 a->next = unresolved[hash]; in aarp_send_ddp()
644 unresolved[hash] = a; in aarp_send_ddp()
789 __aarp_resolved(&unresolved[hash], a, hash); in aarp_rcv()
905 __aarp_expire_device(&unresolved[ct], dev); in aarp_device_down()
940 table = unresolved; in iter_next()
943 if (table == unresolved) { in iter_next()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dtaskdata.py249 unresolved = []
256 unresolved.append(target)
257 return unresolved
264 unresolved = []
271 unresolved.append(target)
272 return unresolved
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/
H A Dfltk-native-link-libdl.patch11 appears before lib/libfltk.a and causes dlopen() unresolved. The reason why it
/openbmc/linux/tools/net/ynl/lib/
H A Dnlspec.py413 unresolved = self._resolution_list
416 for elem in unresolved:
/openbmc/linux/tools/perf/Documentation/
H A Dperf-mem.txt64 --hide-unresolved::
H A Dperf-report.txt68 --hide-unresolved::
/openbmc/linux/net/ipv6/
H A Dip6mr.c779 while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved)) != NULL) { in ip6mr_destroy_unres()
998 skb_queue_head_init(&c->_c.mfc_un.unres.unresolved); in ip6mr_cache_alloc_unres()
1016 while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) { in ip6mr_cache_resolve()
1198 if (c->_c.mfc_un.unres.unresolved.qlen > 3) { in ip6mr_cache_unresolved()
1206 skb_queue_tail(&c->_c.mfc_un.unres.unresolved, skb); in ip6mr_cache_unresolved()
2395 static int mr6_msgsize(bool unresolved, int maxvif) in mr6_msgsize() argument
2404 if (!unresolved) in mr6_msgsize()
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0010-Workaround-multiple-definition-of-symbol-errors.patch83 --unresolved-symbols=report-all \
/openbmc/linux/tools/testing/selftests/ftrace/
H A Dftracetest127 --fail-unresolved)
/openbmc/linux/net/ipv4/
H A Dipmr.c728 while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved))) { in ipmr_destroy_unres()
973 skb_queue_head_init(&c->_c.mfc_un.unres.unresolved); in ipmr_cache_alloc_unres()
987 while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) { in ipmr_cache_resolve()
1158 if (c->_c.mfc_un.unres.unresolved.qlen > 3) { in ipmr_cache_unresolved()
1166 skb_queue_tail(&c->_c.mfc_un.unres.unresolved, skb); in ipmr_cache_unresolved()
2366 static size_t mroute_msgsize(bool unresolved, int maxvif) in mroute_msgsize() argument
2375 if (!unresolved) in mroute_msgsize()
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A Dunzip_optimization.patch33 @@ -47,7 +47,7 @@ LD = $(CC)# must match, else "unresolved
/openbmc/linux/include/linux/
H A Dmroute_base.h143 struct sk_buff_head unresolved; member
/openbmc/linux/net/core/
H A Dfib_rules.c782 int err = -EINVAL, unresolved = 0; in fib_nl_newrule() local
831 unresolved = 1; in fib_nl_newrule()
863 if (unresolved) in fib_nl_newrule()
/openbmc/openbmc/poky/meta/recipes-sato/webkit/
H A Dwebkitgtk_2.44.0.bb143 # unresolved due to limited X32 adoption.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/
H A Dwebkitgtk3_2.44.0.bb144 # unresolved due to limited X32 adoption.
/openbmc/linux/fs/befs/
H A DChangeLog14 * Oy! Fixed stupid bug that would cause an unresolved symbol error.
33 wouldn't work on older (<2.4.10) kernels due to an unresolved symbol.
/openbmc/openbmc-test-automation/gui/gui_test/logs_and_services_menu/
H A Dtest_event_logs_sub_menu.robot202 [Documentation] Verify that error log unresolved status from GUI
/openbmc/linux/Documentation/process/
H A Dcode-of-conduct-interpretation.rst45 documents final escalation paths in case of unresolved concerns
/openbmc/linux/Documentation/networking/device_drivers/cable/
H A Dsb1000.rst151 2. I get "unresolved symbol" error messages on executing ``insmod sb1000.o``.
/openbmc/webui-vue/src/views/Logs/EventLogs/
H A DEventLogs.vue184 <span v-else> {{ $t('pageEventLogs.unresolved') }} </span>
/openbmc/linux/Documentation/networking/device_drivers/ethernet/3com/
H A Dvortex.rst459 unresolved.
/openbmc/linux/Documentation/scsi/
H A DChangeLog.megaraid428 iii. Module compilation reorder in Makefile so that unresolved symbols do
/openbmc/linux/Documentation/admin-guide/
H A Dreporting-regressions.rst128 regressions becomes mentioned `on the list of tracked and unresolved Linux
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Dsubmit-changes.rst717 It will also ensure that bugs are not left unresolved in the master
/openbmc/linux/Documentation/networking/
H A Dip-sysctl.rst184 queued for each unresolved address by other network layers.
197 unresolved address by other network layers.

12