Home
last modified time | relevance | path

Searched refs:got (Results 176 – 200 of 388) sorted by relevance

12345678910>>...16

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Du-boot.lds51 KEEP(*(.got))
/openbmc/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-veyron-analog-audio.dtsi83 * we've got a ts3a227e chip but the driver requires it.
/openbmc/libmctp/utils/
H A Dmctp-demux-daemon.c518 ssize_t got; in run_daemon() local
520 got = read(ctx->pollfds[FD_SIGNAL].fd, &si, sizeof(si)); in run_daemon()
521 if (got == sizeof(si)) { in run_daemon()
/openbmc/linux/fs/xfs/
H A Dxfs_icache.c1774 struct xfs_bmbt_irec got; in xfs_check_delalloc() local
1777 if (!ifp || !xfs_iext_lookup_extent(ip, ifp, 0, &icur, &got)) in xfs_check_delalloc()
1780 if (isnullstartblock(got.br_startblock)) { in xfs_check_delalloc()
1785 got.br_startoff, got.br_blockcount); in xfs_check_delalloc()
1787 } while (xfs_iext_next_extent(ifp, &icur, &got)); in xfs_check_delalloc()
/openbmc/linux/Documentation/translations/zh_CN/accounting/
H A Dpsi.rst134 printf("got POLLERR, event source is gone\n");
/openbmc/linux/arch/x86/tools/
H A Dinsn_decoder_test.c67 field->got, field->nbytes); in dump_field()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl2-ttf/
H A D0001-freetype-Fix-function-signatures-to-match-without-ca.patch6 Clang 16 has got a new stricter warning for casts of function types
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/
H A D0008-Handle-errors-from-socket-calls.patch41 // Make sure we've got an entire nlmsghdr in the buffer, and payload, too.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xserver-common/
H A Dxserver-common_1.34.bb33 # its Xsession file got name 30xinput_calibrate.sh and ls -X sorts it
/openbmc/qemu/tests/qemu-iotests/
H A D233.out60 …pen 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': The certificate hasn't got a known issuer
61 qemu-nbd: The certificate hasn't got a known issuer
H A Dcommon.qemu116 echo "Only expected $capture_events but got ${resp}"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/
H A Dconfigure.in-disable-tirpc-checking-for-fedora.patch34 -# package. Make sure we've got the library and #
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/
H A Dwxgtk-fixup-build-scripts.patch30 # Move the various -I, -D, etc. flags we got from the config scripts
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D1296.patch10 Otherwise, we got the following error:
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/libcamera-apps/
H A D0001-utils-version.py-use-usr-bin-env-in-shebang.patch13 TypeError: __init__() got an unexpected keyword argument 'text'
/openbmc/linux/arch/arm/include/asm/
H A Dvmlinux.lds.h103 *(.got) /* Global offset table */ \
/openbmc/linux/tools/testing/selftests/net/
H A Dpsock_tpacket.c376 unsigned int frame_num = 0, got = 0; in walk_tx() local
482 got += ret; in walk_tx()
497 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, got); in walk_tx()
/openbmc/linux/Documentation/arch/arm/
H A Darm.rst141 `*configure` harddrive set to 2). I've got an internal 20MB and a great
144 I've just got 240K/s off it (a dd with bs=128k); that's about half of what
156 hasn't got any code for disc change detection in there at the moment which
/openbmc/linux/Documentation/fb/
H A Darkfb.rst30 lower pixclocks (i got maximum about 70 MHz, it is dependent on specific
/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_management_controller.robot99 …... msg=Bytes given in dcmi set mcid command and string bytes got from dcmi get mcid command are …
105 …... msg=Bytes got from dcmi get mcid command and hostname from "cat /etc/os-release" command is n…
/openbmc/linux/drivers/parport/
H A Dparport_ip32.c1104 size_t got; in parport_ip32_epp_read() local
1114 got = len; in parport_ip32_epp_read()
1117 for (got = 0; got < len; got++) { in parport_ip32_epp_read()
1127 return got; in parport_ip32_epp_read()
/openbmc/linux/fs/ceph/
H A Dcaps.c2705 if (got & CEPH_CAP_PIN) in ceph_take_cap_refs()
2707 if (got & CEPH_CAP_FILE_RD) in ceph_take_cap_refs()
2709 if (got & CEPH_CAP_FILE_CACHE) in ceph_take_cap_refs()
2711 if (got & CEPH_CAP_FILE_EXCL) in ceph_take_cap_refs()
2713 if (got & CEPH_CAP_FILE_WR) { in ceph_take_cap_refs()
2721 if (got & CEPH_CAP_FILE_BUFFER) { in ceph_take_cap_refs()
2842 *got = need; in try_get_cap_refs()
2894 ret, ceph_cap_string(*got)); in try_get_cap_refs()
2937 bool nonblock, int *got) in ceph_try_get_caps() argument
3090 *got = _got; in __ceph_get_caps()
[all …]
/openbmc/qemu/hw/misc/macio/
H A Dtrace-events38 pmu_debug_protocol_cmdlen(int len) "got cmd length byte: %d"
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/
H A Dlibtest-deep-perl_1.204.bb6 Test::Deep gives you very flexible ways to check that the result you got is \
/openbmc/qemu/hw/tpm/
H A Dtrace-events31 tpm_spapr_do_crq_tpm_command(void) "got TPM command payload"

12345678910>>...16