/openbmc/linux/net/appletalk/ |
H A D | aarp.c | 315 __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 D | taskdata.py | 249 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 D | fltk-native-link-libdl.patch | 11 appears before lib/libfltk.a and causes dlopen() unresolved. The reason why it
|
/openbmc/linux/tools/net/ynl/lib/ |
H A D | nlspec.py | 413 unresolved = self._resolution_list 416 for elem in unresolved:
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-mem.txt | 64 --hide-unresolved::
|
H A D | perf-report.txt | 68 --hide-unresolved::
|
/openbmc/linux/net/ipv6/ |
H A D | ip6mr.c | 779 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 D | 0010-Workaround-multiple-definition-of-symbol-errors.patch | 83 --unresolved-symbols=report-all \
|
/openbmc/linux/tools/testing/selftests/ftrace/ |
H A D | ftracetest | 127 --fail-unresolved)
|
/openbmc/linux/net/ipv4/ |
H A D | ipmr.c | 728 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 D | unzip_optimization.patch | 33 @@ -47,7 +47,7 @@ LD = $(CC)# must match, else "unresolved
|
/openbmc/linux/include/linux/ |
H A D | mroute_base.h | 143 struct sk_buff_head unresolved; member
|
/openbmc/linux/net/core/ |
H A D | fib_rules.c | 782 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 D | webkitgtk_2.44.0.bb | 143 # unresolved due to limited X32 adoption.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/ |
H A D | webkitgtk3_2.44.0.bb | 144 # unresolved due to limited X32 adoption.
|
/openbmc/linux/fs/befs/ |
H A D | ChangeLog | 14 * 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 D | test_event_logs_sub_menu.robot | 202 [Documentation] Verify that error log unresolved status from GUI
|
/openbmc/linux/Documentation/process/ |
H A D | code-of-conduct-interpretation.rst | 45 documents final escalation paths in case of unresolved concerns
|
/openbmc/linux/Documentation/networking/device_drivers/cable/ |
H A D | sb1000.rst | 151 2. I get "unresolved symbol" error messages on executing ``insmod sb1000.o``.
|
/openbmc/webui-vue/src/views/Logs/EventLogs/ |
H A D | EventLogs.vue | 184 <span v-else> {{ $t('pageEventLogs.unresolved') }} </span>
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/3com/ |
H A D | vortex.rst | 459 unresolved.
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.megaraid | 428 iii. Module compilation reorder in Makefile so that unresolved symbols do
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | reporting-regressions.rst | 128 regressions becomes mentioned `on the list of tracked and unresolved Linux
|
/openbmc/openbmc/poky/documentation/contributor-guide/ |
H A D | submit-changes.rst | 717 It will also ensure that bugs are not left unresolved in the master
|
/openbmc/linux/Documentation/networking/ |
H A D | ip-sysctl.rst | 184 queued for each unresolved address by other network layers. 197 unresolved address by other network layers.
|