/Linux-v5.10/drivers/infiniband/core/ |
D | ucma.c | 364 static ssize_t ucma_get_event(struct ucma_file *file, const char __user *inbuf, in ucma_get_event() 434 static ssize_t ucma_create_id(struct ucma_file *file, const char __user *inbuf, in ucma_create_id() 583 static ssize_t ucma_destroy_id(struct ucma_file *file, const char __user *inbuf, in ucma_destroy_id() 614 static ssize_t ucma_bind_ip(struct ucma_file *file, const char __user *inbuf, in ucma_bind_ip() 639 static ssize_t ucma_bind(struct ucma_file *file, const char __user *inbuf, in ucma_bind() 665 const char __user *inbuf, in ucma_resolve_ip() 692 const char __user *inbuf, in ucma_resolve_addr() 720 const char __user *inbuf, in ucma_resolve_route() 806 const char __user *inbuf, in ucma_query_route() 986 const char __user *inbuf, in ucma_query() [all …]
|
/Linux-v5.10/crypto/ |
D | cast5_generic.c | 303 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt() 355 static void cast5_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_encrypt() 360 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt() 399 static void cast5_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_decrypt()
|
D | cast6_generic.c | 172 void __cast6_encrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt() 206 static void cast6_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_encrypt() 211 void __cast6_decrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_decrypt() 245 static void cast6_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_decrypt()
|
D | tgr192.c | 509 static int tgr192_update(struct shash_desc *desc, const u8 *inbuf, in tgr192_update()
|
/Linux-v5.10/drivers/net/ethernet/sfc/ |
D | mcdi.c | 151 const efx_dword_t *inbuf, size_t inlen) in efx_mcdi_send_request() 803 const efx_dword_t *inbuf, size_t inlen, in _efx_mcdi_rpc() 861 const efx_dword_t *inbuf, size_t inlen, in _efx_mcdi_rpc_evb_retry() 928 const efx_dword_t *inbuf, size_t inlen, in efx_mcdi_rpc() 945 const efx_dword_t *inbuf, size_t inlen, in efx_mcdi_rpc_quiet() 954 const efx_dword_t *inbuf, size_t inlen) in efx_mcdi_rpc_start() 975 const efx_dword_t *inbuf, size_t inlen, in _efx_mcdi_rpc_async() 1050 const efx_dword_t *inbuf, size_t inlen, size_t outlen, in efx_mcdi_rpc_async() 1058 const efx_dword_t *inbuf, size_t inlen, in efx_mcdi_rpc_async_quiet()
|
/Linux-v5.10/lib/ |
D | decompress_bunzip2.c | 98 unsigned char *inbuf /*,*outbuf*/; member 629 static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, long len, in start_bunzip() 688 unsigned char *inbuf; in bunzip2() local
|
D | decompress.c | 63 decompress_fn __init decompress_method(const unsigned char *inbuf, long len, in decompress_method()
|
/Linux-v5.10/arch/powerpc/boot/ |
D | decompress.c | 117 long partial_decompress(void *inbuf, unsigned long input_size, in partial_decompress()
|
/Linux-v5.10/scripts/dtc/ |
D | flattree.c | 565 struct inbuf { struct 569 static void inbuf_init(struct inbuf *inb, void *base, void *limit) in inbuf_init() argument
|
/Linux-v5.10/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-insn-decoder.c | 183 u8 *inbuf, int inlen, int *lenp) in dump_insn()
|
/Linux-v5.10/arch/arm/vdso/ |
D | vdsomunge.c | 122 const void *inbuf; in main() local
|
/Linux-v5.10/fs/dlm/ |
D | dir.c | 234 void dlm_copy_master_names(struct dlm_ls *ls, char *inbuf, int inlen, in dlm_copy_master_names()
|
/Linux-v5.10/include/linux/ |
D | olpc-ec.h | 61 static inline int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_ec_cmd()
|
/Linux-v5.10/arch/parisc/kernel/ |
D | kgdb.c | 174 int err_code, char *inbuf, char *outbuf, in kgdb_arch_handle_exception()
|
/Linux-v5.10/drivers/platform/olpc/ |
D | olpc-ec.c | 23 u8 *inbuf, *outbuf; member 127 int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, size_t outlen) in olpc_ec_cmd()
|
/Linux-v5.10/drivers/tty/vt/ |
D | consolemap.c | 325 unsigned short inbuf[E_TABSZ]; in con_set_trans_old() local 360 unsigned short inbuf[E_TABSZ]; in con_set_trans_new() local
|
/Linux-v5.10/arch/x86/platform/olpc/ |
D | olpc.c | 109 static int olpc_xo1_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_xo1_ec_cmd()
|
/Linux-v5.10/drivers/hid/usbhid/ |
D | usbhid.h | 65 char *inbuf; /* Input buffer */ member
|
/Linux-v5.10/arch/alpha/boot/ |
D | misc.c | 45 static uch *inbuf; /* input buffer */ variable
|
/Linux-v5.10/tools/testing/selftests/powerpc/nx-gzip/ |
D | gzfht_test.c | 235 char *inbuf, *outbuf, *srcbuf, *dstbuf; in compress_file() local
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | hvsi.h | 65 unsigned char inbuf[HVSI_INBUF_SIZE]; member
|
/Linux-v5.10/arch/nios2/boot/compressed/ |
D | misc.c | 35 static uch *inbuf; /* input buffer */ variable
|
/Linux-v5.10/drivers/crypto/nx/ |
D | nx-842-pseries.c | 287 unsigned long inbuf, outbuf; in nx842_pseries_compress() local 417 unsigned long inbuf, outbuf; in nx842_pseries_decompress() local
|
/Linux-v5.10/drivers/s390/block/ |
D | dcssblk.c | 360 dcssblk_shared_store(struct device *dev, struct device_attribute *attr, const char *inbuf, size_t c… in dcssblk_shared_store() 466 dcssblk_save_store(struct device *dev, struct device_attribute *attr, const char *inbuf, size_t cou… in dcssblk_save_store()
|
/Linux-v5.10/drivers/ide/ |
D | ide-taskfile.c | 468 u8 *inbuf = NULL; in ide_taskfile_ioctl() local
|