Searched refs:obj_buf (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_uclo.h | 234 void *obj_buf; member 563 char *obj_buf; member
|
H A D | qat_uclo.c | 1624 objhdl->obj_buf = kmemdup(addr_ptr, mem_size, GFP_KERNEL); in qat_uclo_map_uof_obj() 1625 if (!objhdl->obj_buf) in qat_uclo_map_uof_obj() 1627 filehdr = (struct icp_qat_uof_filehdr *)objhdl->obj_buf; in qat_uclo_map_uof_obj() 1630 objhdl->obj_hdr = qat_uclo_map_chunk((char *)objhdl->obj_buf, filehdr, in qat_uclo_map_uof_obj() 1645 kfree(objhdl->obj_buf); in qat_uclo_map_uof_obj() 1698 *obj_ptr = obj_hdr[i].obj_buf; in qat_uclo_seek_obj_inside_mof() 1724 mobj_hdr->obj_buf = obj; in qat_uclo_map_obj_from_mof() 1939 kfree(obj_handle->obj_buf); in qat_uclo_del_obj()
|
/linux/tools/lib/bpf/ |
H A D | libbpf.c | 653 const void *obj_buf; member 1477 const void *obj_buf, in bpf_object__new() argument 1508 obj->efile.obj_buf = obj_buf; in bpf_object__new() 1533 obj->efile.obj_buf = NULL; in bpf_object__elf_finish() 1550 elf = elf_memory((char *)obj->efile.obj_buf, obj->efile.obj_buf_sz); in bpf_object__elf_init() 7953 static struct bpf_object *bpf_object_open(const char *path, const void *obj_buf, size_t obj_buf_sz, in bpf_object_open() argument 7964 if (obj_buf && !obj_name) in bpf_object_open() 7977 if (obj_buf) { in bpf_object_open() 8002 obj = bpf_object__new(path, obj_buf, obj_buf_sz, obj_name); in bpf_object_open() 8073 bpf_object__open_mem(const void *obj_buf, size_t obj_buf_sz, in bpf_object__open_mem() argument [all …]
|
H A D | libbpf.h | 241 bpf_object__open_mem(const void *obj_buf, size_t obj_buf_sz,
|
/linux/fs/smb/server/ |
H A D | smb2pdu.c | 8047 struct file_object_buf_type1_ioctl_rsp *obj_buf; in smb2_ioctl() local 8050 obj_buf = (struct file_object_buf_type1_ioctl_rsp *) in smb2_ioctl() 8057 memset(obj_buf->ObjectId, 0x0, 16); in smb2_ioctl() 8058 memset(obj_buf->BirthVolumeId, 0x0, 16); in smb2_ioctl() 8059 memset(obj_buf->BirthObjectId, 0x0, 16); in smb2_ioctl() 8060 memset(obj_buf->DomainId, 0x0, 16); in smb2_ioctl()
|