/kernel/linux/linux-5.10/lib/ |
H A D | decompress.c | 63 decompress_fn __init decompress_method(const unsigned char *inbuf, long len, in decompress_method() argument
|
/kernel/linux/linux-6.6/lib/ |
H A D | decompress.c | 63 decompress_fn __init decompress_method(const unsigned char *inbuf, long len, in decompress_method() argument
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | decompress.c | 117 long partial_decompress(void *inbuf, unsigned long input_size, in partial_decompress() argument
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | decompress.c | 116 long partial_decompress(void *inbuf, unsigned long input_size, in partial_decompress() argument
|
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-insn-decoder.c | 182 dump_insn(struct perf_insn *x, uint64_t ip __maybe_unused, u8 *inbuf, int inlen, int *lenp) dump_insn() argument
|
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-insn-decoder.c | 211 dump_insn(struct perf_insn *x, uint64_t ip __maybe_unused, u8 *inbuf, int inlen, int *lenp) dump_insn() argument
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | kgdb.c | 173 kgdb_arch_handle_exception(int trap, int signo, int err_code, char *inbuf, char *outbuf, struct pt_regs *regs) kgdb_arch_handle_exception() argument
|
/kernel/linux/linux-5.10/arch/arm/vdso/ |
H A D | vdsomunge.c | 122 const void *inbuf; in main() local
|
/kernel/linux/linux-5.10/arch/x86/platform/olpc/ |
H A D | olpc.c | 109 static int olpc_xo1_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_xo1_ec_cmd() argument
|
/kernel/linux/linux-5.10/crypto/ |
H A D | cast5_generic.c | 303 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt() argument 355 static void cast5_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_encrypt() argument 357 __cast5_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast5_encrypt() local 360 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt() argument 399 static void cast5_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_decrypt() argument 401 __cast5_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast5_decrypt() local
|
H A D | cast6_generic.c | 172 void __cast6_encrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt() argument 206 static void cast6_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_encrypt() argument 208 __cast6_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast6_encrypt() local 211 void __cast6_decrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_decrypt() argument 245 static void cast6_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_decrypt() argument 247 __cast6_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast6_decrypt() local
|
H A D | tgr192.c | 509 static int tgr192_update(struct shash_desc *desc, const u8 *inbuf, in tgr192_update() argument
|
/kernel/linux/linux-6.6/arch/arm/vdso/ |
H A D | vdsomunge.c | 122 const void *inbuf; in main() local
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | kgdb.c | 174 kgdb_arch_handle_exception(int trap, int signo, int err_code, char *inbuf, char *outbuf, struct pt_regs *regs) kgdb_arch_handle_exception() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | olpc-ec.h | 61 static inline int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_ec_cmd() argument
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | dir.c | 234 void dlm_copy_master_names(struct dlm_ls *ls, char *inbuf, int inlen, in dlm_copy_master_names() argument
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | dir.c | 236 void dlm_copy_master_names(struct dlm_ls *ls, const char *inbuf, int inlen, in dlm_copy_master_names() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | olpc-ec.h | 63 static inline int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_ec_cmd() argument
|
/kernel/linux/linux-6.6/crypto/ |
H A D | cast5_generic.c | 303 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt() argument 353 static void cast5_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_encrypt() argument 355 __cast5_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast5_encrypt() local 358 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt() argument 395 static void cast5_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_decrypt() argument 397 __cast5_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast5_decrypt() local [all...] |
H A D | cast6_generic.c | 172 void __cast6_encrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt() argument 204 static void cast6_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_encrypt() argument 206 __cast6_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast6_encrypt() local 209 void __cast6_decrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_decrypt() argument 241 cast6_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) cast6_decrypt() argument 243 __cast6_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); cast6_decrypt() local [all...] |
/kernel/linux/linux-6.6/arch/x86/platform/olpc/ |
H A D | olpc.c | 109 static int olpc_xo1_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_xo1_ec_cmd() argument
|
/kernel/linux/linux-5.10/arch/alpha/boot/ |
H A D | misc.c | 45 static uch *inbuf; /* input buffer */ variable
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | hvsi.h | 65 unsigned char inbuf[HVSI_INBUF_SIZE]; member
|
/kernel/linux/linux-5.10/arch/nios2/boot/compressed/ |
H A D | misc.c | 35 static uch *inbuf; /* input buffer */ variable
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | hvsi.h | 65 unsigned char inbuf[HVSI_INBUF_SIZE]; member
|