Home
last modified time | relevance | path

Searched refs:bs (Results 151 – 175 of 488) sorted by relevance

12345678910>>...20

/openbmc/qemu/replay/
H A Dreplay-debugging.c141 BlockDriverState *bs; in replay_find_nearest_snapshot() local
151 bs = bdrv_all_find_vmstate_bs(NULL, false, NULL, NULL); in replay_find_nearest_snapshot()
152 if (!bs) { in replay_find_nearest_snapshot()
155 aio_context = bdrv_get_aio_context(bs); in replay_find_nearest_snapshot()
158 nb_sns = bdrv_snapshot_list(bs, &sn_tab); in replay_find_nearest_snapshot()
/openbmc/u-boot/board/amlogic/odroid-c2/
H A DREADME.odroid-c258 > dd if=$DIR/u-boot.img of=$DIR/u-boot.gxbb bs=512 skip=96
64 > dd if=$BL1 of=$DEV conv=fsync bs=1 count=442
65 > dd if=$BL1 of=$DEV conv=fsync bs=512 skip=1 seek=1
66 > dd if=$DIR/u-boot.gxbb of=$DEV conv=fsync bs=512 seek=97
/openbmc/linux/fs/adfs/
H A Ddir_fplus.c74 unsigned int end, bs, bi, i; in adfs_fplus_checkbyte() local
84 bs = dir->bhs[bi]->b_size; in adfs_fplus_checkbyte()
85 if (bs > end) in adfs_fplus_checkbyte()
86 bs = end; in adfs_fplus_checkbyte()
88 for (i = 0; i < bs; i += sizeof(u32)) in adfs_fplus_checkbyte()
91 end -= bs; in adfs_fplus_checkbyte()
/openbmc/linux/tools/perf/util/
H A Dpmus.c362 const struct sevent *bs = b; in cmp_sevent() local
367 if (!!as->desc != !!bs->desc) in cmp_sevent()
368 return !!as->desc - !!bs->desc; in cmp_sevent()
371 ret = strcmp(as->topic ?: "", bs->topic ?: ""); in cmp_sevent()
377 b_iscpu = bs->pmu ? bs->pmu->is_core : true; in cmp_sevent()
382 if (as->pmu != bs->pmu) { in cmp_sevent()
383 ret = strcmp(as->pmu_name ?: "", bs->pmu_name ?: ""); in cmp_sevent()
389 return strcmp(as->name, bs->name); in cmp_sevent()
H A Djitdump.c142 ssize_t bs, bsz = 0; in jit_open() local
222 if (bs > bsz) { in jit_open()
223 n = realloc(buf, bs); in jit_open()
226 bsz = bs; in jit_open()
229 ret = fread(buf, bs - bsz, 1, jd->in); in jit_open()
254 size_t bs, size; in jit_get_next_entry() local
289 bs = (size_t)size; in jit_get_next_entry()
290 if (bs < sizeof(*prefix)) in jit_get_next_entry()
296 if (bs > jd->bufsize) { in jit_get_next_entry()
298 n = realloc(jd->buf, bs); in jit_get_next_entry()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgp100.c61 const u32 bs = attrib * gr->ppc_tpc_max; in gp100_grctx_generate_attrib() local
68 gf100_grctx_patch_wr32(chan, o + 0xc0, bs); in gp100_grctx_generate_attrib()
70 gf100_grctx_patch_wr32(chan, o + 0xf0, bs); in gp100_grctx_generate_attrib()
75 gf100_grctx_patch_wr32(chan, u, bs); in gp100_grctx_generate_attrib()
H A Dctxgm107.c917 const u32 bs = attrib * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib() local
924 gf100_grctx_patch_wr32(chan, o + 0xc0, bs); in gm107_grctx_generate_attrib()
930 gf100_grctx_patch_wr32(chan, u, ((bs / 3) << 16) | bs); in gm107_grctx_generate_attrib()
/openbmc/linux/drivers/media/pci/bt8xx/
H A Ddvb-bt8xx.c163 bs = 0x03; in thomson_dtt7579_tuner_calc_regs()
165 bs = 0x02; in thomson_dtt7579_tuner_calc_regs()
167 bs = 0x08; in thomson_dtt7579_tuner_calc_regs()
173 pllbuf[4] = bs; in thomson_dtt7579_tuner_calc_regs()
369 bs = 0x01; in advbt771_samsung_tdtc9251dh0_tuner_calc_regs()
371 bs = 0x01; in advbt771_samsung_tdtc9251dh0_tuner_calc_regs()
373 bs = 0x02; in advbt771_samsung_tdtc9251dh0_tuner_calc_regs()
375 bs = 0x02; in advbt771_samsung_tdtc9251dh0_tuner_calc_regs()
377 bs = 0x02; in advbt771_samsung_tdtc9251dh0_tuner_calc_regs()
379 bs = 0x02; in advbt771_samsung_tdtc9251dh0_tuner_calc_regs()
[all …]
/openbmc/qemu/hw/core/
H A Dqdev-properties-system.c75 if (bs) { in get_drive()
76 value = bdrv_get_node_name(bs); in get_drive()
98 BlockDriverState *bs; in set_drive_helper() local
113 bs = bdrv_lookup_bs(NULL, str, errp); in set_drive_helper()
114 if (!bs) { in set_drive_helper()
118 if (ctx != bdrv_get_aio_context(bs)) { in set_drive_helper()
124 blk_replace_bs(blk, bs, errp); in set_drive_helper()
137 bs = bdrv_lookup_bs(NULL, str, NULL); in set_drive_helper()
138 if (bs) { in set_drive_helper()
146 ctx = bdrv_get_aio_context(bs); in set_drive_helper()
[all …]
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c826 struct boot_struct *bs; in beiscsi_boot_process_compl() local
842 bs = &phba->boot_struct; in beiscsi_boot_process_compl()
845 switch (bs->action) { in beiscsi_boot_process_compl()
851 bs->retry--; in beiscsi_boot_process_compl()
861 bs->retry--; in beiscsi_boot_process_compl()
868 &bs->nonemb_cmd); in beiscsi_boot_process_compl()
881 bs->nonemb_cmd.va, bs->nonemb_cmd.dma); in beiscsi_boot_process_compl()
882 bs->nonemb_cmd.va = NULL; in beiscsi_boot_process_compl()
902 bs->tag = 0; in beiscsi_boot_process_compl()
903 if (!bs->retry) { in beiscsi_boot_process_compl()
[all …]
/openbmc/u-boot/board/freescale/mx6sabreauto/
H A DREADME16 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 && sync
20 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 && sync
39 $ sudo dd if=SPL of=/dev/sdb bs=1K seek=1 && sync
43 $ sudo dd if=u-boot-dtb.img of=/dev/sdb bs=1K seek=69 && sync
/openbmc/qemu/hw/block/
H A Dvirtio-blk.c628 BlockDriverState *bs = blk_bs(s->blk); in check_zoned_request() local
643 if (bs->bl.write_granularity) { in check_zoned_request()
650 index = offset / bs->bl.zone_size; in check_zoned_request()
839 BlockDriverState *bs = blk_bs(s->blk); in virtio_blk_handle_zone_mgmt() local
855 len = capacity - bs->bl.zone_size * (bs->bl.nr_zones - 1); in virtio_blk_handle_zone_mgmt()
857 len = bs->bl.zone_size; in virtio_blk_handle_zone_mgmt()
1266 BlockDriverState *bs = blk_bs(s->blk); in virtio_blk_update_config() local
1331 if (bs->bl.zoned != BLK_Z_NONE) { in virtio_blk_update_config()
1332 switch (bs->bl.zoned) { in virtio_blk_update_config()
1601 if (bs->bl.zoned != BLK_Z_NONE) { in virtio_blk_device_realize()
[all …]
/openbmc/linux/crypto/
H A Dtcrypt.c341 authsize + bs, in test_mb_aead_speed()
347 *keysize * 8, bs); in test_mb_aead_speed()
396 bs, iv); in test_mb_aead_speed()
652 bs, iv); in test_aead_speed()
1130 *keysize * 8, bs); in test_mb_skcipher_speed()
1160 unsigned int k = bs; in test_mb_skcipher_speed()
1183 bs, secs, in test_mb_skcipher_speed()
1349 *keysize * 8, bs); in test_skcipher_speed()
1371 k = *keysize + bs; in test_skcipher_speed()
1399 bs, secs); in test_skcipher_speed()
[all …]
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp8_req_if.c318 static int vdec_vp8_slice_decode(void *h_vdec, struct mtk_vcodec_mem *bs, in vdec_vp8_slice_decode() argument
332 if (!bs) in vdec_vp8_slice_decode()
335 src_buf_info = container_of(bs, struct mtk_video_dec_buf, bs_buffer); in vdec_vp8_slice_decode()
347 inst->vsi->dec.bs_dma = (u64)bs->dma_addr; in vdec_vp8_slice_decode()
348 inst->vsi->dec.bs_sz = bs->size; in vdec_vp8_slice_decode()
354 bs->size, (u64)bs->dma_addr, in vdec_vp8_slice_decode()
/openbmc/openbmc/poky/scripts/
H A Dbuildstats-diff55 bs = None
61 if bs is None:
62 bs = _bs
64 bs.aggregate(_bs)
65 if not bs:
68 return bs
/openbmc/openbmc/poky/meta/recipes-extended/baremetal-example/
H A Dbaremetal-helloworld_git.bb67 dd if=/dev/zero of=${B}/build/img.iso bs=1M count=10 status=none
68 dd if=${B}/build/stage1.bin of=${B}/build/img.iso bs=512 count=1 conv=notrunc
69 dd if=${B}/build/stage2.bin of=${B}/build/img.iso bs=512 seek=1 count=64 conv=notrunc
70 dd if=${B}/build/hello_baremetal_x86-64.bin of=${B}/build/img.iso bs=512 seek=65 conv=notrunc
/openbmc/linux/arch/x86/boot/
H A Dgenimage.sh210 $dd if=/dev/zero of="$FIMAGE" bs=1024 count=1440 2>/dev/null
218 $dd if=/dev/zero of="$FIMAGE" bs=1024 count=2880 2>/dev/null
237 $dd if=/dev/zero of="$FIMAGE" bs=$((1024*1024)) count=$megs 2>/dev/null
239 $dd if="$mbr" of="$FIMAGE" bs=440 count=1 conv=notrunc 2>/dev/null
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A Dadd-test-support-for-busybox.patch3 - Replace dd parameter "obs" with "bs".
18 + exec sh -c \'"dd of=/dev/null bs=32k"\' \
31 + dd if=$DATA bs=${s} 2> /dev/null | \
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlog.hpp119 template <bool... bs>
120 using all_true = std::is_same<bool_pack<bs..., true>, bool_pack<true, bs...>>;
/openbmc/linux/tools/bootconfig/
H A Dtest-bootconfig.sh50 dd if=/dev/zero of=$INITRD bs=4096 count=1
82 dd if=/dev/zero of=$INITRD bs=4096 count=1
107 dd if=/dev/urandom bs=768 count=32 | base64 -w0 >> $TEMPCONF
/openbmc/linux/include/linux/
H A Dbio.h387 gfp_t gfp, struct bio_set *bs);
389 unsigned *segs, struct bio_set *bs, unsigned max_bytes);
402 gfp_t gfp, struct bio_set *bs) in bio_next_split() argument
407 return bio_split(bio, sectors, gfp, bs); in bio_next_split()
421 struct bio_set *bs);
426 gfp_t gfp, struct bio_set *bs);
710 static inline bool bioset_initialized(struct bio_set *bs) in bioset_initialized() argument
712 return bs->bio_slab != NULL; in bioset_initialized()
741 static inline int bioset_integrity_create(struct bio_set *bs, int pool_size) in bioset_integrity_create() argument
746 static inline void bioset_integrity_free (struct bio_set *bs) in bioset_integrity_free() argument
/openbmc/qemu/block/
H A Dvvfat.c1140 BDRVVVFATState *s = bs->opaque; in vvfat_open()
1220 s->bs = bs; in vvfat_open()
1236 bs->total_sectors = cyls * heads * secs; in vvfat_open()
1239 if (!bdrv_is_read_only(bs)) { in vvfat_open()
1475 BDRVVVFATState *s = bs->opaque; in vvfat_read()
1540 BDRVVVFATState *s = bs->opaque; in vvfat_co_preadv()
2166 check = vvfat_read(s->bs, in is_consistent()
2982 BDRVVVFATState *s = bs->opaque; in vvfat_write()
3115 BDRVVVFATState *s = bs->opaque; in vvfat_co_pwritev()
3161 BDRVVVFATState *s = bs->opaque; in enable_write_target()
[all …]
/openbmc/linux/fs/xfs/
H A Dxfs_health.c379 struct xfs_bulkstat *bs) in xfs_bulkstat_health() argument
385 bs->bs_sick = 0; in xfs_bulkstat_health()
386 bs->bs_checked = 0; in xfs_bulkstat_health()
391 bs->bs_checked |= m->ioctl_mask; in xfs_bulkstat_health()
393 bs->bs_sick |= m->ioctl_mask; in xfs_bulkstat_health()
/openbmc/u-boot/board/udoo/
H A DREADME14 sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync
18 sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1k seek=69; sync
/openbmc/qemu/include/block/
H A Dblockjob.h142 block_job_add_bdrv(BlockJob *job, const char *name, BlockDriverState *bs,
161 bool block_job_has_bdrv(BlockJob *job, BlockDriverState *bs);

12345678910>>...20