Searched refs:buflen (Results 1 - 25 of 26) sorted by relevance

12

/include/keys/
H A Dbig_key-type.h24 extern long big_key_read(const struct key *key, char __user *buffer, size_t buflen);
H A Duser-type.h47 char __user *buffer, size_t buflen);
/include/linux/
H A Dof_pdt.h34 int (*pkg2path)(phandle node, char *buf, const int buflen, int *len);
H A Dtpm.h51 extern int tpm_send(u32 chip_num, void *cmd, size_t buflen);
60 static inline int tpm_send(u32 chip_num, void *cmd, size_t buflen) { argument
H A Dscatterlist.h108 * @buflen: Data length
112 unsigned int buflen)
117 sg_set_page(sg, virt_to_page(buf), buflen, offset_in_page(buf));
243 void *buf, size_t buflen);
245 void *buf, size_t buflen);
248 void *buf, size_t buflen, off_t skip);
250 void *buf, size_t buflen, off_t skip);
111 sg_set_buf(struct scatterlist *sg, const void *buf, unsigned int buflen) argument
H A Dkernfs.h260 int kernfs_name(struct kernfs_node *kn, char *buf, size_t buflen);
262 size_t buflen);
322 static inline int kernfs_name(struct kernfs_node *kn, char *buf, size_t buflen) argument
326 size_t buflen)
325 kernfs_path(struct kernfs_node *kn, char *buf, size_t buflen) argument
H A Dkey-type.h140 long (*read)(const struct key *key, char __user *buffer, size_t buflen);
H A Dbitmap.h55 * bitmap_parse(buf, buflen, dst, nbits) Parse bitmap dst from kernel buf
125 extern int __bitmap_parse(const char *buf, unsigned int buflen, int is_user,
301 static inline int bitmap_parse(const char *buf, unsigned int buflen, argument
304 return __bitmap_parse(buf, buflen, 0, maskp, nmaskbits);
H A Dcgroup.h560 static inline int cgroup_name(struct cgroup *cgrp, char *buf, size_t buflen) argument
562 return kernfs_name(cgrp->kn, buf, buflen);
566 size_t buflen)
568 return kernfs_path(cgrp->kn, buf, buflen);
581 char *task_cgroup_path(struct task_struct *task, char *buf, size_t buflen);
565 cgroup_path(struct cgroup *cgrp, char *buf, size_t buflen) argument
H A Dkobject.h128 int buflen; member in struct:kobj_uevent_env
H A Dcdrom.h21 unsigned int buflen; member in struct:packet_command
H A Dlibata.h945 unsigned char *buf, unsigned int buflen, int rw);
1800 unsigned char *buf, unsigned int buflen, int rw);
1802 unsigned char *buf, unsigned int buflen, int rw);
1804 unsigned char *buf, unsigned int buflen, int rw);
H A Daudit.h54 u32 buflen; /* for data alloc on list rules */ member in struct:audit_krule
H A Dtty.h420 int buflen);
/include/acpi/
H A Dapei.h42 size_t buflen);
/include/scsi/
H A Dscsi_cmnd.h213 void *buf, int buflen)
216 buf, buflen);
220 void *buf, int buflen)
223 buf, buflen);
212 scsi_sg_copy_from_buffer(struct scsi_cmnd *cmd, void *buf, int buflen) argument
219 scsi_sg_copy_to_buffer(struct scsi_cmnd *cmd, void *buf, int buflen) argument
H A Dlibiscsi.h397 int buflen);
417 enum iscsi_param param, char *buf, int buflen);
H A Dscsi_transport_iscsi.h105 char *buf, int buflen);
116 int buflen);
/include/linux/sunrpc/
H A Dxdr.h66 unsigned int buflen, /* Total length of storage buffer */ member in struct:xdr_buf
227 extern void xdr_set_scratch_buffer(struct xdr_stream *xdr, void *buf, size_t buflen);
H A Dsvc_xprt.h129 int svc_xprt_names(struct svc_serv *serv, char *buf, const int buflen);
/include/crypto/
H A Ddrbg.h95 unsigned char *buf, unsigned int buflen,
/include/linux/usb/
H A Drndis_host.h202 rndis_command(struct usbnet *dev, struct rndis_msg_hdr *buf, int buflen);
H A Dgadget.h966 /* put descriptor for string with that id into buf (buflen >= 256) */
979 void *buf, unsigned buflen, const struct usb_descriptor_header **desc);
/include/uapi/linux/
H A Daudit.h445 __u32 buflen; /* total length of string fields */ member in struct:audit_rule_data
H A Dcdrom.h285 unsigned int buflen; member in struct:cdrom_generic_command

Completed in 363 milliseconds

12