Home
last modified time | relevance | path

Searched defs:eio (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/dev/bhnd/
H A Dbhnd_erom.c72 struct bhnd_erom_io eio; member
100 struct bhnd_erom_io *eio, const struct bhnd_chipid *hint, in bhnd_erom_probe_driver_classes()
172 struct bhnd_erom_io *eio) in bhnd_erom_alloc()
214 const struct bhnd_chipid *cid, struct bhnd_erom_io *eio) in bhnd_erom_init_static()
271 bhnd_erom_read_chipid(struct bhnd_erom_io *eio, struct bhnd_chipid *cid) in bhnd_erom_read_chipid()
325 bhnd_erom_io_map(struct bhnd_erom_io *eio, bhnd_addr_t addr, bhnd_size_t size) in bhnd_erom_io_map()
341 bhnd_erom_io_tell(struct bhnd_erom_io *eio, bhnd_addr_t *addr, in bhnd_erom_io_tell()
356 bhnd_erom_io_read(struct bhnd_erom_io *eio, bhnd_size_t offset, u_int width) in bhnd_erom_io_read()
365 bhnd_erom_io_fini(struct bhnd_erom_io *eio) in bhnd_erom_io_fini()
399 bhnd_erom_iores_map(struct bhnd_erom_io *eio, bhnd_addr_t addr, in bhnd_erom_iores_map()
[all …]
H A Dbhnd_eromvar.h77 struct bhnd_erom_io eio; member
H A Dbhnd_erom.h144 bhnd_erom_probe(bhnd_erom_class_t *cls, struct bhnd_erom_io *eio, in bhnd_erom_probe()
/freebsd/sys/dev/bhnd/siba/
H A Dsiba_erom.c72 struct bhnd_erom_io *eio; /**< erom I/O callbacks */ member
91 siba_erom_probe(bhnd_erom_class_t *cls, struct bhnd_erom_io *eio, in siba_erom_probe()
161 struct bhnd_erom_io *eio) in siba_erom_init()
192 siba_eio_init(struct siba_erom_io *io, struct bhnd_erom_io *eio, u_int ncores) in siba_eio_init()
H A Dsiba.c1282 struct bhnd_erom_io *eio; in siba_add_children() local
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c146 struct bhnd_erom_io eio; member
1288 struct bhnd_erom_io *eio; in bhndb_pci_probe_alloc() local
1681 bhndb_pci_eio_map(struct bhnd_erom_io *eio, bhnd_addr_t addr, in bhndb_pci_eio_map()
1698 bhndb_pci_eio_tell(struct bhnd_erom_io *eio, bhnd_addr_t *addr, in bhndb_pci_eio_tell()
1714 bhndb_pci_eio_read(struct bhnd_erom_io *eio, bhnd_size_t offset, u_int width) in bhndb_pci_eio_read()
H A Dbhndb.c518 struct bhnd_erom_io *eio; in bhndb_attach() local
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_erom.c110 struct bhnd_erom_io *eio; /**< bus I/O callbacks */ member
138 struct bhnd_erom_io *eio) in bcma_erom_init()
164 bcma_erom_probe(bhnd_erom_class_t *cls, struct bhnd_erom_io *eio, in bcma_erom_probe()
H A Dbcma.c658 struct bhnd_erom_io *eio; in bcma_add_children() local
/freebsd/tests/sys/fs/fusefs/
H A Dstatfs.cc44 TEST_F(Statfs, eio) in TEST_F() argument
H A Dfsyncdir.cc112 TEST_F(FsyncDir, eio) in TEST_F() argument
H A Dflush.cc120 TEST_F(Flush, eio) in TEST_F() argument
H A Drelease.cc105 TEST_F(Release, eio) in TEST_F() argument
H A Dfsync.cc164 TEST_F(Fsync, eio) in TEST_F() argument
H A Dreaddir.cc118 TEST_F(Readdir, eio) in TEST_F() argument
H A Dlseek.cc157 TEST_F(LseekPathconf, eio) in TEST_F() argument
H A Dfallocate.cc624 TEST_F(PosixFallocate, eio) in TEST_F() argument
H A Dcopy_file_range.cc148 TEST_F(CopyFileRange, eio) in TEST_F() argument
H A Dread.cc642 TEST_F(Read, eio) in TEST_F() argument
/freebsd/sys/vm/
H A Dvm_object.c1003 int pagerflags, int flags, boolean_t *allclean, bool *eio) in vm_object_page_clean_flush()
1056 bool eio; in vm_object_page_clean() local
H A Dvm_pageout.c460 vm_pageout_flush(vm_page_t *mc, int count, int flags, bool *eio) in vm_pageout_flush()