Searched defs:buf (Results 1 - 25 of 177) sorted by relevance

12345678

/openwrt/tools/firmware-utils/src/
H A Dcyg_crc16.c99 cyg_crc16(unsigned char *buf, int len) argument
H A Dmd5.h55 UINT4 buf[4]; /* scratch buffer */ member in struct:__anon279
H A Dadd_header.c58 static uint32_t crc32buf(unsigned char *buf, size_t len) argument
89 unsigned char *buf; // pointer to prefix + copy of original buf local
[all...]
H A Dxorimage.c54 char buf[1024]; /* keep this at 1k or adjust garbage calc below */ local
H A Dlzma2eva.c51 static uint8_t buf[4096]; local
[all...]
/openwrt/package/devel/perf/musl-include/
H A Dstring.h8 gnu_strerror_r(int err, char *buf, size_t buflen) argument
/openwrt/package/system/mtd/src/
H A Dcrc32.h19 static inline unsigned int crc32buf(char *buf, size_t len) argument
H A Dmd5.h55 UINT4 buf[4]; /* scratch buffer */ member in struct:__anon104
H A Dseama.c56 char *buf; local
/openwrt/target/linux/adm5120/files-3.18/arch/mips/adm5120/prom/
H A Dprom_read.h18 static inline u16 prom_read_le16(void *buf) argument
25 static inline u32 prom_read_le32(void *buf) argument
33 static inline u16 prom_read_be16(void *buf) argument
40 static inline u32 prom_read_be32(void *buf) argument
H A Drouterboot.c29 static int __init routerboot_load_hs(u8 *buf, u16 buflen) argument
[all...]
/openwrt/tools/include/
H A Dgetline.h50 char *buf; local
53 char buf[512]; local
/openwrt/tools/wrt350nv2-builder/src/
H A Dmd5.h70 md5_byte_t buf[64]; /* accumulate block */ member in struct:md5_state_s
H A Dcrypt.h92 unsigned char *buf; /* where to write header */ variable
/openwrt/package/boot/uboot-oxnas/files/common/
H A Denv_ext4.c83 char buf[CONFIG_ENV_SIZE]; local
/openwrt/package/network/services/ead/src/
H A Dsha1.c96 static void sha_init(uint32_t *buf) argument
/openwrt/package/network/services/ead/src/tinysrp/
H A Dsrvtest.c58 char buf[MAXPARAMLEN]; local
/openwrt/target/linux/ar71xx/files/arch/mips/ath79/
H A Dnvram.c19 char *ath79_nvram_find_var(const char *name, const char *buf, unsigned buf_len) argument
44 char *buf; local
[all...]
H A Drouterboot.h50 routerboot_find_tag(u8 *buf, unsigned int buflen, u16 tag_id, argument
57 routerboot_find_magic(u8 *buf, unsigned int buflen, u32 *offset, bool hard) argument
/openwrt/target/linux/at91/files/drivers/mtd/
H A Dat91part.c40 unsigned char buf[512]; local
/openwrt/package/libs/libnl-tiny/src/include/netlink/
H A Dobject.h130 static inline char *nl_object_attr_list(struct nl_object *obj, char *buf, size_t len) argument
/openwrt/target/linux/ar7/files/drivers/char/
H A Dar7_gpio.c41 static ssize_t ar7_gpio_write(struct file *file, const char __user *buf, argument
84 static ssize_t ar7_gpio_read(struct file *file, char __user *buf, argument
/openwrt/target/linux/generic/files/drivers/mtd/mtdsplit/
H A Dmtdsplit_brnimage.c34 uint32_t buf; local
/openwrt/target/linux/adm5120/files-3.18/drivers/leds/
H A Dledtrig-adm5120-switch.c51 led_port_state_show(struct device *dev, struct device_attribute *attr, char *buf) argument
71 led_port_state_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t size) argument
/openwrt/target/linux/bcm53xx/files/drivers/mtd/spi-nor/
H A Dbcm53xxspiflash.c20 static int bcm53xxspiflash_read_reg(struct spi_nor *nor, u8 opcode, u8 *buf, argument
28 static int bcm53xxspiflash_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, argument
47 bcm53xxspiflash_read(struct spi_nor *nor, loff_t from, size_t len, size_t *retlen, u_char *buf) argument
84 bcm53xxspiflash_write(struct spi_nor *nor, loff_t to, size_t len, size_t *retlen, const u_char *buf) argument

Completed in 258 milliseconds

12345678