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.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.c8340 struct file_object_buf_type1_ioctl_rsp *obj_buf; in smb2_ioctl() local
8343 obj_buf = (struct file_object_buf_type1_ioctl_rsp *) in smb2_ioctl()
8350 memset(obj_buf->ObjectId, 0x0, 16); in smb2_ioctl()
8351 memset(obj_buf->BirthVolumeId, 0x0, 16); in smb2_ioctl()
8352 memset(obj_buf->BirthObjectId, 0x0, 16); in smb2_ioctl()
8353 memset(obj_buf->DomainId, 0x0, 16); in smb2_ioctl()