Home
last modified time | relevance | path

Searched defs:out (Results 101 – 125 of 268) sorted by relevance

1234567891011

/openbmc/qemu/hw/hyperv/
H A Dhv-balloon-page_range_tree.c136 bool hvb_page_range_tree_pop(PageRangeTree tree, PageRange *out, in hvb_page_range_tree_pop()
/openbmc/phosphor-host-ipmid/test/message/
H A Dpayload.cpp358 uint8_t out; in TEST_F() local
369 uint32_t out; in TEST_F() local
390 uint8_t out; in TEST_F() local
/openbmc/qemu/block/export/
H A Dvirtio-blk-handler.c140 struct virtio_blk_outhdr out; in virtio_blk_process_req() local
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-fp-exceptions.c42 unsigned char out[10]; in main() local
/openbmc/qemu/include/hw/gpio/
H A Dnrf51_gpio.h57 uint32_t out; member
/openbmc/bmcweb/test/http/
H A Dhttp2_connection_test.cpp103 TestStream out(io); in TEST() local
/openbmc/u-boot/include/
H A Dusb.h371 #define usb_gettoggle(dev, ep, out) (((dev)->toggle[out] >> ep) & 1) argument
372 #define usb_dotoggle(dev, ep, out) ((dev)->toggle[out] ^= (1 << ep)) argument
373 #define usb_settoggle(dev, ep, out, bit) ((dev)->toggle[out] = \ argument
379 #define usb_endpoint_halt(dev, ep, out) ((dev)->halted[out] |= (1 << (ep))) argument
380 #define usb_endpoint_running(dev, ep, out) ((dev)->halted[out] &= ~(1 << (ep))) argument
381 #define usb_endpoint_halted(dev, ep, out) ((dev)->halted[out] & (1 << (ep))) argument
/openbmc/u-boot/scripts/kconfig/
H A Dutil.c40 FILE *out; in file_write_dep() local
H A Dconfdata.c670 FILE *out; in conf_write_defconfig() local
741 FILE *out; in conf_write() local
956 FILE *out, *tristate, *out_h; in conf_write_autoconf() local
/openbmc/qemu/tests/unit/
H A Dtest-qga.c717 g_autofree char *out = NULL; in test_qga_config() local
834 const gchar *out; in test_qga_guest_exec() local
894 const gchar *out, *err; in test_qga_guest_exec_separated() local
936 const gchar *out, *err; in test_qga_guest_exec_merged() local
/openbmc/qemu/tcg/
H A Dtcg.c1014 void (*out)(TCGContext *s, TCGCond cond, TCGReg al, TCGReg ah, member
1055 void (*out)(TCGContext *s, TCGType type, TCGReg dest, member
1061 void (*out)(TCGContext *s, TCGType type, TCGCond cond, member
1074 void (*out)(TCGContext *s, TCGType type, TCGReg dest, member
1080 void (*out)(TCGContext *s, TCGType type, TCGReg dlo, TCGReg dhi, member
1099 void (*out)(TCGContext *s, TCGCond cond, TCGReg ret, TCGReg al, TCGReg ah, member
5629 const TCGOutOpBinary *out = in tcg_reg_alloc_op() local
5644 const TCGOutOpSubtract *out = &outop_sub; in tcg_reg_alloc_op() local
5667 const TCGOutOpAddSubCarry *out = in tcg_reg_alloc_op() local
5697 const TCGOutOpUnary *out = in tcg_reg_alloc_op() local
[all …]
/openbmc/qemu/
H A Dqemu-keymap.c121 static void usage(FILE *out) in usage()
/openbmc/u-boot/drivers/gpio/
H A Dpcf8575_gpio.c48 unsigned int out; /* software latch */ member
/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_i2c.c63 const u8 *out) in tpm_tis_i2c_write()
/openbmc/qemu/tests/qtest/fuzz/
H A Dfuzz.c133 uint8_t *out, size_t max_out_size, in LLVMFuzzerCustomCrossOver()
/openbmc/qemu/hw/i2c/
H A Dbitbang_i2c.c198 qemu_irq out; member
/openbmc/phosphor-networkd/test/
H A Dtest_config_parser.cpp186 stdplus::fd::FormatBuffer out(file); in TEST_F() local
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Doverlayfs.py12 def getline_qemu(out, line): argument
/openbmc/qemu/hw/gpio/
H A Dpl061.c79 qemu_irq out[N_GPIOS]; member
161 uint8_t out; in pl061_update() local
/openbmc/obmc-console/test/
H A Dtest-client-escape.c50 uint8_t out[4096]; member
/openbmc/qemu/crypto/
H A Dpbkdf.c112 g_autofree uint8_t *out = g_new(uint8_t, nout); in threaded_qcrypto_pbkdf2_count_iters() local
/openbmc/qemu/migration/
H A Dmultifd-zstd.c31 ZSTD_outBuffer out; member
/openbmc/u-boot/drivers/crypto/
H A Daspeed_acry.c53 struct key_prop *prop, uint8_t *out) in aspeed_acry_mod_exp()
/openbmc/libcper/sections/
H A Dcper-section-nvidia.c202 void ir_section_nvidia_to_cper(json_object *section, FILE *out) in ir_section_nvidia_to_cper()
/openbmc/u-boot/drivers/spi/
H A Dath79_spi.c65 u32 out, in; in ath79_spi_xfer() local

1234567891011