Searched defs:buf (Results 226 - 250 of 316) sorted by relevance

1234567891011>>

/seL4-camkes-master/projects/musllibc/src/locale/
H A Ddcngettext.c18 char buf[]; member in struct:binding
/seL4-camkes-master/projects/musllibc/src/network/
H A Dgetnameinfo.c48 static void reverse_hosts(char *buf, const unsigned char *a, unsigned scopeid, int family) argument
88 static void reverse_services(char *buf, int port, int dgram) argument
130 char buf[256], num[3*sizeof(int)+1]; local
[all...]
/seL4-camkes-master/projects/musllibc/src/time/
H A D__tz.c120 char buf[NAME_MAX+25], *pathname=buf+24; local
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_dev_radiotest.c75 uint8_t *buf; member in struct:radiotest_frame
123 static void radiotest_pcap_write(struct radiotest_radio *dev, uint8_t *buf, int len) argument
143 static void radiotest_pcap_write(struct radiotest_radio *dev, uint8_t *buf, int len) argument
181 static void radiotest_nxt_tx(uint8_t *buf, int len, union pico_ll_addr src, union pico_ll_addr dst) argument
202 pico_loop_send(struct pico_device *dev, void *buf, int len, union pico_ll_addr src, union pico_ll_addr dst) argument
215 uint8_t *buf = NULL; local
234 radiotest_gen_ex(struct pico_6lowpan_short addr_short, uint8_t *buf) argument
255 calculate_crc16(uint8_t *buf, uint8_t len) argument
279 uint8_t buf[128]; local
357 uint8_t *buf = PICO_ZALLOC((size_t)(len + RADIO_OVERHEAD)); local
401 uint8_t buf[3] = { id, area0, area1 }; local
[all...]
/seL4-camkes-master/projects/picotcp/test/examples/
H A Dtftp.c96 struct stat buf; local
/seL4-camkes-master/projects/picotcp/test/unit/
H A Dmodunit_pico_802154.c90 uint8_t buf[] = {8,7,6,5,4,3,2,1}; local
190 uint8_t buf[] = {3,2,3,4,5,6,7,8}; local
382 uint8_t buf[127] = {0}; local
430 uint8_t buf[] = {0x41,0xcc,0x00,0x34,0x12,0x8a,0x18,0x00, local
479 uint8_t buf[] = {0x41,0xcc,0x00,0x34,0x12,0x8a,0x18,0x00, local
[all...]
H A Dmodunit_pico_tftp.c28 int pico_socket_sendto(struct pico_socket *s, const void *buf, const int len, void *dst, uint16_t remote_port) argument
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/test/bin/
H A Djson_process.c71 char *buf; local
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/am335x/
H A Di2c.c26 uint8_t *buf; member in struct:omap4_i2c_dev
/seL4-camkes-master/projects/camkes-tool/camkes/templates/
H A Dcomponent.common.c71 char* buf = data; local
/seL4-camkes-master/projects/camkes-tool/libsel4camkes/src/
H A Dvirtqueue.c25 int camkes_virtqueue_buffer_alloc(virtqueue_driver_t *virtqueue, void **buf, size_t alloc_size) argument
/seL4-camkes-master/projects/lwip/src/apps/snmp/
H A Dsnmp_asn1.c589 snmp_asn1_dec_raw(struct snmp_pbuf_stream *pbuf_stream, u16_t len, u8_t *buf, u16_t *buf_len, u16_t buf_max_len) argument
/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dutils.c120 int ppp_slprintf(char *buf, int buflen, const char *fmt, ...) { argument
135 int ppp_vslprintf(char *buf, int buflen, const char *fmt, va_list args) { argument
606 char buf[1024]; local
612 ppp_log_write(int level, char *buf) argument
[all...]
/seL4-camkes-master/projects/util_libs/libethdrivers/src/
H A Dlwip.c86 dma_addr_t *buf = lwip_iface->bufs[lwip_iface->num_free_bufs]; local
130 unsigned int buf = 0; local
190 dma_addr_t buf; local
[all...]
/seL4-camkes-master/projects/global-components/remote-drivers/picotcp-ethernet-async/
H A Dclient.c80 void *buf; local
112 static void pico_free_buf(uint8_t *buf) argument
155 void *buf; local
228 void *buf = ps_dma_alloc(&io_ops->dma_manager, BUF_SIZE, 64, 1, PS_MEM_NORMAL); local
254 void *buf = ps_dma_alloc(&io_ops->dma_manager, BUF_SIZE, 64, 1, PS_MEM_NORMAL); local
[all...]
H A Dserver.c74 void *buf; local
151 void *buf; local
/seL4-camkes-master/projects/seL4_libs/libsel4muslcsys/src/
H A Dvsyscall.c255 char buf[100]; local
/seL4-camkes-master/projects/seL4_projects_libs/libsel4vmmplatsupport/src/arch/arm/
H A Dguest_image.c167 char *buf = malloc(read_size); local
/seL4-camkes-master/projects/seL4_projects_libs/libsel4vmmplatsupport/src/plat/exynos5/devices/
H A Dvuart.c66 char *buf; local
/seL4-camkes-master/projects/seL4_projects_libs/libsel4vchan/src/
H A Dvchan_component.c137 static size_t get_actionsize(int type, size_t size, vchan_buf_t *buf) argument
/seL4-camkes-master/projects/seL4_projects_libs/libsel4vmmplatsupport/src/arch/x86/
H A Dguest_image.c30 static int read_elf_headers(void *buf, vm_t *vm, FILE *file, size_t buf_size, elf_t *elf) argument
/seL4-camkes-master/projects/camkes/apps/picotcp_single_component/src/
H A Dethdriver.c41 char *buf; member in struct:eth_buf
81 eth_buf_t *buf = (eth_buf_t *)cookie; local
216 eth_buf_t *buf = &rx_bufs[i]; local
233 eth_buf_t *buf = &tx_bufs[i]; local
[all...]
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/
H A Dpack.hpp609 void append_buffer(const char* buf, size_t len) argument
743 char buf[2] = {static_cast<char>(0xccu), take8_8(d)}; local
751 char buf[3]; local
760 char buf[5]; local
769 char buf[9]; local
778 char buf[2] = {static_cast<char>(0xd0u), take8_8(d)}; local
786 char buf[3]; local
795 char buf[5]; local
804 char buf[9]; local
1111 char buf[5]; local
1122 char buf[9]; local
1169 char buf[3]; local
1173 char buf[5]; local
1185 char buf = take8_8(d); local
1188 char buf[3]; local
1192 char buf[5]; local
1204 char buf = take8_8(d); local
1207 char buf[2]; local
1211 char buf[3]; local
1215 char buf[5]; local
1236 char buf = take8_8(d); local
1239 char buf[3]; local
1243 char buf[5]; local
1261 char buf[2]; local
1265 char buf[3]; local
1269 char buf[5]; local
1288 char buf[2]; local
1294 char buf[2]; local
1300 char buf[2]; local
1306 char buf[2]; local
1312 char buf[2]; local
1319 char buf[3]; local
1325 char buf[4]; local
1331 char buf[6]; local
1355 char buf = take8_8(d); local
1359 char buf[2] = {static_cast<char>(0xccu), take8_8(d)}; local
1370 char buf = take8_16(d); local
1374 char buf[2] = {static_cast<char>(0xccu), take8_16(d)}; local
1378 char buf[3]; local
1391 char buf = take8_32(d); local
1395 char buf[2] = {static_cast<char>(0xccu), take8_32(d)}; local
1401 char buf[3]; local
1406 char buf[5]; local
1420 char buf = take8_64(d); local
1424 char buf[2] = {static_cast<char>(0xccu), take8_64(d)}; local
1430 char buf[3]; local
1435 char buf[5]; local
1440 char buf[9]; local
1453 char buf[2] = {static_cast<char>(0xd0u), take8_8(d)}; local
1457 char buf = take8_8(d); local
1469 char buf[3]; local
1474 char buf[2] = {static_cast<char>(0xd0u), take8_16(d)}; local
1479 char buf = take8_16(d); local
1484 char buf[2] = {static_cast<char>(0xccu), take8_16(d)}; local
1488 char buf[3]; local
1502 char buf[5]; local
1507 char buf[3]; local
1512 char buf[2] = { static_cast<char>(0xd0u), take8_32(d)}; local
1517 char buf = take8_32(d); local
1522 char buf[2] = { static_cast<char>(0xccu), take8_32(d)}; local
1526 char buf[3]; local
1531 char buf[5]; local
1546 char buf[9]; local
1551 char buf[5]; local
1558 char buf[3]; local
1563 char buf[2] = {static_cast<char>(0xd0u), take8_64(d)}; local
1569 char buf = take8_64(d); local
1575 char buf[2] = {static_cast<char>(0xccu), take8_64(d)}; local
1579 char buf[3]; local
1586 char buf[5]; local
1591 char buf[9]; local
[all...]
/seL4-camkes-master/projects/projects_libs/libusbdrivers/src/drivers/
H A Dusbhub.c633 hubem_get_descriptor(usb_hubem_t dev, struct usbreq *req, void *buf, int len) argument
726 hubem_get_status(usb_hubem_t dev, struct usbreq *req, void *buf, int len) argument
766 void *buf; local
[all...]
/seL4-camkes-master/projects/util_libs/libfdt/
H A Dfdt_overlay.c749 char *buf; local

Completed in 328 milliseconds

1234567891011>>