Searched defs:outbuf (Results 1 - 25 of 66) sorted by relevance

123

/linux-master/arch/powerpc/boot/
H A Ddecompress.c116 partial_decompress(void *inbuf, unsigned long input_size, void *outbuf, unsigned long output_size, unsigned long _skip) argument
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_queue.c12 int do_mmap_info(struct rxe_dev *rxe, struct mminfo __user *outbuf, argument
147 rxe_queue_resize(struct rxe_queue *q, unsigned int *num_elem_p, unsigned int elem_size, struct ib_udata *udata, struct mminfo __user *outbuf, spinlock_t *producer_lock, spinlock_t *consumer_lock) argument
/linux-master/kernel/printk/
H A Dinternal.h112 char outbuf[PRINTK_MESSAGE_MAX]; member in struct:printk_buffers
/linux-master/arch/arm/vdso/
H A Dvdsomunge.c124 void *outbuf; local
/linux-master/arch/x86/platform/olpc/
H A Dolpc.c109 static int olpc_xo1_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, argument
/linux-master/crypto/
H A Dcast5_generic.c303 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) argument
353 static void cast5_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) argument
355 __cast5_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); local
358 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) argument
395 static void cast5_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) argument
397 __cast5_decrypt(crypto_tfm_ctx(tfm), outbuf, inbu local
[all...]
H A Dcast6_generic.c172 void __cast6_encrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) argument
204 static void cast6_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) argument
206 __cast6_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); local
209 void __cast6_decrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) argument
241 cast6_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) argument
243 __cast6_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); local
[all...]
H A Djitterentropy-testing.c260 static int jent_raw_hires_entropy_reader(u8 *outbuf, u32 outbuflen) argument
121 jent_testing_reader(struct jent_testing *data, u32 *boot, u8 *outbuf, u32 outbuflen) argument
180 jent_testing_extract_user(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos, int (*reader)(u8 *outbuf, u32 outbuflen)) argument
/linux-master/arch/parisc/kernel/
H A Dkgdb.c174 kgdb_arch_handle_exception(int trap, int signo, int err_code, char *inbuf, char *outbuf, struct pt_regs *regs) argument
/linux-master/security/keys/
H A Ddh.c99 uint8_t *outbuf = NULL; local
137 uint8_t *outbuf; local
[all...]
/linux-master/include/linux/
H A Dolpc-ec.h63 static inline int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, argument
/linux-master/drivers/iio/dac/
H A Dm62332.c35 u8 outbuf[2]; local
H A Dmax517.c48 u8 outbuf[2]; local
105 u8 outbuf = COMMAND_PD; local
112 u8 outbuf = 0; local
/linux-master/fs/dlm/
H A Ddir.c236 dlm_copy_master_names(struct dlm_ls *ls, const char *inbuf, int inlen, char *outbuf, int outlen, int nodeid) argument
/linux-master/drivers/hid/usbhid/
H A Dusbhid.h79 char *outbuf; /* Output buffer */ member in struct:usbhid_device
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c190 char *inbuf, *outbuf, *srcbuf, *dstbuf; local
/linux-master/drivers/net/ethernet/sfc/
H A Defx_devlink.c235 efx_devlink_info_running_v2(struct efx_nic *efx, struct devlink_info_req *req, unsigned int flags, efx_dword_t *outbuf) argument
352 efx_devlink_info_running_v3(struct efx_nic *efx, struct devlink_info_req *req, unsigned int flags, efx_dword_t *outbuf) argument
390 efx_devlink_info_running_v4(struct efx_nic *efx, struct devlink_info_req *req, unsigned int flags, efx_dword_t *outbuf) argument
473 efx_devlink_info_running_v5(struct efx_nic *efx, struct devlink_info_req *req, unsigned int flags, efx_dword_t *outbuf) argument
[all...]
/linux-master/arch/x86/boot/compressed/
H A Dmisc.c355 unsigned long decompress_kernel(unsigned char *outbuf, unsigned long virt_addr, argument
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_if.h79 void *outbuf; /* Output buffer */ member in struct:cudbg_init
/linux-master/lib/
H A Ddecompress_bunzip2.c523 static int INIT read_bunzip(struct bunzip_data *bd, char *outbuf, int len) argument
679 bunzip2(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *outbuf, long *pos, void(*error)(char *x)) argument
747 __decompress(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *outbuf, long olen, long *pos, void (*error)(char *x)) argument
[all...]
/linux-master/include/crypto/
H A Ddrbg.h208 crypto_drbg_get_bytes_addtl(struct crypto_rng *drng, unsigned char *outbuf, unsigned int outlen, struct drbg_string *addtl) argument
233 crypto_drbg_get_bytes_addtl_test(struct crypto_rng *drng, unsigned char *outbuf, unsigned int outlen, struct drbg_string *addtl, struct drbg_test_data *test_data) argument
/linux-master/drivers/platform/olpc/
H A Dolpc-ec.c23 u8 *inbuf, *outbuf; member in struct:ec_cmd_desc
126 int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, size_t outlen) argument
/linux-master/drivers/usb/gadget/function/
H A Drndis.c174 __le32 *outbuf; local
[all...]
/linux-master/drivers/cdx/controller/
H A Dmcdi.c398 struct cdx_dword *outbuf; member in struct:cdx_mcdi_blocking_data
408 cdx_mcdi_rpc_completer(struct cdx_mcdi *cdx, unsigned long cookie, int rc, struct cdx_dword *outbuf, size_t outlen_actual) argument
426 cdx_mcdi_rpc_sync(struct cdx_mcdi *cdx, unsigned int cmd, const struct cdx_dword *inbuf, size_t inlen, struct cdx_dword *outbuf, size_t outlen, size_t *outlen_actual, bool quiet) argument
560 cdx_mcdi_process_cmd(struct cdx_mcdi *cdx, struct cdx_dword *outbuf, int len) argument
618 cdx_mcdi_complete_cmd(struct cdx_mcdi_iface *mcdi, struct cdx_mcdi_cmd *cmd, struct cdx_dword *outbuf, int len, struct list_head *cleanup_list) argument
756 cdx_mcdi_rpc(struct cdx_mcdi *cdx, unsigned int cmd, const struct cdx_dword *inbuf, size_t inlen, struct cdx_dword *outbuf, size_t outlen, size_t *outlen_actual) argument
[all...]
H A Dmcdi.h138 struct cdx_dword *outbuf; member in struct:cdx_mcdi_cmd

Completed in 777 milliseconds

123