gonzui


Format: Advanced Search

SearchGoogle itResults 61 - 66 of 66 for funcall:memset from t2ex (0.04 seconds)
t2ex
t2ex_source/t2ex/fs/fs/src/fs_root.c - 9.2KB - 312 lines
149: {
150:         memset(stat, 0, sizeof(struct stat64_us));
151:         stat->st_size = (fs_root.r_count - 1) * sizeof(struct dirent);
t2ex_source/t2ex/fs/fs/src/fs_tk.c - 28.7KB - 883 lines
661:         /* Clear gdt */
662:         memset(&fs_gdt, 0, sizeof(fs_gdt));
663: }
More results from fs_tk.c
t2ex_source/t2ex/load/src/ldr_elf.c - 40.4KB - 1,085 lines
455: 
456:         memset(eli, 0, sizeof(ELF_LoadInfo));
457: 
t2ex_source/t2ex/network/net/src/netmain/tkn_bpf.c - 4.7KB - 181 lines
155: 
156:                 memset(fp, 0, sizeof(struct file));
157: 
t2ex_source/t2ex/network/net/src/netmain/tkn_malloc.c - 4.5KB - 156 lines
93:                 if (flags & M_ZERO)
94:                         memset(ptr, 0, size);
95:                 return ptr;
t2ex_source/t2ex/network/net/src/netmain/tkn_tun.c - 4.7KB - 181 lines
155: 
156:                 memset(fp, 0, sizeof(struct file));
157: