Searched refs:inbuf (Results 1 – 10 of 10) sorted by relevance
/include/linux/decompress/ |
D | generic.h | 5 typedef int (*decompress_fn) (unsigned char *inbuf, long len, 37 decompress_fn decompress_method(const unsigned char *inbuf, long len,
|
D | inflate.h | 5 int gunzip(unsigned char *inbuf, long len,
|
D | unlzo.h | 5 int unlzo(unsigned char *inbuf, long len,
|
D | bunzip2.h | 5 int bunzip2(unsigned char *inbuf, long len,
|
D | unlz4.h | 5 int unlz4(unsigned char *inbuf, long len,
|
D | unzstd.h | 5 int unzstd(unsigned char *inbuf, long len,
|
/include/linux/ |
D | olpc-ec.h | 48 extern int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, 61 static inline int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_ec_cmd() argument
|
/include/linux/sunrpc/ |
D | gss_api.h | 71 struct xdr_buf *inbuf);
|
D | gss_krb5.h | 273 gss_decrypt_xdr_buf(struct crypto_sync_skcipher *tfm, struct xdr_buf *inbuf,
|
/include/rdma/ |
D | ib_verbs.h | 1517 const void __user *inbuf; member 2922 return copy_from_user(dest, udata->inbuf, len) ? -EFAULT : 0; in ib_copy_from_udata() 2952 return ib_is_buffer_cleared(udata->inbuf + offset, len); in ib_is_udata_cleared()
|