Searched refs:obj_buf (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | icp_qat_uclo.h | 234 void *obj_buf; member 563 char *obj_buf; member
|
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-6.12.1/tools/lib/bpf/ |
D | libbpf.c | 652 const void *obj_buf; member 1460 const void *obj_buf, in bpf_object__new() argument 1491 obj->efile.obj_buf = obj_buf; in bpf_object__new() 1515 obj->efile.obj_buf = NULL; in bpf_object__elf_finish() 1532 elf = elf_memory((char *)obj->efile.obj_buf, obj->efile.obj_buf_sz); in bpf_object__elf_init() 7907 static struct bpf_object *bpf_object_open(const char *path, const void *obj_buf, size_t obj_buf_sz, in bpf_object_open() argument 7918 if (obj_buf && !obj_name) in bpf_object_open() 7931 if (obj_buf) { in bpf_object_open() 7956 obj = bpf_object__new(path, obj_buf, obj_buf_sz, obj_name); in bpf_object_open() 8028 bpf_object__open_mem(const void *obj_buf, size_t obj_buf_sz, in bpf_object__open_mem() argument [all …]
|
D | libbpf.h | 241 bpf_object__open_mem(const void *obj_buf, size_t obj_buf_sz,
|
/linux-6.12.1/fs/smb/server/ |
D | smb2pdu.c | 8017 struct file_object_buf_type1_ioctl_rsp *obj_buf; in smb2_ioctl() local 8020 obj_buf = (struct file_object_buf_type1_ioctl_rsp *) in smb2_ioctl() 8027 memset(obj_buf->ObjectId, 0x0, 16); in smb2_ioctl() 8028 memset(obj_buf->BirthVolumeId, 0x0, 16); in smb2_ioctl() 8029 memset(obj_buf->BirthObjectId, 0x0, 16); in smb2_ioctl() 8030 memset(obj_buf->DomainId, 0x0, 16); in smb2_ioctl()
|