Home
last modified time | relevance | path

Searched refs:doread (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/libexec/rbootd/
H A Drbootd.c240 int doread = 1; in main() local
242 while (BpfRead(&rconn, doread)) { in main()
243 doread = 0; in main()
H A Dbpf.c287 BpfRead(RMPCONN *rconn, int doread) in BpfRead() argument
297 if (doread) { in BpfRead()
/dflybsd-src/contrib/file/src/
H A Dreadelf.c1682 int doread; in dophn_exec() local
1699 doread = 1; in dophn_exec()
1714 doread = 1; in dophn_exec()
1717 doread = 0; in dophn_exec()
1725 if (doread) { in dophn_exec()
/dflybsd-src/test/stress/fsx/
H A Dfsx.c84 static void doread(unsigned offset, unsigned size);
449 doread(unsigned offset, unsigned size) in doread() function
872 doread(offset, size); in test()
/dflybsd-src/games/hack/
H A Dhack.cmd.c98 { 'r', doread },
H A Dextern.h347 int doread(void);
H A Dhack.read.c72 doread(void) in doread() function