Home
last modified time | relevance | path

Searched refs:amt (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dmodes.c67 size_t amt) in crypto_get_ptrs() argument
77 if ((offset + amt) <= iov->iov_len) { in crypto_get_ptrs()
80 *out_data_1_len = amt; in crypto_get_ptrs()
82 *current_offset = offset + amt; in crypto_get_ptrs()
101 if (offset + amt <= iov_len) { in crypto_get_ptrs()
103 *out_data_1_len = amt; in crypto_get_ptrs()
105 *current_offset = offset + amt; in crypto_get_ptrs()
114 *current_offset = amt - *out_data_1_len; in crypto_get_ptrs()
/f-stack/freebsd/contrib/rdma/krping/
H A Dkrping_dev.c172 int amt; in krping_write() local
185 amt = MIN(uio->uio_resid, remain); in krping_write()
186 if (amt == 0) in krping_write()
190 err = uiomove(cp, amt, uio); in krping_write()
195 cp += amt; in krping_write()
196 remain -= amt; in krping_write()
/f-stack/freebsd/contrib/device-tree/Bindings/scsi/
H A Dhisilicon-sas.txt54 - hip06-sas-v2-quirk-amt : when set, indicates that the v2 controller has the
/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c3152 uint8_t destval, amt; in x86emuOp_opcC0_byte_RM_MEM() local
3161 destval = decode_and_fetch_byte_imm8(emu, &amt); in x86emuOp_opcC0_byte_RM_MEM()
3162 destval = (*opcD0_byte_operation[emu->cur_rh]) (emu, destval, amt); in x86emuOp_opcC0_byte_RM_MEM()
3201 uint8_t amt; in x86emuOp_opcC1_word_RM_MEM() local
3212 destval = decode_and_fetch_long_imm8(emu, &amt); in x86emuOp_opcC1_word_RM_MEM()
3214 (emu, destval, amt); in x86emuOp_opcC1_word_RM_MEM()
3219 destval = decode_and_fetch_word_imm8(emu, &amt); in x86emuOp_opcC1_word_RM_MEM()
3221 (emu, destval, amt); in x86emuOp_opcC1_word_RM_MEM()
/f-stack/freebsd/contrib/device-tree/src/arm64/hisilicon/
H A Dhip06.dtsi649 hip06-sas-v2-quirk-amt;
H A Dhip07.dtsi1622 hip06-sas-v2-quirk-amt;