Searched refs:obj_buf (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_uclo.h234 void *obj_buf; member in struct:icp_qat_uclo_objhandle
563 char *obj_buf; member in struct:icp_qat_mof_objhdr
H A Dqat_uclo.c1624 objhdl->obj_buf = kmemdup(addr_ptr, mem_size, GFP_KERNEL);
1625 if (!objhdl->obj_buf)
1627 filehdr = (struct icp_qat_uof_filehdr *)objhdl->obj_buf;
1630 objhdl->obj_hdr = qat_uclo_map_chunk((char *)objhdl->obj_buf, filehdr,
1645 kfree(objhdl->obj_buf);
1698 *obj_ptr = obj_hdr[i].obj_buf;
1724 mobj_hdr->obj_buf = obj;
1939 kfree(obj_handle->obj_buf);
/linux-master/tools/lib/bpf/
H A Dlibbpf.h231 * @param obj_buf pointer to the buffer containing ELF file bytes
238 bpf_object__open_mem(const void *obj_buf, size_t obj_buf_sz,
H A Dlibbpf.c628 const void *obj_buf; member in struct:elf_state
1403 const void *obj_buf,
1431 * obj_buf to user. If not, we should duplicate the buffer to
1434 obj->efile.obj_buf = obj_buf;
1458 obj->efile.obj_buf = NULL;
1474 /* obj_buf should have been validated by bpf_object__open_mem(). */
1475 elf = elf_memory((char *)obj->efile.obj_buf, obj->efile.obj_buf_sz);
7810 static struct bpf_object *bpf_object_open(const char *path, const void *obj_buf, size_t obj_buf_sz, argument
7831 if (obj_buf) {
1402 bpf_object__new(const char *path, const void *obj_buf, size_t obj_buf_sz, const char *obj_name) argument
7934 bpf_object__open_mem(const void *obj_buf, size_t obj_buf_sz, const struct bpf_object_open_opts *opts) argument
[all...]
/linux-master/fs/smb/server/
H A Dsmb2pdu.c7989 struct file_object_buf_type1_ioctl_rsp *obj_buf; local
7992 obj_buf = (struct file_object_buf_type1_ioctl_rsp *)
7999 memset(obj_buf->ObjectId, 0x0, 16);
8000 memset(obj_buf->BirthVolumeId, 0x0, 16);
8001 memset(obj_buf->BirthObjectId, 0x0, 16);
8002 memset(obj_buf->DomainId, 0x0, 16);

Completed in 259 milliseconds