Home
last modified time | relevance | path

Searched refs:obj_buf (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c1785 objhdl->obj_buf = kmemdup(addr_ptr, mem_size, GFP_KERNEL); in qat_uclo_map_uof_obj()
1786 if (!objhdl->obj_buf) in qat_uclo_map_uof_obj()
1788 filehdr = (struct icp_qat_uof_filehdr *)objhdl->obj_buf; in qat_uclo_map_uof_obj()
1791 objhdl->obj_hdr = qat_uclo_map_chunk((char *)objhdl->obj_buf, filehdr, in qat_uclo_map_uof_obj()
1806 kfree(objhdl->obj_buf); in qat_uclo_map_mof_file_hdr()
1859 *obj_ptr = obj_hdr[i].obj_buf; in qat_uclo_map_obj_from_mof()
1885 mobj_hdr->obj_buf = obj; in qat_uclo_map_objs_from_mof()
2099 kfree(obj_handle->obj_buf); in qat_uclo_fill_uwords()
/linux/tools/lib/bpf/
H A Dlibbpf.c674 const void *obj_buf; member
1515 const void *obj_buf, in bpf_object__new() argument
1543 * obj_buf to user. If not, we should duplicate the buffer to in bpf_object__new()
1546 obj->efile.obj_buf = obj_buf; in bpf_object__new()
1572 obj->efile.obj_buf = NULL; in bpf_object__elf_finish()
1588 /* obj_buf should have been validated by bpf_object__open_mem(). */ in bpf_object__elf_init()
1589 elf = elf_memory((char *)obj->efile.obj_buf, obj->efile.obj_buf_sz); in bpf_object__elf_init()
8348 static struct bpf_object *bpf_object_open(const char *path, const void *obj_buf, size_t obj_buf_sz, in bpf_object_open()
8359 if (obj_buf in bpf_object_open()
8293 bpf_object_open(const char * path,const void * obj_buf,size_t obj_buf_sz,const char * obj_name,const struct bpf_object_open_opts * opts) bpf_object_open() argument
8413 bpf_object__open_mem(const void * obj_buf,size_t obj_buf_sz,const struct bpf_object_open_opts * opts) bpf_object__open_mem() argument
[all...]
/linux/fs/smb/server/
H A Dsmb2pdu.c8306 struct file_object_buf_type1_ioctl_rsp *obj_buf; in smb2_ioctl()
8309 obj_buf = (struct file_object_buf_type1_ioctl_rsp *) in smb2_ioctl()
8316 memset(obj_buf->ObjectId, 0x0, 16); in smb2_ioctl()
8317 memset(obj_buf->BirthVolumeId, 0x0, 16); in smb2_ioctl()
8318 memset(obj_buf->BirthObjectId, 0x0, 16); in smb2_ioctl()
8319 memset(obj_buf->DomainId, 0x0, 16); in smb2_ioctl()
8300 struct file_object_buf_type1_ioctl_rsp *obj_buf; smb2_ioctl() local