Searched defs:ref (Results 1 - 25 of 52) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/main/
H A Dcfe_savedata.c86 void *ref; local
H A Dcfe_filesys.c254 int fs_open(fileio_ctx_t *fsctx,void **ref,char *filename,int mode) argument
272 int fs_close(fileio_ctx_t *fsctx,void *ref) argument
297 fs_read(fileio_ctx_t *fsctx,void *ref,uint8_t *buffer,int len) argument
319 fs_write(fileio_ctx_t *fsctx,void *ref,uint8_t *buffer,int len) argument
340 fs_seek(fileio_ctx_t *fsctx,void *ref,int offset,int how) argument
[all...]
H A Dcfe_ldr_elf.c96 static int readprogsegment(fileio_ctx_t *fsctx,void *ref, argument
166 static Elf32_Shdr *elfgetshdr(fileio_ctx_t *fsctx,void *ref,Elf32_Ehdr *ep) argument
201 elfload_internal(fileio_ctx_t *fsctx,void *ref, unsigned long *entrypt,int flags) argument
345 void *ref; local
[all...]
H A Dcfe_ldr_raw.c183 void *ref; local
92 cfe_findbootblock(cfe_loadargs_t *la, fileio_ctx_t *fsctx, void *ref, struct boot_block *bootblock) argument
[all...]
H A Dcfe_memfs.c136 static int memory_fileop_open(void **ref, void *fsctx_arg, char *filename, int mode) argument
162 static int memory_fileop_read(void *ref, uint8_t *buf, int len) argument
173 static int memory_fileop_write(void *ref, uint8_ argument
178 memory_fileop_seek(void *ref, int offset, int how) argument
200 memory_fileop_close(void *ref) argument
[all...]
H A Dcfe_rawfs.c154 static int raw_fileop_open(void **ref,void *fsctx_arg,char *filename,int mode) argument
203 static int raw_fileop_read(void *ref,uint8_t *buf,int len) argument
236 static int raw_fileop_write(void *ref,uint8_ argument
241 raw_fileop_seek(void *ref,int offset,int how) argument
271 raw_fileop_close(void *ref) argument
[all...]
H A Dcfe_httpfs.c144 static int http_fileop_open(void **ref,void *fsctx_arg,char *filename,int mode) argument
318 static int http_fileop_read(void *ref,uint8_t *buf,int len) argument
333 http_fileop_write(void *ref,uint8_t *buf,int len) argument
338 http_fileop_seek(void *ref,int offset,int how) argument
380 http_fileop_close(void *ref) argument
[all...]
H A Dcfe_ldr_srec.c86 void *ref; member in struct:linebuf_s
404 void *ref; local
H A Dcfe_zlibfs.c246 static int zlibfs_fileop_open(void **ref,void *fsctx_arg,char *filename,int mode) argument
317 static int zlibfs_fileop_read(void *ref,uint8_t *buf,int len) argument
390 static int zlibfs_fileop_write(void *ref,uint8_ argument
395 zlibfs_fileop_seek(void *ref,int offset,int how) argument
426 zlibfs_fileop_close(void *ref) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jffs2/
H A Dnodemgmt.c281 void jffs2_mark_node_obsolete(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref) argument
[all...]
H A Derase.c243 struct jffs2_raw_node_ref *ref; local
171 jffs2_remove_node_refs_from_ino_list(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, struct jffs2_eraseblock *jeb) argument
[all...]
H A Dnodelist.c100 struct jffs2_raw_node_ref *ref = f->inocache->nodes; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dfiq.c76 static int fiq_def_op(void *ref, int relinquish) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mach-sa1100/
H A Ddma.h20 int ref; /* number of DMA references */ member in struct:dma_buf_s
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/board/bcm947xx/src/
H A Dui_bcm947xx.c154 void *ref; local
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/include/
H A Dui_command.h68 char *ref; member in struct:ui_cmdline_s
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/net/
H A Dnet_icmp.c99 static int icmp_rx_callback(void *ref,ebuf_t *buf,uint8_t *dst,uint8_t *src) argument
H A Dnet_arp.c521 static int arp_rx_callback(ebuf_t *buf,void *ref) argument
H A Dnet_ether.c114 eth_open(ether_info_t *eth,int ptype,char *pdata, int (*cb)(ebuf_t *buf,void *ref),void *ref) argument
H A Dnet_ip.c266 static int ip_rx_callback(ebuf_t *buf,void *ref) argument
679 _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_ip_internal.h99 void *ref; member in struct:ip_protodisp_s
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/pccons/
H A Dkbd_subr.c366 void kbd_init(keystate_t *ks,int (*setleds)(keystate_t *,int),void *ref) argument
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_server/
H A Dsrv_dfs_nt.c272 struct referral* ref = &(j[i].referral_list[ii]); local
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jffs/
H A Djffs_fm.c303 struct jffs_node_ref *ref; local
429 struct jffs_node_ref *ref; local
784 jffs_print_node_ref(struct jffs_node_ref *ref) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/eicon/
H A Didi.c124 void assign_queue(ADAPTER * a, byte e_no, word ref) argument
143 byte get_assign(ADAPTER *a, word ref) argument

Completed in 144 milliseconds

123