Home
last modified time | relevance | path

Searched refs:bs (Results 226 – 250 of 488) sorted by relevance

12345678910>>...20

/openbmc/linux/drivers/md/
H A Ddm-ebs-target.c42 static inline sector_t __block_mod(sector_t sector, unsigned int bs) in __block_mod() argument
44 return sector & (bs - 1); in __block_mod()
55 static inline bool __ebs_check_bs(unsigned int bs) in __ebs_check_bs() argument
57 return bs && is_power_of_2(bs); in __ebs_check_bs()
H A Ddm-log.c261 static inline int log_test_bit(uint32_t *bs, unsigned int bit) in log_test_bit() argument
263 return test_bit_le(bit, bs) ? 1 : 0; in log_test_bit()
267 uint32_t *bs, unsigned int bit) in log_set_bit() argument
269 __set_bit_le(bit, bs); in log_set_bit()
274 uint32_t *bs, unsigned int bit) in log_clear_bit() argument
276 __clear_bit_le(bit, bs); in log_clear_bit()
/openbmc/qemu/stubs/
H A Dbdrv-next-monitor-owned.c4 BlockDriverState *bdrv_next_monitor_owned(BlockDriverState *bs) in bdrv_next_monitor_owned() argument
/openbmc/linux/crypto/
H A Dalgif_skcipher.c59 unsigned int bs = crypto_skcipher_chunksize(tfm); in _skcipher_recvmsg() local
64 if (!ctx->init || (ctx->more && ctx->used < bs)) { in _skcipher_recvmsg()
65 err = af_alg_wait_for_data(sk, flags, bs); in _skcipher_recvmsg()
86 len -= len % bs; in _skcipher_recvmsg()
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.h80 #define BITSET_IS_SET(bs, b) (bs[BITSET_WORD(b)] & BITSET_BIT(b)) argument
81 #define BITSET_SET(bs, b) (bs[BITSET_WORD(b)] |= BITSET_BIT(b)) argument
/openbmc/u-boot/board/freescale/imx8qxp_mek/
H A DREADME46 $ dd if=u-boot.itb of=flash.bin bs=512 seek=528
53 $ sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=32
/openbmc/openbmc/meta-google/recipes-google/ipmi/ipmi-fru-sh/
H A Dlib.sh182 dd if="$file" bs=1 count="$size" skip="$offset" 2>/dev/null | \
203 printf "$hexstr" | dd of="$file" bs=1 seek="$offset" 2>/dev/null
/openbmc/linux/drivers/clk/bcm/
H A Dclk-nsp.c26 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
27 .hold_shift = hs, .bypass_shift = bs }
/openbmc/u-boot/board/phytec/phycore_rk3288/
H A Dsom.h19 unsigned char bs; /* Bits set in previous bytes */ member
/openbmc/linux/fs/hpfs/
H A Dalloc.c119 unsigned bs = near & ~0x3fff; in alloc_in_bmp() local
129 if (bs != ~0x3fff) { in alloc_in_bmp()
135 ret = bs + nr; in alloc_in_bmp()
150 ret = bs + q; in alloc_in_bmp()
173 ret = bs + q; in alloc_in_bmp()
181 …if (hpfs_sb(s)->sb_chk && ((ret >> 14) != (bs >> 14) || (le32_to_cpu(bmp[(ret & 0x3fff) >> 5]) | ~… in alloc_in_bmp()
/openbmc/qemu/block/
H A Dcopy-before-write.h44 void bdrv_cbw_drop(BlockDriverState *bs);
/openbmc/qemu/
H A Dqemu-io-cmds.c2033 BlockDriverState *bs = blk_bs(blk); in info_f() local
2043 if (bs->drv && bs->drv->format_name) { in info_f()
2046 if (bs->drv && bs->drv->protocol_name) { in info_f()
2050 ret = bdrv_get_info(bs, &bdi); in info_f()
2061 spec_info = bdrv_get_specific_info(bs, &local_err); in info_f()
2177 BlockDriverState *bs = blk_bs(blk); in alloc_f() local
2242 ret = bdrv_is_allocated(bs, offset, bytes, &num); in map_is_allocated()
2352 BlockDriverState *bs = blk_bs(blk); in reopen_f() local
2356 int flags = bs->open_flags; in reopen_f()
2417 bdrv_drain(bs); in reopen_f()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-beacon.h21 struct ath9k_beacon_state *bs);
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_drv_base.h27 int (*decode)(void *h_vdec, struct mtk_vcodec_mem *bs,
/openbmc/linux/net/can/
H A Disotp.c143 u8 bs; member
250 ncf->data[ae + 1] = so->rxfc.bs; in isotp_send_fc()
266 so->rx.bs = 0; in isotp_send_fc()
386 so->txfc.bs = cf->data[ae + 1]; in isotp_rcv_fc()
413 so->tx.bs = 0; in isotp_rcv_fc()
626 if (!so->rxfc.bs || ++so->rx.bs < so->rxfc.bs) { in isotp_rcv_cf()
791 so->tx.bs++; in isotp_send_cframe()
874 if (so->txfc.bs && so->tx.bs >= so->txfc.bs) { in isotp_rcv_echo()
1061 so->txfc.bs = 0; in isotp_sendmsg()
1617 so->rxfc.bs = CAN_ISOTP_DEFAULT_RECV_BS; in isotp_init()
/openbmc/u-boot/board/congatec/cgtqmx6eval/
H A DREADME51 sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync
55 sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1k seek=69; sync
/openbmc/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c1664 u8 remainder = 0, bs; in chcr_ahash_update() local
1750 memset(bfr_ptr, 0, bs); in create_last_hash_block()
1752 if (bs == 64) in create_last_hash_block()
1805 params.bfr_len = bs; in chcr_ahash_final()
1837 u8 bs; in chcr_ahash_finup() local
1903 params.bfr_len = bs; in chcr_ahash_finup()
1932 u8 bs; in chcr_ahash_digest() local
1997 params.bfr_len = bs; in chcr_ahash_digest()
2026 u8 bs; in chcr_ahash_continue() local
2209 if (keylen > bs) { in chcr_ahash_setkey()
[all …]
/openbmc/linux/samples/bpf/
H A Dtest_override_return.sh5 dd if=/dev/zero of=testfile.img bs=1M seek=1000 count=1
/openbmc/u-boot/doc/
H A DREADME.qemu-mips46 # dd of=flash bs=1k count=4k if=/dev/zero
47 # dd of=flash bs=1k conv=notrunc if=u-boot.bin
70 # dd if=uImage bs=1k conv=notrunc seek=224 of=flash
74 # dd of=ide bs=1k cout=100k if=/dev/zero
87 # dd if=uImage bs=512 conv=notrunc seek=63 of=ide
/openbmc/u-boot/board/intel/edison/
H A Dconfig.mk10 dd if=$^ of=$@ bs=4k seek=1 2>/dev/null && \
/openbmc/qemu/tests/qemu-iotests/
H A D10147 dd if=/dev/zero of="$TEST_IMG" bs=1 count=320
/openbmc/qemu/hw/pci-host/
H A Dbonito.c631 BonitoState *bs = BONITO_PCI_HOST_BRIDGE(dev); in bonito_host_realize() local
634 memory_region_init(&bs->pci_mem, OBJECT(dev), "pci.mem", BONITO_PCIHI_SIZE); in bonito_host_realize()
637 dev, &bs->pci_mem, get_system_io(), in bonito_host_realize()
644 &bs->pci_mem, i * 64 * MiB, 64 * MiB); in bonito_host_realize()
659 BonitoState *bs = s->pcihost; in bonito_pci_realize() local
718 &bs->pci_mem, 0, BONITO_PCIHI_SIZE); in bonito_pci_realize()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-iostat.txt54 $ perf iostat -- dd if=/dev/zero of=/dev/nvme0n1 bs=1M oflag=direct
73 $ perf iostat 0000:17,0:3a -- dd if=/dev/zero of=/dev/nvme0n1 bs=1M oflag=direct
/openbmc/qemu/include/hw/arm/
H A Dsmmu-common.h189 SMMUTLBEntry *smmu_iotlb_lookup(SMMUState *bs, SMMUTransCfg *cfg,
191 void smmu_iotlb_insert(SMMUState *bs, SMMUTransCfg *cfg, SMMUTLBEntry *entry);
/openbmc/u-boot/arch/arc/
H A DMakefile17 $(Q)printf '\x02' | dd of=u-boot bs=1 seek=$(EXEC_TYPE_OFFSET) count=1 \

12345678910>>...20