| /lib/liblwip/test/unit/tcp/ |
| D | test_tcp.c | 87 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 …]
|
| D | test_tcp_oos.c | 156 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 …]
|
| D | tcp_helper.c | 60 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/ |
| D | newfs_o2fs.c | 132 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/ |
| D | thread.c | 38 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()
|
| D | mp.c | 173 memset((void *)&frame, 0, sizeof(frame)); in MP_CrossCall()
|
| /sys/kern/ |
| D | loader.c | 107 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()
|
| D | libc.c | 121 memset(void *dst, int c, size_t length) in memset() function
|
| D | thread.c | 103 memset(thr, 0, sizeof(*thr)); in Thread_Create() 156 memset(thr, 0, sizeof(*thr)); in Thread_UThreadCreate()
|
| D | process.c | 57 memset(proc, 0, sizeof(*proc)); in Process_Create()
|
| D | bufcache.c | 72 memset(e, 0, sizeof(*e)); in BufCache_Init()
|
| D | palloc.c | 210 memset(pg, 0, PGSIZE); in PAlloc_AllocPage()
|
| /tests/ |
| D | writetest.c | 28 memset(inbuf, fillchar(i), sizeof(inbuf)); in write() 75 memset(inbuf, fillchar(i), sizeof(inbuf)); in read()
|
| /include/ |
| D | string.h | 9 void *memset(void *dst, int c, size_t len);
|
| /sys/dev/ |
| D | ahci.c | 308 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/ |
| D | memp.c | 320 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()
|
| D | raw.c | 341 memset(pcb, 0, sizeof(struct raw_pcb)); in raw_new()
|
| D | dhcp.c | 143 #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()
|
| D | mem.c | 654 memset(p, 0, count * size); in mem_calloc()
|
| /lib/libc/ |
| D | string.c | 164 memset(void *dst, int c, size_t length) in memset() function
|
| /lib/liblwip/src/core/ipv4/ |
| D | autoip.c | 140 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/ |
| D | ppp_impl.h | 214 #define BZERO(s, n) memset(s, 0, n)
|
| /lib/liblwip/src/api/ |
| D | netdb.c | 319 memset(ai, 0, total_size); in lwip_getaddrinfo()
|
| /lib/libc/posix/ |
| D | pthread.c | 119 memset(thr, 0, sizeof(*thr)); in pthread_create()
|
| /lib/liblwip/src/include/lwip/ |
| D | sockets.h | 298 #define FD_ZERO(p) memset((void*)(p),0,sizeof(*(p)))
|