Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf.c682 const void *obj_buf; member
1523 const void *obj_buf, in bpf_object__new() argument
1554 obj->efile.obj_buf = obj_buf; in bpf_object__new()
1580 obj->efile.obj_buf = NULL; in bpf_object__elf_finish()
1597 elf = elf_memory((char *)obj->efile.obj_buf, obj->efile.obj_buf_sz); in bpf_object__elf_init()
8472 static struct bpf_object *bpf_object_open(const char *path, const void *obj_buf, size_t obj_buf_sz, in bpf_object_open() argument
8483 if (obj_buf && !obj_name) in bpf_object_open()
8496 if (obj_buf) { in bpf_object_open()
8521 obj = bpf_object__new(path, obj_buf, obj_buf_sz, obj_name); in bpf_object_open()
8592 bpf_object__open_mem(const void *obj_buf, size_t obj_buf_sz, in bpf_object__open_mem() argument
[all …]
/linux/fs/smb/server/
H A Dsmb2pdu.c8988 struct file_object_buf_type1_ioctl_rsp *obj_buf; in smb2_ioctl() local
9000 obj_buf = (struct file_object_buf_type1_ioctl_rsp *) in smb2_ioctl()
9007 memset(obj_buf->ObjectId, 0x0, 16); in smb2_ioctl()
9008 memset(obj_buf->BirthVolumeId, 0x0, 16); in smb2_ioctl()
9009 memset(obj_buf->BirthObjectId, 0x0, 16); in smb2_ioctl()
9010 memset(obj_buf->DomainId, 0x0, 16); in smb2_ioctl()