/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
H A D | 0001-do-not-import-target-module-while-cross-compile.patch | 6 Some modules such as dynamic library maybe cann't be imported 54 + # Some modules such as dynamic library maybe cann't be imported
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
H A D | 0002-do-not-import-target-module-while-cross-compile.patch | 6 Some modules such as dynamic library maybe cann't be imported 52 + # Some modules such as dynamic library maybe cann't be imported
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | setuptools3_legacy.bbclass | 8 # specifically custom install tasks which don't work correctly with bdist_wheel. 9 # This behaviour is deprecated in setuptools[1] and won't work in the future, so
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-pip_24.0.bb | 58 # This used to use the bootstrap install which didn't compile. Until we bump the 59 # tmpdir version we can't compile the native otherwise the sysroot unpack fails
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 252.out | 5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=393216 6 Formatting 'TEST_DIR/t.IMGFMT.base_new', fmt=IMGFMT size=393216
|
/openbmc/qemu/linux-user/hppa/ |
H A D | vdso.ld | 23 * except that those symbols don't exist. The actual symbols are 27 * QEMU handles syscall restart internally, so we don't
|
/openbmc/linux/drivers/watchdog/ |
H A D | rn5t618_wdt.c | 48 unsigned int t) in rn5t618_wdt_set_timeout() argument 54 if (rn5t618_wdt_map[i].time + 1 >= t) in rn5t618_wdt_set_timeout()
|
H A D | bcm47xx_wdt.c | 106 static void bcm47xx_wdt_soft_timer_tick(struct timer_list *t) in bcm47xx_wdt_soft_timer_tick() argument 108 struct bcm47xx_wdt *wdt = from_timer(wdt, t, soft_timer); in bcm47xx_wdt_soft_timer_tick()
|
H A D | simatic-ipc-wdt.c | 83 static int wd_set_timeout(struct watchdog_device *wdd, unsigned int t) in wd_set_timeout() argument 85 int timeout_idx = find_closest(t, wd_timeout_table, in wd_set_timeout()
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | pnic.c | 87 void pnic_timer(struct timer_list *t) in pnic_timer() argument 89 struct tulip_private *tp = from_timer(tp, t, timer); in pnic_timer()
|
/openbmc/linux/drivers/hte/ |
H A D | hte-tegra194-test.c | 80 static void gpio_timer_cb(struct timer_list *t) in gpio_timer_cb() argument 82 (void)t; in gpio_timer_cb()
|
/openbmc/linux/tools/testing/selftests/kvm/include/ |
H A D | test_util.h | 140 static inline bool backing_src_is_shared(enum vm_mem_backing_src_type t) in backing_src_is_shared() argument 142 return vm_mem_backing_src_alias(t)->flag & MAP_SHARED; in backing_src_is_shared()
|
/openbmc/linux/Documentation/arch/parisc/ |
H A D | debugging.rst | 30 than __PAGE_OFFSET (0x10000000) which mean a virtual address didn't 42 that clears the Q bit and the RFI that sets it again you don't know
|
/openbmc/linux/fs/sysv/ |
H A D | Kconfig | 23 network using NFS, you don't need the System V file system support 38 If you haven't heard about all of this before, it's safe to say N.
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_mem_ops.c | 202 __be32 t = cpu_to_be32(val); in octeon_write_device_mem32() local 204 __octeon_pci_rw_core_mem(oct, coreaddr, (u8 *)&t, 4, 0); in octeon_write_device_mem32()
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | subdev.h | 7 #define NVKM_LAYOUT_ONCE(t,s,p,...) t, argument
|
/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_client_modeset_test.c | 164 drm_connector_pick_cmdline_mode_desc(const struct drm_connector_pick_cmdline_mode_test *t, in drm_connector_pick_cmdline_mode_desc() argument 167 sprintf(desc, "%s", t->cmdline); in drm_connector_pick_cmdline_mode_desc()
|
/openbmc/linux/drivers/gpu/drm/vgem/ |
H A D | vgem_fence.c | 77 static void vgem_fence_timeout(struct timer_list *t) in vgem_fence_timeout() argument 79 struct vgem_fence *fence = from_timer(fence, t, timer); in vgem_fence_timeout()
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_fence.c | 19 static enum hrtimer_restart deadline_timer(struct hrtimer *t) in deadline_timer() argument 21 struct msm_fence_context *fctx = container_of(t, in deadline_timer()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_wakeref.c | 129 static void wakeref_auto_timeout(struct timer_list *t) in wakeref_auto_timeout() argument 131 struct intel_wakeref_auto *wf = from_timer(wf, t, timer); in wakeref_auto_timeout()
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | p80211types.h | 147 #define P80211DID_MKID(s, g, i, n, t, a) (P80211DID_MKSECTION(s) | \ argument 151 P80211DID_MKISTABLE(t) | \
|
/openbmc/linux/drivers/input/misc/ |
H A D | nxp-bbnsm-pwrkey.c | 45 static void bbnsm_pwrkey_check_for_events(struct timer_list *t) in bbnsm_pwrkey_check_for_events() argument 47 struct bbnsm_pwrkey *bbnsm = from_timer(bbnsm, t, check_timer); in bbnsm_pwrkey_check_for_events()
|
/openbmc/linux/arch/arm/mm/ |
H A D | context.c | 103 void *t) in contextidr_notifier() argument 107 struct thread_info *thread = t; in contextidr_notifier()
|
/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/ |
H A D | 30e1d5e22213fdaca2a29ec3400c927d710a37a8.patch | 12 WasmTypeDefinition.h isn't included if not ENABLE(WEBASSEMBLY_B3JIT). 19 Signed-off-by: Markus Volk <f_l_k@t-online.de>
|
/openbmc/phosphor-ipmi-flash/tools/ |
H A D | handler.cpp | 90 catch (const ToolException& t) in retryIfFailed() local 96 t.what(), remains); in retryIfFailed()
|