Home
last modified time | relevance | path

Searched refs:inbuf (Results 1 – 10 of 10) sorted by relevance

/include/linux/decompress/
Dgeneric.h5 typedef int (*decompress_fn) (unsigned char *inbuf, long len,
37 decompress_fn decompress_method(const unsigned char *inbuf, long len,
Dinflate.h5 int gunzip(unsigned char *inbuf, long len,
Dunlzo.h5 int unlzo(unsigned char *inbuf, long len,
Dbunzip2.h5 int bunzip2(unsigned char *inbuf, long len,
Dunlz4.h5 int unlz4(unsigned char *inbuf, long len,
Dunzstd.h5 int unzstd(unsigned char *inbuf, long len,
/include/linux/
Dolpc-ec.h48 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/
Dgss_api.h71 struct xdr_buf *inbuf);
Dgss_krb5.h273 gss_decrypt_xdr_buf(struct crypto_sync_skcipher *tfm, struct xdr_buf *inbuf,
/include/rdma/
Dib_verbs.h1517 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()