Searched refs:obj_buf (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | qat_uclo.c | 1768 objhdl->obj_buf = kmemdup(addr_ptr, mem_size, GFP_KERNEL); in qat_uclo_map_uof_obj() 1769 if (!objhdl->obj_buf) in qat_uclo_map_uof_obj() 1771 filehdr = (struct icp_qat_uof_filehdr *)objhdl->obj_buf; in qat_uclo_map_uof_obj() 1774 objhdl->obj_hdr = qat_uclo_map_chunk((char *)objhdl->obj_buf, filehdr, in qat_uclo_map_uof_obj() 1789 kfree(objhdl->obj_buf); in qat_uclo_map_uof_obj() 1842 *obj_ptr = obj_hdr[i].obj_buf; in qat_uclo_seek_obj_inside_mof() 1868 mobj_hdr->obj_buf = obj; in qat_uclo_map_obj_from_mof() 2082 kfree(obj_handle->obj_buf); in qat_uclo_del_obj()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 674 const void *obj_buf; member 1515 const void *obj_buf, in bpf_object__new() argument 1546 obj->efile.obj_buf = obj_buf; in bpf_object__new() 1572 obj->efile.obj_buf = NULL; in bpf_object__elf_finish() 1589 elf = elf_memory((char *)obj->efile.obj_buf, obj->efile.obj_buf_sz); in bpf_object__elf_init() 8293 static struct bpf_object *bpf_object_open(const char *path, const void *obj_buf, size_t obj_buf_sz, in bpf_object_open() argument 8304 if (obj_buf && !obj_name) in bpf_object_open() 8317 if (obj_buf) { in bpf_object_open() 8342 obj = bpf_object__new(path, obj_buf, obj_buf_sz, obj_name); in bpf_object_open() 8413 bpf_object__open_mem(const void *obj_buf, size_t obj_buf_sz, in bpf_object__open_mem() argument [all …]
|
| /linux/fs/smb/server/ |
| H A D | smb2pdu.c | 8204 struct file_object_buf_type1_ioctl_rsp *obj_buf; in smb2_ioctl() local 8207 obj_buf = (struct file_object_buf_type1_ioctl_rsp *) in smb2_ioctl() 8214 memset(obj_buf->ObjectId, 0x0, 16); in smb2_ioctl() 8215 memset(obj_buf->BirthVolumeId, 0x0, 16); in smb2_ioctl() 8216 memset(obj_buf->BirthObjectId, 0x0, 16); in smb2_ioctl() 8217 memset(obj_buf->DomainId, 0x0, 16); in smb2_ioctl()
|