Searched refs:bs (Results 376 - 400 of 435) sorted by relevance

<<1112131415161718

/freebsd-13-stable/bin/df/
H A Ddf.c398 fsbtoblk(int64_t num, uint64_t fsbs, u_long bs) argument
400 return (num * (intmax_t) fsbs / (int64_t) bs);
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzimport.sh176 dd if=/dev/urandom of="$FILE" bs=1k \
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_common.h155 s32 ixgbe_get_fcoe_boot_status_generic(struct ixgbe_hw *hw, u16 *bs);
H A Dixgbe_api.h199 s32 ixgbe_get_fcoe_boot_status(struct ixgbe_hw *hw, u16 *bs);
H A Dixgbe_api.c382 * @bs: the fcoe boot status
386 s32 ixgbe_get_fcoe_boot_status(struct ixgbe_hw *hw, u16 *bs) argument
389 (hw, bs),
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h356 ZSTD_matchState_t* bs, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
1126 size_t ZSTD_loadCEntropy(ZSTD_compressedBlockState_t* bs, void* workspace,
1129 void ZSTD_reset_compressedBlockState(ZSTD_compressedBlockState_t* bs);
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp961 bufsize bs = b->bh.bb.bsize; local
965 KMP_DEBUG_ASSERT(bs > 0);
971 (long)bs);
975 if ((bs > sizeof(bfhead_t)) &&
977 (memcmp(lerr, lerr + 1, (size_t)(bs - (sizeof(bfhead_t) + 1))) !=
/freebsd-13-stable/contrib/sqlite3/
H A DMakefile.in46 bs=\\; \
48 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-13-stable/contrib/expat/tests/
H A DMakefile.in73 bs=\\; \
75 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-13-stable/contrib/openpam/lib/libpam/
H A DMakefile.in46 bs=\\; \
48 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-13-stable/contrib/ntp/libparse/
H A DMakefile.in44 bs=\\; \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-13-stable/contrib/ntp/ntpdc/
H A DMakefile.in49 bs=\\; \
51 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-13-stable/contrib/ntp/ntpq/
H A DMakefile.in50 bs=\\; \
52 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-13-stable/contrib/ntp/ntpsnmpd/
H A DMakefile.in48 bs=\\; \
50 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-13-stable/contrib/ntp/scripts/
H A DMakefile.in44 bs=\\; \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-13-stable/contrib/ntp/sntp/unity/
H A DMakefile.in43 bs=\\; \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-13-stable/contrib/ntp/util/
H A DMakefile.in48 bs=\\; \
50 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-13-stable/contrib/ntp/
H A DMakefile.in42 bs=\\; \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
/freebsd-13-stable/usr.bin/mt/
H A Dmt.c540 getblksiz(int bs) argument
543 if (bs == 0)
546 sprintf(buf, "%d bytes", bs);
/freebsd-13-stable/crypto/openssh/
H A Dsftp.c908 const struct stat *bs = sort_glob->gl_statv[b]; local
916 return (rmul * timespeccmp(&as->st_mtim, &bs->st_mtim, <));
918 return (rmul * NCMP(as->st_mtime, bs->st_mtime));
923 return (rmul * NCMP(as->st_size, bs->st_size));
/freebsd-13-stable/tools/tools/tinybsd/
H A Dtinybsd481 dd if=/dev/${MD} of=${CURRENTDIR}/${IMG} bs=64k
/freebsd-13-stable/stand/libsa/zfs/
H A Dzfsimpl.c2570 int bs = FZAP_BLOCK_SHIFT(zap); local
2577 (*lp)->l_bs = bs;
2578 (*lp)->l_phys = malloc(1 << bs);
2584 err = dnode_read(zap->zap_spa, zap->zap_dnode, blk << bs, (*lp)->l_phys,
2585 1 << bs);
2596 int bs = FZAP_BLOCK_SHIFT(zap); local
2597 uint64_t blk = idx >> (bs - 3);
2598 uint64_t off = idx & ((1 << (bs - 3)) - 1);
2605 rc = dnode_read(zap->zap_spa, zap->zap_dnode, (tbl->zt_blk + blk) << bs,
/freebsd-13-stable/sys/dev/ocs_fc/
H A Dsli4.c6682 * @param bs T10 DIF block size, or 0 if DIF is disabled.
6691 uint8_t dif, uint8_t bs, uint8_t timeout)
6742 iread->bs = bs;
6786 * @param bs T10 DIF block size, or 0 if DIF is disabled
6795 uint8_t dif, uint8_t bs, uint8_t timeout)
6847 iwrite->bs = bs;
6894 * @param bs T10 DIF block size, or 0 if DIF is disabled.
6903 uint16_t xid, uint32_t rpi, ocs_remote_node_t *rnode, uint32_t flags, uint8_t dif, uint8_t bs,
6688 sli_fcp_iread64_wqe(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *sgl, uint32_t first_data_sge, uint32_t xfer_len, uint16_t xri, uint16_t tag, uint16_t cq_id, uint32_t rpi, ocs_remote_node_t *rnode, uint8_t dif, uint8_t bs, uint8_t timeout) argument
6792 sli_fcp_iwrite64_wqe(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *sgl, uint32_t first_data_sge, uint32_t xfer_len, uint32_t first_burst, uint16_t xri, uint16_t tag, uint16_t cq_id, uint32_t rpi, ocs_remote_node_t *rnode, uint8_t dif, uint8_t bs, uint8_t timeout) argument
6901 sli_fcp_treceive64_wqe(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *sgl, uint32_t first_data_sge, uint32_t relative_off, uint32_t xfer_len, uint16_t xri, uint16_t tag, uint16_t cq_id, uint16_t xid, uint32_t rpi, ocs_remote_node_t *rnode, uint32_t flags, uint8_t dif, uint8_t bs, uint8_t csctl, uint32_t app_id) argument
7039 sli_fcp_cont_treceive64_wqe(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *sgl, uint32_t first_data_sge, uint32_t relative_off, uint32_t xfer_len, uint16_t xri, uint16_t sec_xri, uint16_t tag, uint16_t cq_id, uint16_t xid, uint32_t rpi, ocs_remote_node_t *rnode, uint32_t flags, uint8_t dif, uint8_t bs, uint8_t csctl, uint32_t app_id) argument
7182 sli_fcp_tsend64_wqe(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *sgl, uint32_t first_data_sge, uint32_t relative_off, uint32_t xfer_len, uint16_t xri, uint16_t tag, uint16_t cq_id, uint16_t xid, uint32_t rpi, ocs_remote_node_t *rnode, uint32_t flags, uint8_t dif, uint8_t bs, uint8_t csctl, uint32_t app_id) argument
[all...]
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.c87 const HAL_BEACON_TIMERS * bs)
109 ar9300_Stub_SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) argument
86 ar9300_Stub_SetBeaconTimers(struct ath_hal *ah, const HAL_BEACON_TIMERS * bs) argument
/freebsd-13-stable/sys/kern/
H A Dtty.c127 size_t bs = 0; local
132 bs = MIN(tp->t_termios.c_ispeed / 5, TTYBUF_MAX);
133 error = ttyinq_setsize(&tp->t_inq, tp, bs);
141 bs = MIN(tp->t_termios.c_ospeed / 5, TTYBUF_MAX);
142 error = ttyoutq_setsize(&tp->t_outq, tp, bs);

Completed in 242 milliseconds

<<1112131415161718