Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf.c655 const void *obj_buf; member
1485 const void *obj_buf, in bpf_object__new() argument
1516 obj->efile.obj_buf = obj_buf; in bpf_object__new()
1542 obj->efile.obj_buf = NULL; in bpf_object__elf_finish()
1559 elf = elf_memory((char *)obj->efile.obj_buf, obj->efile.obj_buf_sz); in bpf_object__elf_init()
7985 static struct bpf_object *bpf_object_open(const char *path, const void *obj_buf, size_t obj_buf_sz, in bpf_object_open() argument
7996 if (obj_buf && !obj_name) in bpf_object_open()
8009 if (obj_buf) { in bpf_object_open()
8034 obj = bpf_object__new(path, obj_buf, obj_buf_sz, obj_name); in bpf_object_open()
8105 bpf_object__open_mem(const void *obj_buf, size_t obj_buf_sz, in bpf_object__open_mem() argument
[all …]
H A Dlibbpf.h241 bpf_object__open_mem(const void *obj_buf, size_t obj_buf_sz,
/linux/fs/smb/server/
H A Dsmb2pdu.c8169 struct file_object_buf_type1_ioctl_rsp *obj_buf; in smb2_ioctl() local
8172 obj_buf = (struct file_object_buf_type1_ioctl_rsp *) in smb2_ioctl()
8179 memset(obj_buf->ObjectId, 0x0, 16); in smb2_ioctl()
8180 memset(obj_buf->BirthVolumeId, 0x0, 16); in smb2_ioctl()
8181 memset(obj_buf->BirthObjectId, 0x0, 16); in smb2_ioctl()
8182 memset(obj_buf->DomainId, 0x0, 16); in smb2_ioctl()