gonzui


Format: Advanced Search

SearchGoogle itResults 21 - 23 of 23 for funcall:bzero (0.02 seconds)
t2ex
t2ex_source/kernel/sysmain/src/network_sample/util.c - 7.1KB - 246 lines
161: 
162:         bzero(&ifr, sizeof ifr);
163:         p_iosa = (struct sockaddr_in*)&ifr.ifr_addr;
More results from util.c
t2ex_source/t2ex/network/net/src/netmain/tkn_kmem.c - 2.6KB - 96 lines
70:         if (p != NULL) {
71:                 bzero(p, size);
72:         }
t2ex_source/t2ex/network/net/src/netmain/tkn_mutex.c - 13.2KB - 514 lines
485:         }
486:         bzero(mo, sizeof *mo);
487:         error = tkn_mutex_init(&mo->mo_lock, type, ipl);