Searched refs:readfunc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | embedded_interpreter.py | 56 def readfunc(prompt): function 91 readfunc=readfunc_stdio, 102 readfunc=readfunc_stdio, 109 readfunc=readfunc,
|
| /freebsd-14.2/sys/ufs/ffs/ |
| H A D | ffs_subr.c | 154 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) in ffs_sbget() 168 flags | UFS_ALTSBLK, readfunc)) != 0) { in ffs_sbget() 176 flags, readfunc)) == 0) { in ffs_sbget() 219 error = (*readfunc)(devfd, in ffs_sbget() 252 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) in readsuper() 258 error = (*readfunc)(devfd, sblockloc, (void **)fsp, SBLOCKSIZE); in readsuper() 641 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) in ffs_sbsearch() 660 error = ffs_sbget(devfd, fsp, UFS_STDSB, flags, filltype, readfunc); in ffs_sbsearch() 686 readfunc) == 0) { in ffs_sbsearch() 720 if ((error = (*readfunc)(devfd, (SBLOCK_UFS2 - secsize), in ffs_sbsearch() [all …]
|
| /freebsd-14.2/stand/libsa/geli/ |
| H A D | geliboot.h | 79 struct geli_dev *geli_taste(geli_readfunc readfunc, void *readpriv,
|
| H A D | geliboot.c | 125 geli_taste(geli_readfunc readfunc, void *readpriv, daddr_t lastsector, in geli_taste() argument 159 error = readfunc(NULL, readpriv, alignsector, buf, DEV_GELIBOOT_BSIZE); in geli_taste()
|
| /freebsd-14.2/stand/libsa/ |
| H A D | ufs.c | 153 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size));
|