| /include/crypto/internal/ |
| A D | blockhash.h | 16 buf, buflen) \ argument 20 unsigned int _buflen = (buflen); \ 47 #define BLOCK_HASH_UPDATE(block, state, src, nbytes, bs, buf, buflen) \ argument 48 BLOCK_HASH_UPDATE_BASE(block, state, src, nbytes, bs, 1, buf, buflen) 49 #define BLOCK_HASH_UPDATE_BLOCKS(block, state, src, nbytes, bs, buf, buflen) \ argument 50 BLOCK_HASH_UPDATE_BASE(block, state, src, nbytes, bs, bs, buf, buflen)
|
| /include/acpi/ |
| A D | apei.h | 48 size_t buflen); 50 size_t buflen, size_t recordlen, const guid_t *creatorid);
|
| /include/crypto/ |
| A D | blake2s.h | 31 unsigned int buflen; member 61 state->buflen = 0; in __blake2s_init() 66 state->buflen = BLAKE2S_BLOCK_SIZE; in __blake2s_init()
|
| A D | poly1305.h | 55 unsigned int buflen; member
|
| A D | nhpoly1305.h | 47 unsigned int buflen; member
|
| A D | drbg.h | 97 unsigned char *buf, unsigned int buflen,
|
| /include/linux/ |
| A D | scatterlist.h | 206 unsigned int buflen) in sg_set_buf() argument 211 sg_set_page(sg, virt_to_page(buf), buflen, offset_in_page(buf)); in sg_set_buf() 514 size_t buflen, off_t skip, bool to_buffer); 517 const void *buf, size_t buflen); 519 void *buf, size_t buflen); 522 const void *buf, size_t buflen, off_t skip); 524 void *buf, size_t buflen, off_t skip); 526 size_t buflen, off_t skip);
|
| A D | of_pdt.h | 30 int (*pkg2path)(phandle node, char *buf, const int buflen, int *len);
|
| A D | bitmap-str.h | 13 int bitmap_parse(const char *buf, unsigned int buflen, unsigned long *dst, int nbits);
|
| A D | kernfs.h | 402 int kernfs_name(struct kernfs_node *kn, char *buf, size_t buflen); 404 char *buf, size_t buflen); 481 static inline int kernfs_name(struct kernfs_node *kn, char *buf, size_t buflen) in kernfs_name() argument 486 char *buf, size_t buflen) in kernfs_path_from_node() argument 604 static inline int kernfs_path(struct kernfs_node *kn, char *buf, size_t buflen) in kernfs_path() argument 606 return kernfs_path_from_node(kn, NULL, buf, buflen); in kernfs_path()
|
| A D | cgroup.h | 611 static inline int cgroup_name(struct cgroup *cgrp, char *buf, size_t buflen) in cgroup_name() argument 613 return kernfs_name(cgrp->kn, buf, buflen); in cgroup_name() 616 static inline int cgroup_path(struct cgroup *cgrp, char *buf, size_t buflen) in cgroup_path() argument 618 return kernfs_path(cgrp->kn, buf, buflen); in cgroup_path() 652 void cgroup_path_from_kernfs_id(u64 id, char *buf, size_t buflen); 701 static inline void cgroup_path_from_kernfs_id(u64 id, char *buf, size_t buflen) in cgroup_path_from_kernfs_id() argument 803 int cgroup_path_ns(struct cgroup *cgrp, char *buf, size_t buflen,
|
| A D | key-type.h | 132 long (*read)(const struct key *key, char *buffer, size_t buflen);
|
| A D | kobject.h | 130 int buflen; member
|
| /include/keys/ |
| A D | big_key-type.h | 20 extern long big_key_read(const struct key *key, char *buffer, size_t buflen);
|
| A D | user-type.h | 44 extern long user_read(const struct key *key, char *buffer, size_t buflen);
|
| A D | trusted_tpm.h | 40 int trusted_tpm_send(unsigned char *cmd, size_t buflen);
|
| /include/scsi/ |
| A D | scsi_cmnd.h | 210 const void *buf, int buflen) in scsi_sg_copy_from_buffer() argument 213 buf, buflen); in scsi_sg_copy_from_buffer() 217 void *buf, int buflen) in scsi_sg_copy_to_buffer() argument 220 buf, buflen); in scsi_sg_copy_to_buffer()
|
| A D | libiscsi.h | 406 int buflen); 430 enum iscsi_param param, char *buf, int buflen);
|
| A D | scsi_transport_iscsi.h | 93 char *buf, int buflen); 104 int buflen);
|
| /include/linux/usb/ |
| A D | cdc.h | 46 int buflen);
|
| A D | rndis_host.h | 190 rndis_command(struct usbnet *dev, struct rndis_msg_hdr *buf, int buflen);
|
| /include/xen/interface/io/ |
| A D | netif.h | 285 const uint8_t *buf, unsigned int buflen) in xen_netif_toeplitz_hash() argument 297 for (bufi = 0; bufi < buflen; bufi++) { in xen_netif_toeplitz_hash()
|
| /include/sound/ |
| A D | hda_chmap.h | 73 void snd_hdac_print_channel_allocation(int spk_alloc, char *buf, int buflen);
|
| /include/linux/sunrpc/ |
| A D | xdr.h | 69 unsigned int buflen, /* Total length of storage buffer */ member 83 buf->buflen = len; in xdr_buf_init() 284 xdr_set_scratch_buffer(struct xdr_stream *xdr, void *buf, size_t buflen) in xdr_set_scratch_buffer() argument 287 xdr->scratch.iov_len = buflen; in xdr_set_scratch_buffer()
|
| A D | svc.h | 528 buf->buflen = PAGE_SIZE * (rqstp->rq_page_end - buf->pages); in svcxdr_init_encode() 570 buf->buflen -= rqstp->rq_auth_slack; in svcxdr_set_auth_slack()
|