Home
last modified time | relevance | path

Searched refs:got (Results 151 – 175 of 388) sorted by relevance

12345678910>>...16

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/
H A D0001-track-Check-for-unw_set_caching_policy-before-using.patch7 Include inttypes.h got PRI* macros
/openbmc/qemu/authz/
H A Dtrace-events7 …ar *wantidentity, const char *gotidentity) "AuthZ simple %p check want identity=%s got identity=%s"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wtmpdb/
H A Dwtmpdb_0.11.0.bb3 DESCRIPTION = "last reports the login and logout times of users and when the machine got rebooted."
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A D0001-expect-install-scripts-without-using-the-fixline1-tc.patch10 libtcl8.6.so.0 in sysroot. However, all commands in SCRIPTS already have got
/openbmc/qemu/semihosting/
H A Dconsole.c35 bool got; member
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dmethod-customizing.rst21 rebuild/reboot is not needed and test result can be got in minutes.
87 memory and gain additional rights, if root's privileges got
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dconfigure_in_cross.patch123 - AC_MSG_WARN([*** All I got back was '$PPPD_VERSION'])
128 # Sigh... got to fix this up for tcl
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Ddebugfs.c222 struct mrvl_ie_thresholds *got; in lbs_threshold_read() local
248 got = lbs_tlv_find(tlv_type, subscribed->tlv, sizeof(subscribed->tlv)); in lbs_threshold_read()
249 if (got) { in lbs_threshold_read()
250 value = got->value; in lbs_threshold_read()
251 freq = got->freq; in lbs_threshold_read()
/openbmc/linux/lib/
H A Dkunit_iov_iter.c52 unsigned long got; in iov_kunit_create_buffer() local
59 got = alloc_pages_bulk_array(GFP_KERNEL, npages, pages); in iov_kunit_create_buffer()
60 if (got != npages) { in iov_kunit_create_buffer()
61 release_pages(pages, got); in iov_kunit_create_buffer()
62 KUNIT_ASSERT_EQ(test, got, npages); in iov_kunit_create_buffer()
/openbmc/linux/drivers/tty/hvc/
H A Dhvcs.c561 int got = 0; in hvcs_io() local
580 got = hvc_get_chars(unit_address, in hvcs_io()
583 tty_insert_flip_string(&hvcsd->port, buf, got); in hvcs_io()
587 if (got) in hvcs_io()
592 if (got) in hvcs_io()
/openbmc/u-boot/board/cssi/MCR3000/
H A Du-boot.lds44 KEEP(*(.got))
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/
H A D0001-dlm_controld-remove-unnecessary-header-include.patch6 The timewarn netlink functionality got dropped and will be removed by
/openbmc/linux/arch/mips/kernel/
H A Dvmlinux.lds.S73 *(.got) /* Global offset table */
/openbmc/u-boot/doc/
H A DREADME.mpc83xx.ddrecc64 4. Make sure used memory region got re-initialized with 0x0123456789abcdef
104 4. Make sure used memory region got re-initialized with 0x0123456789abcdef
/openbmc/qemu/docs/
H A Dbypass-iommu.txt45 And we got:
59 And we got:
/openbmc/linux/arch/loongarch/kernel/
H A Dmodule.c350 Elf_Addr got = module_emit_got_entry(mod, sechdrs, v); in apply_r_larch_got_pc() local
352 if (!got) in apply_r_larch_got_pc()
367 return apply_r_larch_pcala(mod, location, got, rela_stack, rela_stack_top, type); in apply_r_larch_got_pc()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0001-Revert-ld.hugetlbfs-fix-Ttext-segment-argument-on-AA.patch86 03 .fini_array .init_array .dynamic .got .data .bss
92 09 .fini_array .init_array .dynamic .got
123 03 .fini_array .init_array .dynamic .got .data .bss
129 09 .fini_array .init_array .dynamic .got
/openbmc/linux/Documentation/admin-guide/
H A Dtainted-kernels.rst8 cause might be the event that got the kernel tainted. That's why bug reports
42 the kernel got tainted earlier because a proprietary Module (``P``) was loaded,
70 reason that got your kernel tainted, as in this case you can find the number
83 Bit Log Number Reason that got the kernel tainted
/openbmc/openbmc/poky/meta/recipes-extended/bc/bc/
H A D0001-dc-fix-exit-code-of-q-command.patch12 clean-up label for the 'q' command got misplaced on the error-handling
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Du-boot-spl.lds30 KEEP(*(.got))
/openbmc/linux/fs/proc/
H A Dbase.c224 int ret, got; in get_mm_proctitle() local
235 if (got > 0) { in get_mm_proctitle()
239 if (len < got) in get_mm_proctitle()
321 int got; in get_mm_cmdline() local
325 if (got <= 0) in get_mm_cmdline()
327 got -= copy_to_user(buf, page, got); in get_mm_cmdline()
328 if (unlikely(!got)) { in get_mm_cmdline()
333 pos += got; in get_mm_cmdline()
334 buf += got; in get_mm_cmdline()
335 len += got; in get_mm_cmdline()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c2291 ssize_t got = i915_gpu_coredump_copy_to_buffer(error, buf, pos_err, buf_size - 1); in intel_klog_error_capture() local
2293 if (got <= 0) in intel_klog_error_capture()
2296 buf[got] = 0; in intel_klog_error_capture()
2297 pos_err += got; in intel_klog_error_capture()
2300 while (got > 0) { in intel_klog_error_capture()
2304 next = strnchr(ptr, got, '\n'); in intel_klog_error_capture()
2311 count = got; in intel_klog_error_capture()
2349 got -= count; in intel_klog_error_capture()
2352 got--; in intel_klog_error_capture()
2359 if (got) in intel_klog_error_capture()
[all …]
/openbmc/qemu/net/
H A Dtrace-events8 vhost_user_event(const char *chr, int event) "chr: %s got event: %d"
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Dgoogle,cros-ec-i2c-tunnel.yaml15 On some ChromeOS board designs we've got a connection to the EC
/openbmc/linux/fs/xfs/
H A Dxfs_dquot.c706 struct xfs_bmbt_irec got; in xfs_dq_get_next_id() local
729 if (xfs_iext_lookup_extent(quotip, &quotip->i_df, start, &cur, &got)) { in xfs_dq_get_next_id()
731 if (got.br_startoff < start) in xfs_dq_get_next_id()
732 got.br_startoff = start; in xfs_dq_get_next_id()
733 *id = got.br_startoff * mp->m_quotainfo->qi_dqperchunk; in xfs_dq_get_next_id()

12345678910>>...16