Searched defs:buf (Results 26 - 50 of 65) sorted by relevance

123

/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_ide_frodo.c188 static void idedrv_ins(idecommon_dispatch_t *disp,uint32_t reg,hsaddr_t buf,int len) argument
224 idedrv_outs(idecommon_dispatch_t *disp,uint32_t reg,hsaddr_t buf,int len) argument
[all...]
H A Ddev_ide_pci.c149 static void idedrv_ins(idecommon_dispatch_t *disp,uint32_t reg,hsaddr_t buf,int len) argument
183 static void idedrv_outs(idecommon_dispatch_t *disp,uint32_t reg,hsaddr_t buf,in argument
[all...]
H A Ddev_smbus_x1227eeprom.c165 uint8_t buf[2]; local
210 uint8_t buf[3]; local
[all...]
H A Ddev_smbus_x1240eeprom.c161 uint8_t buf[2]; local
206 uint8_t buf[3]; local
[all...]
H A Ddev_spi_robo.c131 static void _revert_buffer(uint8_t *buf,int len) argument
149 static int robo_read_reg(robo_spi_t *softc,int reg,uint8_t *buf,int len) argument
164 static int robo_write_reg(robo_spi_t *softc,int reg,uint8_t *buf,int len) argument
H A Ddev_smbus_x1227clock.c170 uint8_t buf[2]; local
210 uint8_t buf[3]; local
[all...]
H A Ddev_smbus_x1241clock.c164 uint8_t buf[2]; local
204 uint8_t buf[3]; local
[all...]
/broadcom-cfe-1.4.2/cfe/main/
H A Dcfe_httpfs.c305 static int http_fileop_read(void *ref,hsaddr_t buf,int len) argument
320 static int http_fileop_write(void *ref,hsaddr_t buf,int len) argument
H A Dcfe_zlibfs.c307 static int zlibfs_fileop_read(void *ref,hsaddr_t buf,int len) argument
380 static int zlibfs_fileop_write(void *ref,hsaddr_t buf,int len) argument
H A Dzipstart_readz.c246 int rz_read(uint8_t *buf,int len) argument
H A Dcfe_xmodem.c144 static uint16_t calc_crc(uint8_t *buf,int len) argument
638 static int xmodem_fileop_read(void *ref,hsaddr_t buf,int len) argument
682 static int xmodem_fileop_write(void *ref,hsaddr_t buf,in argument
[all...]
/broadcom-cfe-1.4.2/cfe/net/
H A Dnet_arp.c124 ebuf_t *buf; local
176 ebuf_t *buf; local
279 _arp_lookup_and_send(ip_info_t *ipi,ebuf_t *buf,uint8_t *dest) argument
341 ebuf_t *buf; local
550 arp_rx_callback(ebuf_t *buf,void *ref) argument
[all...]
H A Dnet_ether.c188 static ether_port_t *eth_findport(ether_info_t *eth,ebuf_t *buf) argument
106 eth_open(ether_info_t *eth,int ptype,char *pdata, int (*cb)(ebuf_t *buf,void *ref),void *ref) argument
252 ebuf_t *buf; local
464 eth_send(ebuf_t *buf,uint8_t *dest) argument
511 ebuf_t *buf; local
557 eth_free(ebuf_t *buf) argument
604 ebuf_t *buf; local
[all...]
H A Dnet_ip.c83 ebuf_t *buf; local
160 _ip_send(ip_info_t *ipi,ebuf_t *buf,uint8_t *destaddr,uint8_t proto) argument
267 ip_rx_callback(ebuf_t *buf,void *ref) argument
520 _ip_free(ip_info_t *ipi,ebuf_t *buf) argument
538 _ip_getaddr(ip_info_t *ipi,uint8_t *buf) argument
680 _ip_register(ip_info_t *ipinfo, int proto, int (*cb)(void *ref,ebuf_t *buf,uint8_t *dst,uint8_t *src),void *ref) argument
[all...]
H A Dnet_udp.c199 ebuf_t *buf; local
228 int _udp_send(udp_info_t *info,int s,ebuf_t *buf,uint8_t *dest) argument
359 _udp_rx_callback(void *ref,ebuf_t *buf,uint8_t *destaddr,uint8_t *srcaddr) argument
475 ebuf_t *buf; local
554 ebuf_t *buf; local
599 ebuf_t *buf; local
632 _udp_free(udp_info_t *info,ebuf_t *buf) argument
[all...]
H A Dnet_api.c143 void udp_free(ebuf_t *buf) argument
209 int udp_send(int s,ebuf_t *buf,uint8_t *dest) argument
299 ebuf_t *buf = NULL; local
442 tcp_send(int s,hsaddr_t buf,int len) argument
517 tcp_recv(int s,hsaddr_t buf,int len) argument
[all...]
H A Dnet_dhcp.c158 static void dhcp_dumptag(uint8_t tag,uint8_t len,uint8_t *buf) argument
265 ebuf_t *buf; local
353 ebuf_t *buf; local
464 ebuf_t *buf; local
634 ebuf_t *buf; local
690 ebuf_t *buf; local
[all...]
H A Dnet_tftp.c158 ebuf_t *buf = NULL; local
294 ebuf_t *buf; local
389 ebuf_t *buf; local
495 ebuf_t *buf; local
633 tftp_fileop_read(void *ref,hsaddr_t buf,int len) argument
688 tftp_fileop_write(void *ref,hsaddr_t buf,int len) argument
[all...]
/broadcom-cfe-1.4.2/cfe/ui/
H A Dui_examcmds.c581 char buf[512]; local
H A Dui_vxboot.c291 char buf[50]; local
/broadcom-cfe-1.4.2/cfe/usb/
H A Ddev_usb_klsi.c278 static int klsi_send_eth_frame( void *ctx, hsaddr_t buf, int len ) argument
H A Ddev_usb_rtek.c261 static int rtek_send_eth_frame( void *ctx, hsaddr_t buf, int len ) argument
H A Ddev_usb_asix.c161 static int asix_get_reg( usbdev_t *dev, uint8_t cmd, int16_t val, int16_t index, uint8_t *buf, int16_t len ) argument
167 static int asix_set_reg( usbdev_t *dev, uint8_t cmd, int16_t val, int16_t index, uint8_t *buf, int16_t len ) argument
255 static int asix_send_eth_frame( void *ctx, hsaddr_t buf, int len ) argument
[all...]
H A Ddev_usb_catc.c267 static int catc_send_eth_frame( void *ctx, hsaddr_t buf, int len ) argument
/broadcom-cfe-1.4.2/cfe/x86emu/
H A Dvalidate.c603 char * print_flags(char *buf,ulong flags) argument
[all...]

Completed in 213 milliseconds

123