Home
last modified time | relevance | path

Searched defs:be (Results 1 – 25 of 114) sorted by relevance

12345

/openbmc/qemu/chardev/
H A Dchar-fe.c99 int qemu_chr_fe_ioctl(CharBackend *be, int cmd, void *arg) in qemu_chr_fe_ioctl()
113 int qemu_chr_fe_get_msgfd(CharBackend *be) in qemu_chr_fe_get_msgfd()
126 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int len) in qemu_chr_fe_get_msgfds()
138 int qemu_chr_fe_set_msgfds(CharBackend *be, int *fds, int num) in qemu_chr_fe_set_msgfds()
150 void qemu_chr_fe_accept_input(CharBackend *be) in qemu_chr_fe_accept_input()
176 Chardev *qemu_chr_fe_get_driver(CharBackend *be) in qemu_chr_fe_get_driver()
183 bool qemu_chr_fe_backend_connected(CharBackend *be) in qemu_chr_fe_backend_connected()
188 bool qemu_chr_fe_backend_open(CharBackend *be) in qemu_chr_fe_backend_open()
330 void qemu_chr_fe_set_echo(CharBackend *be, bool echo) in qemu_chr_fe_set_echo()
339 void qemu_chr_fe_set_open(CharBackend *be, int fe_open) in qemu_chr_fe_set_open()
[all …]
H A Dchar-mux.c129 CharBackend *be = d->backends[mux_nr]; in mux_chr_send_event() local
194 CharBackend *be = d->backends[m]; in mux_chr_accept_input() local
207 CharBackend *be = d->backends[m]; in mux_chr_can_read() local
225 CharBackend *be = d->backends[m]; in mux_chr_read() local
281 CharBackend *be = d->backends[i]; in char_mux_finalize() local
/openbmc/linux/tools/perf/util/
H A Dgenelf_debug.c47 buffer_ext_dump(struct buffer_ext *be, const char *msg) in buffer_ext_dump()
84 buffer_ext_init(struct buffer_ext *be) in buffer_ext_init()
92 buffer_ext_exit(struct buffer_ext *be) in buffer_ext_exit()
98 buffer_ext_size(struct buffer_ext *be) in buffer_ext_size()
104 buffer_ext_addr(struct buffer_ext *be) in buffer_ext_addr()
196 static void emit_unsigned_LEB128(struct buffer_ext *be, in emit_unsigned_LEB128()
243 static void emit_opcode_signed(struct buffer_ext *be, in emit_opcode_signed()
334 static void emit_lineno_info(struct buffer_ext *be, in emit_lineno_info()
408 static void add_debug_line(struct buffer_ext *be, in add_debug_line()
442 add_debug_abbrev(struct buffer_ext *be) in add_debug_abbrev()
[all …]
/openbmc/linux/arch/arm64/lib/
H A Dcrc32.S14 .macro byteorder, reg, be
22 .macro byteorder16, reg, be
30 .macro bitorder, reg, be
36 .macro bitorder16, reg, be
43 .macro bitorder8, reg, be
50 .macro __crc32, c, be=0
/openbmc/linux/fs/nfs/blocklayout/
H A Dextent_tree.c26 ext_tree_prev(struct pnfs_block_extent *be) in ext_tree_prev()
40 ext_f_end(struct pnfs_block_extent *be) in ext_f_end()
49 struct pnfs_block_extent *be = NULL; in __ext_tree_search() local
127 struct pnfs_block_extent *be, *tmp; in __ext_put_deviceids() local
140 struct pnfs_block_extent *be; in __ext_tree_insert() local
180 struct pnfs_block_extent *be; in __ext_tree_remove() local
257 struct pnfs_block_extent *be; in ext_tree_insert() local
326 struct pnfs_block_extent *be; in __ext_tree_lookup() local
410 struct pnfs_block_extent *be; in ext_tree_mark_written() local
526 struct pnfs_block_extent *be; in ext_tree_encode_commit() local
[all …]
H A Dblocklayout.c52 static bool is_hole(struct pnfs_block_extent *be) in is_hole()
126 struct pnfs_block_extent *be, bio_end_io_t end_io, in do_add_page_to_bio()
174 struct pnfs_block_extent be; in bl_mark_devices_unavailable() local
235 struct pnfs_block_extent be; in bl_read_pagelist() local
380 struct pnfs_block_extent be; in bl_write_pagelist() local
505 static int verify_extent(struct pnfs_block_extent *be, in verify_extent()
593 struct pnfs_block_extent *be; in bl_alloc_extent() local
712 struct pnfs_block_extent *be = in bl_alloc_lseg() local
/openbmc/qemu/include/crypto/
H A Daes-round.h30 static inline void aesenc_MC(AESState *r, const AESState *st, bool be) in aesenc_MC()
51 const AESState *rk, bool be) in aesenc_SB_SR_AK()
72 const AESState *rk, bool be) in aesenc_SB_SR_MC_AK()
90 static inline void aesdec_IMC(AESState *r, const AESState *st, bool be) in aesdec_IMC()
111 const AESState *rk, bool be) in aesdec_ISB_ISR_AK()
132 const AESState *rk, bool be) in aesdec_ISB_ISR_AK_IMC()
153 const AESState *rk, bool be) in aesdec_ISB_ISR_IMC_AK()
/openbmc/qemu/hw/xen/
H A Dxen_devconfig.c10 char *fe, char *be, int len) in xen_config_dev_dirs()
27 static int xen_config_dev_all(char *fe, char *be) in xen_config_dev_all()
51 char fe[256], be[256]; in xen_config_dev_nic() local
76 char fe[256], be[256]; in xen_config_dev_vfb() local
89 char fe[256], be[256]; in xen_config_dev_vkbd() local
97 char fe[256], be[256]; in xen_config_dev_console() local
/openbmc/qemu/host/include/ppc/host/crypto/
H A Daes-round.h25 static inline AESStateVec aes_accel_ld(const AESState *p, bool be) in aes_accel_ld()
50 static void aes_accel_st(AESState *p, AESStateVec r, bool be) in aes_accel_st()
97 aesenc_MC_accel(AESState *ret, const AESState *st, bool be) in aesenc_MC_accel()
109 const AESState *rk, bool be) in aesenc_SB_SR_AK_accel()
121 const AESState *rk, bool be) in aesenc_SB_SR_MC_AK_accel()
132 aesdec_IMC_accel(AESState *ret, const AESState *st, bool be) in aesdec_IMC_accel()
144 const AESState *rk, bool be) in aesdec_ISB_ISR_AK_accel()
156 const AESState *rk, bool be) in aesdec_ISB_ISR_AK_IMC_accel()
168 const AESState *rk, bool be) in aesdec_ISB_ISR_IMC_AK_accel()
/openbmc/qemu/host/include/i386/host/crypto/
H A Daes-round.h28 aesenc_MC_accel(AESState *ret, const AESState *st, bool be) in aesenc_MC_accel()
47 const AESState *rk, bool be) in aesenc_SB_SR_AK_accel()
65 const AESState *rk, bool be) in aesenc_SB_SR_MC_AK_accel()
82 aesdec_IMC_accel(AESState *ret, const AESState *st, bool be) in aesdec_IMC_accel()
98 const AESState *rk, bool be) in aesdec_ISB_ISR_AK_accel()
116 const AESState *rk, bool be) in aesdec_ISB_ISR_AK_IMC_accel()
136 const AESState *rk, bool be) in aesdec_ISB_ISR_IMC_AK_accel()
/openbmc/linux/drivers/net/xen-netback/
H A Dxenbus.c206 struct backend_info *be = dev_get_drvdata(&xdev->dev); in netback_uevent() local
221 static int backend_create_xenvif(struct backend_info *be) in backend_create_xenvif()
250 static void backend_disconnect(struct backend_info *be) in backend_disconnect()
280 static void backend_connect(struct backend_info *be) in backend_connect()
321 static void set_backend_state(struct backend_info *be, in set_backend_state()
420 struct backend_info *be = dev_get_drvdata(&dev->dev); in frontend_changed() local
663 struct backend_info *be = container_of(watch, in hotplug_status_changed() local
682 static int connect_ctrl_ring(struct backend_info *be) in connect_ctrl_ring()
724 static void connect(struct backend_info *be) in connect()
849 static int connect_data_rings(struct backend_info *be, in connect_data_rings()
[all …]
/openbmc/qemu/host/include/aarch64/host/crypto/
H A Daes-round.h85 aesenc_MC_accel(AESState *ret, const AESState *st, bool be) in aesenc_MC_accel()
101 const AESState *rk, bool be) in aesenc_SB_SR_AK_accel()
118 const AESState *rk, bool be) in aesenc_SB_SR_MC_AK_accel()
134 aesdec_IMC_accel(AESState *ret, const AESState *st, bool be) in aesdec_IMC_accel()
150 const AESState *rk, bool be) in aesdec_ISB_ISR_AK_accel()
167 const AESState *rk, bool be) in aesdec_ISB_ISR_AK_IMC_accel()
190 const AESState *rk, bool be) in aesdec_ISB_ISR_IMC_AK_accel()
/openbmc/linux/net/netfilter/
H A Dnft_set_bitmap.c94 struct nft_bitmap_elem *be; in nft_bitmap_elem_find() local
112 struct nft_bitmap_elem *be; in nft_bitmap_get() local
129 struct nft_bitmap_elem *new = elem->priv, *be; in nft_bitmap_insert() local
152 struct nft_bitmap_elem *be = elem->priv; in nft_bitmap_remove() local
167 struct nft_bitmap_elem *be = elem->priv; in nft_bitmap_activate() local
182 struct nft_bitmap_elem *be = _be; in nft_bitmap_flush() local
198 struct nft_bitmap_elem *this = elem->priv, *be; in nft_bitmap_deactivate() local
220 struct nft_bitmap_elem *be; in nft_bitmap_walk() local
278 struct nft_bitmap_elem *be, *n; in nft_bitmap_destroy() local
/openbmc/linux/drivers/block/xen-blkback/
H A Dxenbus.c38 struct xenbus_device *xen_blkbk_xenbus(struct backend_info *be) in xen_blkbk_xenbus()
529 struct backend_info *be = dev_get_drvdata(&dev->dev); in xen_blkbk_remove() local
553 struct backend_info *be, int state) in xen_blkbk_flush_diskcache()
566 static void xen_blkbk_discard(struct xenbus_transaction xbt, struct backend_info *be) in xen_blkbk_discard()
609 struct backend_info *be, int state) in xen_blkbk_barrier()
631 struct backend_info *be = kzalloc(sizeof(struct backend_info), in xen_blkbk_probe() local
704 struct backend_info *be in backend_changed() local
790 struct backend_info *be = dev_get_drvdata(&dev->dev); in frontend_changed() local
870 struct backend_info *be = dev_get_drvdata(&dev->dev); in reclaim_memory() local
884 static void connect(struct backend_info *be) in connect()
[all …]
/openbmc/linux/lib/
H A Dtest_uuid.c15 uuid_t be; member
45 static void __init test_uuid_failed(const char *prefix, bool wrong, bool be, in test_uuid_failed()
65 uuid_t be; in test_uuid_test() local
94 uuid_t be; in test_uuid_wrong() local
/openbmc/u-boot/tools/
H A Dgpimage-common.c32 int gph_verify_header(struct gp_header *gph, int be) in gph_verify_header()
46 void gph_print_header(const struct gp_header *gph, int be) in gph_print_header()
67 int be) in gph_set_header()
/openbmc/linux/arch/powerpc/include/asm/
H A Dbitops.h46 #define PPC_BITLSHIFT(be) (BITS_PER_LONG - 1 - (be)) argument
48 #define PPC_BITMASK(bs, be) ((PPC_BIT(bs) - PPC_BIT(be)) | PPC_BIT(bs)) argument
54 #define PPC_BITLSHIFT32(be) (32 - 1 - (be)) argument
56 #define PPC_BITMASK32(bs, be) ((PPC_BIT32(bs) - PPC_BIT32(be))|PPC_BIT32(bs)) argument
58 #define PPC_BITLSHIFT8(be) (8 - 1 - (be)) argument
60 #define PPC_BITMASK8(bs, be) ((PPC_BIT8(bs) - PPC_BIT8(be))|PPC_BIT8(bs)) argument
/openbmc/linux/sound/soc/meson/
H A Daxg-card.c45 struct axg_dai_link_tdm_data *be = in axg_card_tdm_be_hw_params() local
58 struct axg_dai_link_tdm_data *be = in axg_card_tdm_dai_init() local
88 struct axg_dai_link_tdm_data *be = in axg_card_tdm_dai_lb_init() local
158 struct axg_dai_link_tdm_data *be) in axg_card_parse_cpu_tdm_slots()
221 struct axg_dai_link_tdm_data *be) in axg_card_parse_codecs_masks()
251 struct axg_dai_link_tdm_data *be; in axg_card_parse_tdm() local
/openbmc/qemu/tests/unit/
H A Dtest-char.c109 CharBackend be; in char_stdio_test_subprocess() local
134 CharBackend be; in char_ringbuf_test() local
412 CharBackend be; in char_websock_test() local
471 CharBackend be; in char_pipe_test() local
535 CharBackend *be; member
577 CharBackend *be; in char_udp_test_internal() local
627 CharBackend *be; member
770 CharBackend be = {0}; in char_socket_server_test() local
1210 CharBackend be; in char_file_fifo_test() local
1313 CharBackend be; in char_null_test() local
[all …]
/openbmc/linux/sound/soc/
H A Dsoc-pcm.c144 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_show_state() local
355 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_dapm_stream_event() local
1344 struct snd_soc_pcm_runtime *be; in dpcm_get_be() local
1489 struct snd_soc_pcm_runtime *be; in dpcm_add_paths() local
1578 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_be_dai_stop() local
1618 struct snd_soc_pcm_runtime *be; in dpcm_be_dai_startup() local
1734 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_runtime_setup_be_format() local
1770 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_runtime_setup_be_chan() local
2015 struct snd_soc_pcm_runtime *be; in dpcm_be_dai_hw_params() local
2127 struct snd_soc_pcm_runtime *be; in dpcm_be_dai_trigger() local
[all …]
/openbmc/linux/fs/btrfs/
H A Dref-verify.c79 struct block_entry *be) in insert_block_entry()
235 static void free_block_entry(struct block_entry *be) in free_block_entry()
267 struct block_entry *be = NULL, *exist; in add_block_entry() local
315 struct block_entry *be; in add_tree_block() local
361 struct block_entry *be; in add_shared_data_ref() local
391 struct block_entry *be; in add_extent_data_ref() local
624 struct block_entry *be) in dump_block_entry()
667 struct block_entry *be = NULL; in btrfs_ref_tree_mod() local
899 struct block_entry *be; in btrfs_free_ref_cache() local
918 struct block_entry *be = NULL, *entry; in btrfs_free_ref_tree_range() local
/openbmc/linux/sound/soc/sof/
H A Dcontrol.c133 struct soc_bytes_ext *be = (struct soc_bytes_ext *)kcontrol->private_value; in snd_sof_bytes_get() local
148 struct soc_bytes_ext *be = (struct soc_bytes_ext *)kcontrol->private_value; in snd_sof_bytes_put() local
164 struct soc_bytes_ext *be = (struct soc_bytes_ext *)kcontrol->private_value; in snd_sof_bytes_ext_put() local
183 struct soc_bytes_ext *be = (struct soc_bytes_ext *)kcontrol->private_value; in snd_sof_bytes_ext_volatile_get() local
211 struct soc_bytes_ext *be = (struct soc_bytes_ext *)kcontrol->private_value; in snd_sof_bytes_ext_get() local
/openbmc/linux/drivers/net/phy/
H A Dmdio-boardinfo.c29 struct mdio_board_entry *be; in mdiobus_setup_mdiodev_from_board_info() local
64 struct mdio_board_entry *be; in mdiobus_register_board_info() local
/openbmc/qemu/ui/
H A Dspice-app.c62 ChardevBackend *be = g_new0(ChardevBackend, 1); in OBJECT_DECLARE_TYPE() local
76 ChardevBackend *be; in vc_chr_open() local
193 ChardevBackend *be = chr_spice_backend_new(); in spice_app_display_init() local
/openbmc/qemu/hw/block/
H A Dpflash_cfi01.c249 int width, int be) in pflash_data_read()
265 int width, int be) in pflash_read()
436 uint32_t value, int width, int be) in pflash_data_write()
464 uint32_t value, int width, int be) in pflash_write()
668 bool be = !!(pfl->features & (1 << PFLASH_BE)); in pflash_mem_read_with_attrs() local
682 bool be = !!(pfl->features & (1 << PFLASH_BE)); in pflash_mem_write_with_attrs() local

12345