Searched refs:obj_buf (Results 1 – 5 of 5) sorted by relevance
/openbmc/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 | 1623 objhdl->obj_buf = kmemdup(addr_ptr, mem_size, GFP_KERNEL); in qat_uclo_map_uof_obj() 1624 if (!objhdl->obj_buf) in qat_uclo_map_uof_obj() 1626 filehdr = (struct icp_qat_uof_filehdr *)objhdl->obj_buf; in qat_uclo_map_uof_obj() 1629 objhdl->obj_hdr = qat_uclo_map_chunk((char *)objhdl->obj_buf, filehdr, in qat_uclo_map_uof_obj() 1644 kfree(objhdl->obj_buf); in qat_uclo_map_uof_obj() 1697 *obj_ptr = obj_hdr[i].obj_buf; in qat_uclo_seek_obj_inside_mof() 1723 mobj_hdr->obj_buf = obj; in qat_uclo_map_obj_from_mof() 1938 kfree(obj_handle->obj_buf); in qat_uclo_del_obj()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 611 const void *obj_buf; member 1250 const void *obj_buf, in bpf_object__new() argument 1281 obj->efile.obj_buf = obj_buf; in bpf_object__new() 1308 obj->efile.obj_buf = NULL; in bpf_object__elf_finish() 1325 elf = elf_memory((char *)obj->efile.obj_buf, obj->efile.obj_buf_sz); in bpf_object__elf_init() 7380 static struct bpf_object *bpf_object_open(const char *path, const void *obj_buf, size_t obj_buf_sz, in bpf_object_open() argument 7401 if (obj_buf) { in bpf_object_open() 7404 (unsigned long)obj_buf, in bpf_object_open() 7420 obj = bpf_object__new(path, obj_buf, obj_buf_sz, obj_name); in bpf_object_open() 7486 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 | 219 bpf_object__open_mem(const void *obj_buf, size_t obj_buf_sz,
|
/openbmc/linux/fs/smb/server/ |
H A D | smb2pdu.c | 8074 struct file_object_buf_type1_ioctl_rsp *obj_buf; in smb2_ioctl() local 8077 obj_buf = (struct file_object_buf_type1_ioctl_rsp *) in smb2_ioctl() 8084 memset(obj_buf->ObjectId, 0x0, 16); in smb2_ioctl() 8085 memset(obj_buf->BirthVolumeId, 0x0, 16); in smb2_ioctl() 8086 memset(obj_buf->BirthObjectId, 0x0, 16); in smb2_ioctl() 8087 memset(obj_buf->DomainId, 0x0, 16); in smb2_ioctl()
|