Home
last modified time | relevance | path

Searched refs:out_size (Results 76 – 79 of 79) sorted by relevance

1234

/openbmc/linux/drivers/virt/vboxguest/
H A Dvboxguest_core.c1096 size_t out_size) in vbg_ioctl_chk() argument
1099 hdr->size_out != (sizeof(*hdr) + out_size)) in vbg_ioctl_chk()
/openbmc/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c631 int out_size; in read_umem_params() local
636 out_size = MLX5_ST_SZ_BYTES(query_hca_cap_out); in read_umem_params()
637 out = kzalloc(out_size, GFP_KERNEL); in read_umem_params()
/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.c2757 alloc_path_with_tree_prefix(__le16 **out_path, int *out_size, int *out_len, in alloc_path_with_tree_prefix() argument
2783 *out_size = round_up(*out_len * sizeof(__le16), 8); in alloc_path_with_tree_prefix()
2784 *out_path = kzalloc(*out_size + sizeof(__le16) /* null */, GFP_KERNEL); in alloc_path_with_tree_prefix()
/openbmc/linux/Documentation/filesystems/
H A Dcoda.rst460 short out_size; /* Maximum size of output buffer, <= 2K */

1234