Home
last modified time | relevance | path

Searched defs:eio (Results 1 – 20 of 20) 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()
341 bhnd_erom_io_tell(struct bhnd_erom_io *eio, bhnd_addr_t *addr, in bhnd_erom_io_tell()
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()
443 bhnd_erom_iores_tell(struct bhnd_erom_io *eio, bhnd_addr_t *addr, in bhnd_erom_iores_tell()
478 bhnd_erom_iores_fini(struct bhnd_erom_io *eio) in bhnd_erom_iores_fini()
526 bhnd_erom_iobus_map(struct bhnd_erom_io *eio, bhnd_addr_t addr, in bhnd_erom_iobus_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.c1283 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
1289 struct bhnd_erom_io *eio; in bhndb_pci_probe_alloc() local
1682 bhndb_pci_eio_map(struct bhnd_erom_io *eio, bhnd_addr_t addr, in bhndb_pci_eio_map()
1699 bhndb_pci_eio_tell(struct bhnd_erom_io *eio, bhnd_addr_t *addr, in bhndb_pci_eio_tell()
1715 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/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 Dfallocate.cc574 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.cc635 TEST_F(Read, eio) in TEST_F() argument
/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.c659 struct bhnd_erom_io *eio; in bcma_add_children() local
/freebsd/sys/vm/
H A Dvm_object.c1030 boolean_t eio, res, allclean; in vm_object_page_clean() local
1116 int flags, boolean_t *allclean, boolean_t *eio) in vm_object_page_collect_flush()
H A Dvm_pageout.c468 boolean_t *eio) in vm_pageout_flush()