Home
last modified time | relevance | path

Searched defs:length (Results 1 – 12 of 12) sorted by relevance

/sys/kern/
Dlibc.c68 strncpy(char *to, const char *from, size_t length) in strncpy()
121 memset(void *dst, int c, size_t length) in memset()
134 memcpy(void *dst, const void *src, size_t length) in memcpy()
149 memcmp(const void *b1, const void *b2, size_t length) in memcmp()
Ddebug.c30 Debug_PrintHex(const char *data, size_t length, off_t off, size_t limit) in Debug_PrintHex()
Dsyscall.c219 Syscall_Read(uint64_t fd, uint64_t addr, uint64_t off, uint64_t length) in Syscall_Read()
237 Syscall_Write(uint64_t fd, uint64_t addr, uint64_t off, uint64_t length) in Syscall_Write()
/lib/libc/
Dstring.c34 strncpy(char *to, const char *from, size_t length) in strncpy()
164 memset(void *dst, int c, size_t length) in memset()
177 memcpy(void *dst, const void *src, size_t length) in memcpy()
192 memcmp(const void *b1, const void *b2, size_t length) in memcmp()
Dsyscall.c59 OSRead(uint64_t fd, void *addr, uint64_t off, uint64_t length) in OSRead()
65 OSWrite(uint64_t fd, const void *addr, uint64_t off, uint64_t length) in OSWrite()
95 OSReadDir(uint64_t fd, char *buf, size_t length, uint64_t *offset) in OSReadDir()
/sys/amd64/
Dxmem.c22 uintptr_t length; member
92 XMem_Allocate(XMem *xmem, uintptr_t length) in XMem_Allocate()
/sys/include/
Dsga.h10 uint64_t length; member
/lib/liblwip/src/core/snmp/
Dasn1_enc.c50 snmp_asn1_enc_length_cnt(u16_t length, u8_t *octets_needed) in snmp_asn1_enc_length_cnt()
213 snmp_asn1_enc_length(struct pbuf *p, u16_t ofs, u16_t length) in snmp_asn1_enc_length()
Dasn1_dec.c85 snmp_asn1_dec_length(struct pbuf *p, u16_t ofs, u8_t *octets_used, u16_t *length) in snmp_asn1_dec_length()
/lib/liblwip/src/core/
Dpbuf.c207 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc()
367 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom()
Dtcp_out.c219 tcp_pbuf_prealloc(pbuf_layer layer, u16_t length, u16_t max_length, in tcp_pbuf_prealloc()
266 #define tcp_pbuf_prealloc(layer, length, mx, os, pcb, api, fst) pbuf_alloc((layer), (length), PBUF_… argument
/lib/liblwip/src/api/
Dapi_lib.c517 netconn_recved(struct netconn *conn, u32_t length) in netconn_recved()