Home
last modified time | relevance | path

Searched refs:memset (Results 1 – 25 of 37) sorted by relevance

12

/lib/liblwip/test/unit/tcp/
Dtest_tcp.c87 memset(&netif, 0, sizeof(netif)); in START_TEST()
92 memset(&counters, 0, sizeof(counters)); in START_TEST()
146 memset(&counters, 0, sizeof(counters)); in START_TEST()
163 memset(&txcounters, 0, sizeof(txcounters)); in START_TEST()
177 memset(&txcounters, 0, sizeof(txcounters)); in START_TEST()
192 memset(&txcounters, 0, sizeof(txcounters)); in START_TEST()
208 memset(&txcounters, 0, sizeof(txcounters)); in START_TEST()
218 memset(&txcounters, 0, sizeof(txcounters)); in START_TEST()
232 memset(&txcounters, 0, sizeof(txcounters)); in START_TEST()
341 memset(&counters, 0, sizeof(counters)); in START_TEST()
[all …]
Dtest_tcp_oos.c156 memset(&netif, 0, sizeof(netif)); in START_TEST()
161 memset(&counters, 0, sizeof(counters)); in START_TEST()
296 memset(&netif, 0, sizeof(netif)); in START_TEST()
301 memset(&counters, 0, sizeof(counters)); in START_TEST()
471 memset(&netif, 0, sizeof(netif)); in START_TEST()
475 memset(&counters, 0, sizeof(counters)); in START_TEST()
561 memset(&netif, 0, sizeof(netif)); in START_TEST()
565 memset(&counters, 0, sizeof(counters)); in START_TEST()
640 memset(&netif, 0, sizeof(netif)); in START_TEST()
644 memset(&counters, 0, sizeof(counters)); in START_TEST()
[all …]
Dtcp_helper.c60 memset(q->payload, 0, q->len); in tcp_create_segment_wnd()
280 memset(netif, 0, sizeof(struct netif)); in test_tcp_init_netif()
281 memset(txcounters, 0, sizeof(struct test_tcp_txcounters)); in test_tcp_init_netif()
/sbin/newfs_o2fs/
Dnewfs_o2fs.c132 memset(id, 0, sizeof(*id)); in AddFile()
133 memset(&node, 0, sizeof(node)); in AddFile()
181 memset(&entries[entry], 0, sizeof(BDirEntry)); in AddDirectory()
230 memset(&node, 0, sizeof(node)); in AddDirectory()
239 memset(id, 0, sizeof(*id)); in AddDirectory()
253 memset(tempbuf, 0, MAXBLOCKSIZE); in BlockBitmap()
272 memset(&sb, 0, sizeof(sb)); in Superblock()
367 memset(zerobuf, 0, MAXBLOCKSIZE); in main()
/sys/amd64/
Dthread.c38 memset(tf, 0, sizeof(*tf)); in Thread_SetupKThread()
39 memset(sf, 0, sizeof(*sf)); in Thread_SetupKThread()
62 memset(&tf, 0, sizeof(tf)); in ThreadEnterUserLevelCB()
Dmp.c173 memset((void *)&frame, 0, sizeof(frame)); in MP_CrossCall()
/sys/kern/
Dloader.c107 memset(raddr, 0, rlen); in LoaderZeroSegment()
114 memset(raddr, 0, PGSIZE); in LoaderZeroSegment()
121 memset(raddr, 0, len); in LoaderZeroSegment()
245 memset(&tf, 0, sizeof(tf)); in Loader_LoadInit()
Dlibc.c121 memset(void *dst, int c, size_t length) in memset() function
Dthread.c103 memset(thr, 0, sizeof(*thr)); in Thread_Create()
156 memset(thr, 0, sizeof(*thr)); in Thread_UThreadCreate()
Dprocess.c57 memset(proc, 0, sizeof(*proc)); in Process_Create()
Dbufcache.c72 memset(e, 0, sizeof(*e)); in BufCache_Init()
Dpalloc.c210 memset(pg, 0, PGSIZE); in PAlloc_AllocPage()
/tests/
Dwritetest.c28 memset(inbuf, fillchar(i), sizeof(inbuf)); in write()
75 memset(inbuf, fillchar(i), sizeof(inbuf)); in read()
/include/
Dstring.h9 void *memset(void *dst, int c, size_t len);
/sys/dev/
Dahci.c308 memset(&fis, 0, sizeof(fis)); in AHCI_IdentifyPort()
496 memset(ahci->ctbl[p][c], 0, sizeof(AHCICommandTable)); in AHCI_Configure()
502 memset(ahci->clst[p], 0, sizeof(AHCICommandList)); in AHCI_Configure()
507 memset(ahci->rfis[p], 0, sizeof(AHCIRecvFIS)); in AHCI_Configure()
/lib/liblwip/src/core/
Dmemp.c320 memset(m, 0xcd, MEMP_SANITY_REGION_BEFORE_ALIGNED); in memp_overflow_init()
324 memset(m, 0xcd, MEMP_SANITY_REGION_AFTER_ALIGNED); in memp_overflow_init()
Draw.c341 memset(pcb, 0, sizeof(struct raw_pcb)); in raw_new()
Ddhcp.c143 #define dhcp_clear_all_options(dhcp) (memset(dhcp_rx_options_given, 0, sizeof(dhcp_rx_opti…
594 memset(dhcp, 0, sizeof(struct dhcp)); in dhcp_set_struct()
675 memset(dhcp, 0, sizeof(struct dhcp)); in dhcp_start()
720 memset(&dhcp, 0, sizeof(struct dhcp)); in dhcp_inform()
Dmem.c654 memset(p, 0, count * size); in mem_calloc()
/lib/libc/
Dstring.c164 memset(void *dst, int c, size_t length) in memset() function
/lib/liblwip/src/core/ipv4/
Dautoip.c140 memset(autoip, 0, sizeof(struct autoip)); in autoip_set_struct()
314 memset(autoip, 0, sizeof(struct autoip)); in autoip_start()
/lib/liblwip/src/netif/ppp/
Dppp_impl.h214 #define BZERO(s, n) memset(s, 0, n)
/lib/liblwip/src/api/
Dnetdb.c319 memset(ai, 0, total_size); in lwip_getaddrinfo()
/lib/libc/posix/
Dpthread.c119 memset(thr, 0, sizeof(*thr)); in pthread_create()
/lib/liblwip/src/include/lwip/
Dsockets.h298 #define FD_ZERO(p) memset((void*)(p),0,sizeof(*(p)))

12