Searched refs:outbuf_len (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/ufs/ |
H A D | lu.c | 95 uint32_t outbuf_len) in ufs_emulate_report_luns() argument 109 if (len + 8 > outbuf_len) { in ufs_emulate_report_luns() 127 uint32_t outbuf_len) in ufs_scsi_emulate_vpd_page() argument 163 uint32_t outbuf_len) in ufs_emulate_wlun_inquiry() argument 165 if (outbuf_len < SCSI_INQUIRY_LEN) { in ufs_emulate_wlun_inquiry() 171 return ufs_scsi_emulate_vpd_page(req, outbuf, outbuf_len); in ufs_emulate_wlun_inquiry()
|
/openbmc/linux/security/keys/ |
H A D | dh.c | 101 size_t outbuf_len = roundup(buflen, crypto_shash_digestsize(hash)); in keyctl_dh_compute_kdf() local 103 outbuf = kmalloc(outbuf_len, GFP_KERNEL); in keyctl_dh_compute_kdf() 109 ret = crypto_kdf108_ctr_generate(hash, &kbuf_iov, 1, outbuf, outbuf_len); in keyctl_dh_compute_kdf()
|
/openbmc/linux/kernel/printk/ |
H A D | internal.h | 102 unsigned int outbuf_len; member
|
H A D | printk.c | 833 if (pmsg.outbuf_len > count) { in devkmsg_read() 838 if (copy_to_user(buf, outbuf, pmsg.outbuf_len)) { in devkmsg_read() 842 ret = pmsg.outbuf_len; in devkmsg_read() 2791 if (pmsg->outbuf_len + len >= outbuf_sz) { in console_prepend_dropped() 2793 pmsg->outbuf_len = outbuf_sz - (len + 1); in console_prepend_dropped() 2794 outbuf[pmsg->outbuf_len] = 0; in console_prepend_dropped() 2797 memmove(outbuf + len, outbuf, pmsg->outbuf_len + 1); in console_prepend_dropped() 2799 pmsg->outbuf_len += len; in console_prepend_dropped() 2879 pmsg->outbuf_len = len; in printk_get_next_message() 2917 if (pmsg.outbuf_len == 0) { in console_emit_next_record() [all …]
|
/openbmc/u-boot/cmd/ |
H A D | pxe.c | 62 static int format_mac_pxe(char *outbuf, size_t outbuf_len) in format_mac_pxe() argument 66 if (outbuf_len < 21) { in format_mac_pxe() 67 printf("outbuf is too small (%zd < 21)\n", outbuf_len); in format_mac_pxe()
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2pdu.c | 5743 int level, int outbuf_len, u64 persistent_fid, in build_qfs_info_req() argument 5768 outbuf_len + sizeof(struct smb2_query_info_rsp)); in build_qfs_info_req()
|