Searched defs:length (Results 1 – 12 of 12) sorted by relevance
/sys/kern/ |
D | libc.c | 68 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()
|
D | debug.c | 30 Debug_PrintHex(const char *data, size_t length, off_t off, size_t limit) in Debug_PrintHex()
|
D | syscall.c | 219 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/ |
D | string.c | 34 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()
|
D | syscall.c | 59 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/ |
D | xmem.c | 22 uintptr_t length; member 92 XMem_Allocate(XMem *xmem, uintptr_t length) in XMem_Allocate()
|
/sys/include/ |
D | sga.h | 10 uint64_t length; member
|
/lib/liblwip/src/core/snmp/ |
D | asn1_enc.c | 50 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()
|
D | asn1_dec.c | 85 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/ |
D | pbuf.c | 207 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()
|
D | tcp_out.c | 219 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/ |
D | api_lib.c | 517 netconn_recved(struct netconn *conn, u32_t length) in netconn_recved()
|