Searched refs:how (Results 1 - 12 of 12) sorted by relevance

/broadcom-cfe-1.4.2/cfe/include/
H A Dcfe_fileops.h75 #define BDSEEK(ops,ref,offset,how) (ops)->seek((ref),(offset),(how))
88 int (*seek)(void *ref,int offset,int how);
106 int fs_seek(fileio_ctx_t *,void *ref,int offset,int how);
/broadcom-cfe-1.4.2/cfe/main/
H A Dcfe_rawfs.c90 static int raw_fileop_seek(void *ref,int offset,int how);
230 static int raw_fileop_seek(void *ref,int offset,int how) argument
234 switch (how) {
H A Dcfe_filesys.c321 * fs_seek(fsctx,ref,offset,how)
329 * how - origin (FILE_SEEK_xxx)
336 int fs_seek(fileio_ctx_t *fsctx,void *ref,int offset,int how) argument
338 return BDSEEK(fsctx->ops,ref,offset,how);
H A Dcfe_httpfs.c94 static int http_fileop_seek(void *ref,int offset,int how);
325 static int http_fileop_seek(void *ref,int offset,int how) argument
332 switch (how) {
H A Dcfe_xmodem.c134 static int xmodem_fileop_seek(void *ref,int offset,int how);
687 static int xmodem_fileop_seek(void *ref,int offset,int how) argument
694 switch (how) {
H A Dcfe_zlibfs.c101 static int zlibfs_fileop_seek(void *ref,int offset,int how);
385 static int zlibfs_fileop_seek(void *ref,int offset,int how) argument
391 switch (how) {
H A Dzipstart_load.c81 static int fs_seek(fileio_ctx_t *fsctx,int off,int how) argument
H A Dcfe_fatfs.c6 * This module knows how to read files from a FAT formatted
245 static int fatfs_fileop_seek(void *ref,int offset,int how);
797 * since you can predict exactly how many FAT entries
871 * FAT chain. This routine knows how to translate cluster
1686 * fatfs_fileop_seek(ref,offset,how)
1693 * how - method for moving
1700 static int fatfs_fileop_seek(void *ref,int offset,int how) argument
1704 switch (how) {
/broadcom-cfe-1.4.2/cfe/net/
H A Dnet_tftp.c111 static int tftp_fileop_seek(void *ref,int offset,int how);
726 * tftp_fileop_seek(ref,offset,how)
736 * how - how to move, (FILE_SEEK_*)
742 static int tftp_fileop_seek(void *ref,int offset,int how) argument
751 switch (how) {
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/src/
H A Dbcm1480_altcpu.S424 # Not sure how long we're supposed to wait.
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_altcpu.S367 # Not sure how long we're supposed to wait.
/broadcom-cfe-1.4.2/cfe/verif/
H A Dvapi.S669 move a2,zero # Counts how many we write

Completed in 70 milliseconds